binary-search-tree / red-black-tree

:christmas_tree: Red-black tree library for JavaScript
https://binary-search-tree.github.io/red-black-tree
GNU Affero General Public License v3.0
1 stars 0 forks source link

persistent version #5

Open make-github-pseudonymous-again opened 8 years ago

make-github-pseudonymous-again commented 3 years ago

This should be a distinct package. There are examples on how to implement a persistent versions in Okasaki's book Purely Functional Data Structures.