Please enable JavaScript to use CodeHS

Chapter 4

Iteration

4.5 Informal Code Analysis

Algorithms

Program Efficiency

Statement Execution Count

Loop Execution Count

while Loop Time

for Loop Time

Check Your Understanding

  1. Incorrect Correct No Answer was selected Invalid Answer

Exercise: Improving findChar Speed