Discussion Outline
Session 6
Current material
- Sorting
- mention Bubble sort - code in book
- mention Selection sort - code in lecture 10
- Go over Insertion sort in detail
- Searching
- Linear search
- Binary search - in detail
- Stuctures
- Defining structs
- Declaring structs
- members of structs
- nested structs
Discuss Project 2