/disjoin-set

Disjoint set forest implementation in C

Primary LanguageCGNU General Public License v3.0GPL-3.0

#Disjoint set data structure

Implementation to disjoint set data structure using disjoint set forest.

This incorporates:

  • union by rank
  • path compression.