CS 112 Introduction to Data Structures and Algorithms lab schedule

Links to lab related material will be posted here

  1. Lab 01 : HW1 review, recursion, order notation

  2. Lab 02 : execution time, pseudo random numbers, generic types

  3. Lab 03 : Stacks

  4. Lab 04 : Linked List

    Exceptions in Java

  5. Lab 05 : Exercises on Sorting and Linked List

  6. Practice midterm solutions: revised version,     old version with some errors

    (the practice questions are here)

  7. Grade table including midterm grades.pdf

  8. Lab 06 : Binary tree traversals

  9. Lab 07 : Binary Search Tree batch inserts and graphics display.

  10. Lab 08 : Collision-handling in open addressed hash tables.

  11. Lab 09 : Generics redux - map data type.

  12. Lab 10 : Breadth First Search for source destination paths in graphs.

  13. Lab 11 : Breadth First Search to compute graph diameter.

  14. Lab 12 : Shortest path between cities.

URL

http://cs-people.bu.edu/tvashwin/cs112_spring09/index.html

Author

Ashwin Thangali ( tvashwin at cs | bu | edu )