Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 183 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 183 Bytes

Union-Find

Generic implementation of Union-Find data structure

To compile

Use makefile: make all

Running

Use makefile: make run

Cleaning

Use makefile: make clean