

InterviewSolution
Saved Bookmarks
1. |
Define the terms complexity and big-O notation. |
Answer» Complexity: It is the measurement or growth rate of an algorithm with respect to time and space. Big ‘O’ notation: It is a unit of measurement of an algorithm or represents complexity. |
|