Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 297 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 297 Bytes

disjoint-sets

This is a simple implementation of the disjoint sets data structure (union-find algorithm) in common lisp.

See the docstring and the tests for the documentation.

How to test

(ql:quickload "disjoint-sets")
(asdf:test-system "disjoint-sets")

License

BSD 2-clause