Unit 2 - Algorithms
Searching: Linear Search, Binary Search. Sorting: Bubble Sort, Selection Sort, Merge Sort. Asymptotic Notation. Recursion.
Lecture
Resources
Shorts
Practice, Problems & EC
- Extra Credit Problems:
Advice
- Try out David’s programs from class via Unit 2’s examples
- If you see any errors when compiling your code with make, focus first on fixing the very first error you see, scrolling up as needed. If unsure what it means, try askinghelp50for help. For instance, if trying to compileplurality, and
make plurality 
is yielding errors, try running
help50 make plurality
instead!