CSE 373 Spring 2015
Course Calendar

Subscribe to this calendar (google, iCal, etc.)

 Show color key

March
MondayTuesdayWednesdayThursdayFriday
30
10:30-11:30 OH (Yunyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Course Introduction; ADTs; Stacks and Queues (Weiss 3.6-3.7)
pptx, pdf
16:00-17:00 OH (Andy)
CSE 218
31
9:30-10:30 OH (Cyndi)
CSE 220
01
11:00-12:00 OH (Catie)
CSE 218
14:30-15:20 Lecture
EEB 105
Proof by Induction (Weiss 1.2)
pptx, pdf
16:00-17:00 OH (Conrad)
CSE 220
02
9:00-10:00 OH (Johnson)
CSE 220
16:30-17:20 Section
BAG 154
Eclipse
online tutorial
03
12:30-13:30 OH (Luyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Math Review; Algorithm Analysis (Weiss 1.2, 2.1-2.3)
pptx, pdf, Excel Data
15:30-16:30 OH (Rama)
CSE 021

April
MondayTuesdayWednesdayThursdayFriday
06
10:30-11:30 OH (Yunyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Asymptotic Analysis (Weiss 2.1-2.4)
pptx, pdf
16:00-17:00 OH (Andy)
CSE 218
07
9:30-10:30 OH (Cyndi)
CSE 220
15:30-16:20 Section
SMI 102
Induction, Debugging
Problems: website
08
11:00-12:00 OH (Catie)
CSE 218
14:30-15:20 Lecture
EEB 105
Dictionaries; Binary Search Trees (Weiss 4.8; 4.1-4.3)
pptx, pdf
16:00-17:00 OH (Conrad)
CSE 220
23:59 HW1 due
09
9:00-10:00 OH (Johnson)
CSE 220
10
12:30-13:30 OH (Luyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Binary Search Trees continued (Weiss 4.1-4.3)
pptx, pdf
15:30-16:30 OH (Rama)
CSE 021
13
10:30-11:30 OH (Yunyi)
CSE 218
14:30-15:20 Lecture
EEB 105
AVL Trees (Weiss 4.4)
pptx, pdf
16:00-17:00 OH (Andy)
CSE 218
14
9:30-10:30 OH (Cyndi)
CSE 220
15:30-16:20 Section
SMI 102
Big-O
Slides
15
11:00-12:00 OH (Catie)
CSE 218
14:30 HW2 due
14:30-15:20 Lecture
EEB 105
Priority Queues (Weiss 6.1-6.4)
pptx, pdf
16:00-17:00 OH (Conrad)
CSE 220
16
9:00-10:00 OH (Johnson)
CSE 220
16:30-17:20 Section
SMI 102
Trees, Priority Queue & Heap
17
12:30-13:30 OH (Luyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Binary Heaps continued (Weiss 6.1-6.4)
pptx, pdf
15:30-16:30 OH (Rama)
CSE 021
20
10:30-11:30 OH (Yunyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Disjoint Sets (Weiss 8.1-8.2, 8.7)
pptx, pdf
16:00-17:00 OH (Andy)
CSE 218
21
9:30-10:30 OH (Cyndi)
CSE 220
15:30-16:20 Section
SMI 102
Trees, Priority Queue & Heap
Slides Handout
22
11:00-12:00 OH (Jonathan)
CSE 218
14:30-15:20 Lecture
EEB 105
Union Find (Weiss 8.3-8.6)
pptx, pdf
16:00-17:00 OH (Cyndi)
CSE 220
23
9:00-10:00 OH (Johnson)
CSE 220
16:30-17:20 Section
SMI 102
Union Find, Up tree
Slides
24
12:30-13:30 OH (Luyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Amortized Analysis and Memory Hierarchy.
pptx, pdf
15:30-16:30 OH (Rama)
CSE 021
27
10:30-11:30 OH (Yunyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Hash Tables (Weiss 5.1-5.6)
pptx, pdf
16:00-17:00 OH (Andy)
CSE 218
28
9:30-10:30 OH (Cyndi)
CSE 220
15:30-16:20 Section
SMI 102
Union Find & Getting into Google
29
11:00-12:00 OH (Catie)
CSE 218
14:30-15:20 Lecture
EEB 105
Hash Collisions (Weiss 5.1-5.6)
pptx, pdf, xlsx, proof
16:00-17:00 OH (Conrad)
CSE 220
23:00 HW3 due
30
9:00-10:00 OH (Johnson)
CSE 220
16:30-17:20 Section
SMI 102
Midterm Review
Handout Handout_solution
01
12:30-13:30 OH (Luyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Introduction to Graphs (Weiss 9.1)
pptx, pdf
15:30-16:30 OH (Rama)
CSE 021

May
MondayTuesdayWednesdayThursdayFriday
04
10:30-11:30 OH (Yunyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Topological Sort and Graph Traversals (Weiss 9.2, 9.3.1, 9.6)
pptx, pdf
16:00-17:00 OH (Andy)
CSE 218
05
9:30-10:30 OH (Cyndi)
CSE 220
15:30-16:20 Section
SMI 102
Midterm Review
06
11:00-12:00 OH (Catie)
CSE 218
14:30-15:20 Midterm
EEB 105
16:00-17:00 OH (Conrad)
CSE 220
07
9:00-10:00 OH (Johnson)
CSE 220
16:30-17:20 Section
SMI 102
Graphs
08
12:30-13:30 OH (Luyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Dijkstra's Algorithm (Weiss 9.3)
pptx, pdf
15:30-16:30 OH (Rama)
CSE 021
11
10:30-11:30 OH (Yunyi)
CSE 218
14:30-15:20 Lecture
EEB 105
More Dijkstra's Algorithm (Weiss 9.5)
pptx, pdf
16:00-17:00 OH (Andy)
CSE 218
12
9:30-10:30 OH (Cyndi)
CSE 220
15:30-16:20 Section
SMI 102
Homework 4
Notes
13
11:00-12:00 OH (Catie)
CSE 218
14:30-15:20 Lecture
EEB 105
Djikstra Proof & Spanning Trees (Weiss 9.5)
pptx, pdf
16:00-17:00 OH (Conrad)
CSE 220
23:00 HW5 due
14
9:00-10:00 OH (Johnson)
CSE 220
16:30-17:20 Section
SMI 102
Graphs & Related Algorithms
Handout Solution
15
12:30-13:30 OH (Luyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Minimum Spanning Trees (Prim's and Kruskal's Algorithms) (Weiss 9.5)
pptx, pdf
15:30-16:30 OH (Rama)
CSE 021
18
10:30-11:30 OH (Yunyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Comparison Sorting (Weiss 7.1-7.8)
pptx, pdf
16:00-17:00 OH (Andy)
CSE 218
19
9:30-10:30 OH (Cyndi)
CSE 220
15:30-16:20 Section
SMI 102
Graphs & Related Algorithms
Additional Handout Solution
20
11:00-12:00 OH (Catie)
CSE 218
14:30-15:20 Lecture
EEB 105
More Sorting (Weiss 7.1-7.8)
pptx, pdf
16:00-17:00 OH (Conrad)
CSE 220
21
9:00-10:00 OH (Johnson)
CSE 220
16:30-17:20 Section
SMI 102
TBD
22
12:30-13:30 OH (Luyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Beyond Comparison Sorting and More (Weiss 7.9, 7.11-7.12)
pptx, pdf
15:30-16:30 OH (Rama)
CSE 021
25
Memorial Day
26
9:30-10:30 OH (Cyndi)
CSE 220
15:30-16:20 Section
SMI 102
Sorting, HW5
Sorting Video
27
11:00-12:00 OH (Catie)
CSE 218
14:30-15:20 Lecture
EEB 105
Finish Algorithm Design Techniques, P vs. NP and NP-Completeness (Weiss 9.4, 9.7, 10.3, 10.4)
pptx, pdf
16:00-17:00 OH (Conrad)
CSE 220
23:00 HW5 due
28
9:00-10:00 OH (Johnson)
CSE 220
16:30-17:20 Section
SMI 102
Sorting
Sorting worksheet
Solutions
29
12:30-13:30 OH (Luyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Preserving Abstractions
pptx, pdf
15:30-16:30 OH (Rama)
CSE 021

June
MondayTuesdayWednesdayThursdayFriday
01
10:30-11:30 OH (Yunyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Multithreading and Fork-Join Parallelism (Sections 2, 3 of these notes)
pptx, pdf
16:00-17:00 OH (Andy)
CSE 218
02
9:30-10:30 OH (Cyndi)
CSE 220
15:30-16:20 Section
SMI 102
Final Review
Slides handout
03
11:00-12:00 OH (Catie)
CSE 218
14:30-15:20 Lecture
EEB 105
Parallel Reductions, Maps, and Algorithm Analysis (Sections 3, 4 of these notes)
pptx, pdf
16:00-17:00 OH (Conrad)
CSE 220
23:00 HW6 due
04
9:00-10:00 OH (Johnson)
CSE 220
16:30-17:20 Section
SMI 102
Final Review
Slides, 14 Winter Final, Solved final
05
12:30-13:30 OH (Luyi)
CSE 218
14:30-15:20 Lecture
EEB 105
Final exam review, Course Victory Lap
pptx, pdf
15:30-16:30 OH (Rama)
CSE 021
08
14:00-15:30 OH (Catie)
CSE 212
16:30-18:30 Final Final Review
EEB 105
09
14:30-16:20 Final
EEB 105
10 11 12