CIS121 Spring 2012
Labs (subject to change)
| Date | Description | Files | Solutions |
|---|---|---|---|
| Jan 23-24 | JUnit, debugging in Eclipse | Lab 1 Code | Lab 1 Solution |
| Jan 30-31 | Experimental analysis of algorithms, Javadoc | Lab 2 Code | Lab 2 Solution |
| Feb 6-7 | Asymptotic notation, UNIX | Lab 3 Files | Lab 3 Solution |
| Feb 13-14 | Recurrences, code review | Lab 4 Code | Lab 4 Solution |
| Feb 20-21 | Midterm 1 review | ||
| Feb 27-28 | Databases | CreateDB.sql Queries.sql | |
| Mar 12-13 | Searching and sorting, code review | Lab 7 Code | Lab 7 Solution |
| Mar 19-20 | Heaps and trees, code review | Lab 8 Code | Lab 8 Solution |
| Mar 26-27 | Midterm 2 review | ||
| Apr 2-3 | JDBC lab | code | Lab 10 Solution |
| Apr 9-10 | Project / Graphs: BFS-DFS | ||
| Apr 16-17 | Project / Graphs: Dijkstra's, Bellman-Ford, Topological Sort, SCC | ||
| Apr 23-24 | Project / graphs |