How does the efficiency of a program depend upon the algorithm ?
Answers
Answered by
12
Answer:
A program is the expression of an algorithm in a programming language. Thus, the success of a program depends upon the algorithm.
Explanation:
efficiency of a program depends on time taken by machine to execute program.
If the machine takes less time to execute program, then the program has more efficiency.
Similar questions