Wassup everone?! This is the place to grab any section notes if I have any. I will e-mail everyone when this section of the webpage is updated. Click on the appropriate week to see the notes...
Week Number |
Notes |
Description |
Week 1 | No notes | Introduction to section and submitting files |
Week 2 | No notes | Practice with linked lists |
Week 3 | Induction examples | The two induction examples presented in class. The first induction example is the same as InductionEx.txt in the common files, but the second example is how I wrote up the proof for the "All people are the same height" problem |
Induction picture | A picture of the "bad" induction proof to help you understand why it's flawed | |
Description of CS211In class | Here is a more in-depth discussion of CS211In.
Warning: I did this from only reading the code from CS211In, so this file may say something wrong. If you do find something wrong, let me know. Otherwise, sorry in advance! |
|
Week 4 | Introducing tree traversals | Discussing preorder, inorder, and postorder traversals |
Expression trees | The answer to the question presented in "Introducing tree traversals" and a small discussion on expression trees (which will help you in assignment 3) | |
Week 5 | Inheritance Practice | Here is some code dealing with inheritance hierarchies. Try to figure out what it prints out. |
Answer | The answer to the "Inheritance Practice" | |
Week 6 | Comparable class | Explanation of the Comparable class |
Iterators | Code we wrote in class with IntList and Iterator and a better explanation of what is going on here | |
Week 7 | Review | Review for Prelim 1 |
Spring Break!!! | Robin enjoys his cruise! Hope you guys enjoy yourselves! | |
Week 8 | Taking Big-Oh to the Formal | Explanation of the Big-Oh definitions we went over |