Seminar date: February 9
HW: JM Ch 14 5-10, pgs 405-406

Objective-Lab: Keeping Things in Order
- Sequential (“Big O”) searches are done when an array is not in sequential order.
- Time-complexity-analysis
- Binary (“O(log n)) searches are more efficient when the array is in sequential order.
- Cool examples
- Terminate or hang?