CSE 326 - Final Topics Review

Topics:

  1. Splay trees
  2. Heaps – binary heaps, d-heaps, min-max
  3. Disjoint sets – union-find, path compression
  4. Graphs(!!!) – terminology, algorithms (Dijkstra’s)
  5. Spanning trees – Kruskal’s, Prim’s
  6. Sorting – algorithms, time complexity, applicability
  7. k-d trees
  8. stuff covered before the midterm – by now this should be easy…