CSCI 260 Fall 2022: Labs

Instructions for using git

  1. Sept 22: Lab 1 Union-Find ATD -- basic, and union-by-height Implementation
  2. Sept 29: Lab 2: Union-Find, with path compression and union-by-rank Assignment 2
  3. Oct 6: Lab 3 Graphs
  4. Oct 13: Lab 4 (Assignment 3) Graphs: BFS and DFS
  5. Oct 17: Lab 5 Heap
  6. Nov 3: Lab 7 AVL trees