+ 2
What is the role of algorithm in programming?
What is the role of algorithm in programming ?
2 ответов
+ 2
It tells your the step-by-step working of your code.
+ 2
Algorithm is basically the sequence of procedures your program is being executed.
Algorithms plays a major role in every program. It determines the amount of time and memory being consumed by your program.