CS 9, Fall 2021
Course Information
Labs
| num | ready? | description | assigned | due |
|---|---|---|---|---|
| lab00 | true | Getting Started, Python Review | Thu 09/23 11:59PM | Sun 10/03 11:59PM |
| lab01 | true | Python Classes | Sun 10/03 11:59PM | Sun 10/10 11:59PM |
| lab02 | true | Class Inheritance | Sun 10/10 11:59PM | Sun 10/17 11:59PM |
| lab03 | true | Recursion | Sun 10/17 11:59PM | Sun 10/24 11:59PM |
| lab04 | true | Maze Solver using Stacks | Sun 10/24 11:59PM | Sun 10/31 11:59PM |
| lab05 | true | Ordered Linked Lists | Sun 10/31 11:59PM | Sun 11/07 11:59PM |
| lab06 | true | Sorting Apartments | Sun 11/07 11:59PM | Sun 11/14 11:59PM |
| lab07 | true | Pizza Time! | Sun 11/14 11:59PM | Sun 11/21 11:59PM |
| lab08 | true | Go Fish! | Sun 11/21 11:59PM | Fri 12/03 11:59PM |
Hwk
| num | ready? | description | assigned | due |
|---|---|---|---|---|
| h00 | true | Python Review, Chapter 1.1 - 1.4.5 | Thu 09/23 05:00PM | Tue 10/05 05:00PM |
| h01 | true | Exceptions, Object Oriented Programming Chapter 1.4.4, 1.4.6 - 1.4.6.1 | Tue 10/05 05:00PM | Tue 10/12 05:00PM |
| h02 | true | Inheritance, Intro to Algorithm Analysis Chapter 1.4.6.2, 2.1 - 2.2.1 | Tue 10/12 05:00PM | Tue 10/19 05:00PM |
| h03 | true | Algorithm Analysis cont., Recursion Chapter 2.2.2 - 2.3.2, 4.1 - 4.3 | Tue 10/19 05:00PM | Tue 10/26 05:00PM |
| h04 | true | Stacks, Queues, Deques, Linked Lists Chapter 3.1 - 3.3.5, 3.4 - 3.4.4, 3.5 - 3.5.4, 3.6 - 3.6.2.2 | Tue 10/26 05:00PM | Tue 11/02 05:00PM |
| h05 | true | Ordered Linked Lists, Sequential / Binary Search, Bubble / Selection / Insertion sort Chapter 3.6.3-3.6.4.1, 5.1-5.2.2.1, 5.3-5.3.3 | Tue 11/02 05:00PM | Tue 11/09 05:00PM |
| h06 | true | Merge Sort, Quick Sort, Trees Chapter 5.3.5 - 5.3.6, 6.1 - 6.3 | Tue 11/09 05:00PM | Tue 11/16 05:00PM |
| h07 | true | Priority Queues / Heaps Chapter 6.6 | Tue 11/16 05:00PM | Tue 11/23 05:00PM |
| h08 | true | Binary Trees / Binary Search Trees Chapter 6.4, 6.4.2, 6.5.2, 6.7 - 6.7.3 | Tue 11/23 05:00PM | Fri 12/03 11:59PM |
Lectures
| num | date | description |
|---|---|---|
| Lecture 1 | Thu 09/23 | Introduction, Python Review |
| Lecture 2 | Tue 09/28 | Python Review cont. |
| Lecture 3 | Thu 09/30 | Python Classes |
| Lecture 4 | Tue 10/05 | Shallow vs. Deep Equality, Python Errors, Exception Handling, Testing |
| Lecture 5 | Thu 10/07 | Pytest, Operator Overloading, Inheritance |
| Lecture 6 | Tue 10/12 | Inheritance cont., Runtime Analysis |
| Lecture 7 | Thu 10/14 | Recursion, Python Lists vs. Dictionaries |
| Lecture 8 | Tue 10/19 | Binary Search |
| Lecture 9 | Thu 10/21 | Stacks, Queues, Deques |
| Lecture 10 | Tue 10/26 | Linked Lists |
| Lecture 11 | Thu 10/28 | Linked Lists cont., Quadratic Sorting Algorithms |
| Lecture 12 | Tue 11/02 | Quadratic Sorting Algorithms cont. |
| Lecture 13 | Thu 11/04 | Mergesort |
| Lecture 14 | Tue 11/09 | Quicksort, Trees |
| Lecture 15 | Tue 11/16 | Priority Queues, Heaps |
| Lecture 16 | Thu 11/18 | Binary Trees, Tree Traversals, Binary Search Trees |
| Lecture 17 | Tue 11/23 | Binary Search Trees cont. |
| Lecture 18 | Tue 11/30 | Binary Search Trees cont. |
| Lecture 19 | Thu 12/02 | Wrap up / Review |