Algorithm Time Complexity:Evaluation
1. Identify the computational steps in the algorithm that consume a “constant time” (i.e. independent of the problem size).
2. Identify the parameter that define the problem size.
3. Evaluate the time it takes to execute the algorithm for various problem sizes.
4. Establish a relationship between execution time and problem size.