Persistent data structure: Difference between revisions

Content deleted Content added
m Code: <ref>{{github}}
Line 153:
GitHub repo containing implementations of persistent BSTs using Fat Nodes, Copy-on-Write, and Path Copying Techniques.
 
To use the persistent BST implementations, simply clone the repository and follow the instructions provided in the README file.<ref>{{github|DesaultierMAKK/PersistentBST}}</ref>
 
'''Link: ''' https://github.com/DesaultierMAKK/PersistentBST
 
=== Persistent hash array mapped trie ===