An open API service indexing awesome lists of open source software.

https://github.com/samth/persistent-union-find


https://github.com/samth/persistent-union-find

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

## Persistent union-find

Implemented by Jason Hemann and Dan Friedman.

Based on a design by Sylvain Conchon and Jean-Christophe Filliâtre.

See _A Persistent Union-Find Data Structure_. In ACM SIGPLAN Workshop
on ML, pages 37-45, Freiburg, Germany, October 2007.

This implementation extends the paper by allowing new elements to be
added to the set.