cl-union-find

LGPL

An implementation of UNION-FIND datastructure

$ area51 add cl-union-findCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-union-find:some-function ...)