Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages