Formalization of a persistent union-find data structure in
Coq
The following article introduces an efficient and
persistent union-find data structure :
Related OCaml data structures:
- Parray :
Persistent arrays
(.mli /
.ml)
- Puf :
Persistent Union-Find
(.mli /
.ml)
The code presented in this article has been formally proved using
the Coq proof assistant :
Ocaml files used to make the benchmarks presented in the article
Generated on 8/12/2022.