Skip to content

An implementation of the disjoint sets data structure (union-find algorithm) in common lisp.

License

Notifications You must be signed in to change notification settings

fstamour/disjoint-sets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An implementation of the disjoint sets data structure (union-find algorithm) in common lisp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published