Wyo Data Structures - Ch. 1 Notes

Objective #1: Understand and explain the formal definition of big-O notation.

Objective #2: Recognize and differentiate the big-O categories

Objective #3: Analyze the common search and sorting algorithms and determine their big-O categories.

Objective #4: Recognize and understand the common sorting algorithms including the selection sort, insertion sort, bubble sort, & the radix sort.

Objective #5: Recognize and understand the common searching algorithms including the sequential search and the binary search as well as the key-to-address transformation.