main page  —  CS 210 Algorithms and Data Structures

Unit 4: Case Study: Union-Find

This unit gives a first show-case of how clever data structure design can dramatically improve the efficiency of an algorithm.

  • Disjoint Set ADT
  • quick-find
  • quick-union
  • weighted quick-union
  • path compression

Material

Further sources

This chapter is modeled after

  • Sedgewick & Wayne, Algorithms, 4th Edition

Unit 3  ⋅  Syllabus  ⋅  Unit 5