While explaining previous tutorials, I was finding it difficult to explain various functions as I could talk in terms of efficiency and order. So, I have decided to include this earlier.
In this tutorial, you will learn
1. What efficiency means.
2. Why time is more important than space.
3. The meaning of growth rate.
4. Explain different orders of growth.
What is efficiency of a program?
Efficiency of a program is directly related to the time and computer space it needs for execution.