- Добавил: literator
- Дата: 18-03-2021, 14:43
- Комментариев: 0

Автор: Dinesh Verma, S. Roy
Издательство: GullyBaba Publishing House Pvt. Ltd.
Год: March 5, 2021
Страниц: 352
Язык: английский
Формат: pdf (true)
Размер: 10.7 MB
Programming is a problem-solving activity. If you are a good problem solver, you could become a good programmer. The algorithm is the abstract idea of solving a problem. An algorithm is a step-to-step problem solving process in which a solution is arrived at a finite amount of time. The algorithm is written in an algorithmic language (or a pseudo code). After verifying that the algorithm is correct, you can code it in any programming language (e.g. C, C++), then it is called a program. The program is a set of instructions that can run by the computer.