Recitation Logs 2016b
Recitation logs appear under the different tabs.
| Number | Topics | Comments |
|---|---|---|
| 1 | Introduction, Python basics: variables, conditionals, loops | - |
| 2 | Nested loops, lists, functions | - |
| 3 | Binary representation of integers, Python's memory model | |
| 4 | Complexity and O notation | - |
| 5 | More Complexity Lambda expressions and high order functions |
- |
| 6 | Recursion | - |
| 7 | More recursion Prime numbers and Diffie Hellman protocol |
- |
| 8 | Object Oriented Programming | link to special method names in classes |
| 9 | Basic data structures - linked list trees |
- |
| 10 | Basic data structures - trees Hashing |
- |
| 11 | Iterators and generators String matching: Karp-Rabin |
|
| 12 | Text compression: Huffman and Lempel-Ziv | - |
| 13 | Error detection and correction codes |