2210 §7 · 9618 §10.2 · §18.1 · §19.1–19.2
ZAK's Algorithm Lab
The questions are always the same shape: write the array after the second pass, how many comparisons, complete the table, trace the recursive calls. Watch each algorithm run one step at a time with the exact table the paper prints, then let Practice quiz you. Recursion runs your own pseudocode on the Playground's interpreter and shows the frames being pushed and popped.
Loading the lab…