Below is the current calendar for the CSE143 class. Please keep in mind that Stuart is constantly updating this. It should accurately describe the past, but it won't always accurately predict the future. Links to lecture notes are included as they become available.

Monday Wednesday Friday
3/25
administrative details
ArrayIntList (part 1)

Reading: Reges/Stepp 15.1
Lecture: panopto video
Notes: notes
Video: middle of the list
Program: ArrayListSample.java
Program: ArrayIntList.java
Program: ArrayIntListClient.java
CSE142 Review: pdf, ppt
3/27
ArrayIntList (part 2)
pre/post, exceptions

Reading: Reges/Stepp 15.2
Lecture: panopto video
Notes: notes
Video: pre/post
Video: exception
Program: ArrayIntList.java
Program: ArrayIntListClient2.java
3/29
Lists, Sets
for-each loop

Reading: Reges/Stepp 10.1, 11.2
Lecture: panopto video
Notes: notes
Video: ArrayList example
Video: ArrayList example
Video: Set example
Program: ListSetExample.java
4/1
ArrayIntList (part 3)
iterators, resizing

Reading: Reges/Stepp 15.3
Lecture: panopto video
notes: notes
Program: ArrayIntList.java
Program: ArrayIntListIterator.java
Program: TestRemoveAll.java
4/3
stacks & queues


Reading: Reges/Stepp 14
Lecture: panopto video
Notes: notes
Video: stack basics
Video: queue basics
Video: advanced stack/queue
Program: SimpleStackQueue.java
Program: StackQueue.java
4/5
arrays of objects
interfaces

Reading: Reges/Stepp 9.5, 16.4
Lecture: panopto video
notes: notes
Video: interfaces
Program: IntList.java
Program: ListClient.java
Program: PointArray.java
4/8
linked lists

Reading: Reges/Stepp 16.1
Lecture: panopto video
Notes: notes
Video: working with nodes
Program: ListNode.java
Program: ListExample.java
Program: ListTest.java
4/10
linked lists & loops

Reading: Reges/Stepp 16.2
Lecture: panopto video
Notes: notes
Video: linked list traversal
Program: LinkedIntListClient.java
Program: LinkedIntList.java
4/12
more linked lists

Reading: Reges/Stepp 16.3
Lecture: panopto video
Notes: notes
Video: complex list operation
4/15
complexity

Reading: Reges/Stepp 13.2
Lecture: panopto video
Notes: notes
Video: complexity
Program: MaxSum.java
4/17
Maps

Reading: Reges/Stepp 11.3
Lecture: panopto video
Notes: notes
Video: Map example
Program: Instructor.java
Program: WordCount.java
Program: Friends1.java
4/19
more Maps

Lecture: panopto video
Notes: notes
Program: Friends.java
Data file: friends.dot
4/22
recursion


Reading: Reges/Stepp 12.1-12.2
Lecture: panopto video
Notes: notes
Video: recursive tracing
Program: Recurse.java
4/24
more recursion
public/private approach

Reading: Reges/Stepp 12.3-12.4
Lecture: panopto video
Notes: notes
Video: recursive programming
Video: recursive programming
Program: Recurse2.java
Program: Crawler.java
Program: Sierpinski.java, DrawingPanel.java
4/26
regular expressions
grammars

Reading: Reges/Stepp pages 689-690
Lecture: panopto video
Notes: notes
Program: Splitter.java
Data: fun.txt
4/29
inheritance



Reading: Reges/Stepp 9.1-9.2
5/1
mergesort

5/3
optional midterm review



Reading: Reges/Stepp 13.4
5/6
midterm

5/8
recursive backtracking

Reading: Reges/Stepp 12.5
5/10
more on recursive backtracking

5/13
binary trees


Reading: Reges/Stepp 17.1-17.2
5/15
binary search trees


Reading: Reges/Stepp 17.3-17.4
5/17
Comparable interface
generic binary search tree

Reading: Reges/Stepp 10.2
5/20
abstract classes

Reading: Reges/Stepp 9.3
5/22
Huffman assignment

5/24
IntList case study

Reading: Reges/Stepp 17.5
5/27
Memorial Day holiday

5/29
hashing


Reading: Reges/Stepp 18.1
5/31
optional final exam review


Final Exam -- Thursday, June 6, 2:30-4:20