|
Here is the tentative schedule of lectures. Links will be updated throughout the term. All sections refer to Introduction to Computer Science by R. Sedgewick and K. Wayne. The textbook Introduction to Programming in Java: An Interdisciplinary Approach contains Chapters 1–4. The remaining chapters are unpublished.
# | DATE | TOPIC | INTRO CS |
---|---|---|---|
1 | 2/2 | Prologue | 1 |
2 | 2/4 | Introduction to Java | 1.1–1.2 |
3 | 2/9 | Conditionals and Loops | 1.3 |
4 | 2/11 | Arrays | 1.4 |
5 | 2/16 | Input and Output | 1.5 |
6 | 2/18 | Program Development | – |
7 | 2/23 | Functions | 2.1–2.2 |
8 | 2/25 | Recursion | 2.3 |
9 | 3/2 | Von Neumann Machine I | 5.1–5.3 (booksite) |
10 | 3/4 | Von Neumann Machine II | 5.4–5.5 (booksite) |
11 | 3/9 | Exam 1 | – |
12 | 3/11 | Circuits | Circuits Packet (thru p.14) |
13 | 3/23 | Using Data Types | 3.1 |
14 | 3/25 | Creating Data Types | 3.2 |
15 | 3/30 | Case Study: Purple America | 3.3 (book), 3.5 (booksite) |
16 | 4/1 | Performance | 4.1, 9.6 |
17 | 4/6 | Stacks and Queues | 4.3 |
18 | 4/8 | Symbol Tables | 4.4 |
19 | 4/13 | Theory of Computation | 7.1–7.3 (booksite and online chapter) |
20 | 4/15 | Universality and Computability | 7.4–7.6 (booksite), Harel 1–2 (optional) |
21 | 4/20 | Intractability | 7.7 (booksite), Harel 3–5 (optional) |
22 | 4/22 | Networking | – |
23 | 4/27 | Exam 2 | – |
24 | 4/29 | Fun, Demos, AI | – |
Errata. Here is a list of
known errors in the lecture notes
and other course materials.
Copyright © 2010, Robert Sedgewick and
Kevin Wayne.