Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Files

Latest commit

c3c96a4 · Dec 19, 2018

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