GitHub / BrentLeeSF / Persistent_BinarySearchTree_-_Persistent_Stack
Created a persistent binary search tree (PBST) and persistent stack. When adding a new element will create a new stack or PBST with the new element and connect the new PBST or stack to the previous PBST or stack. ***Please see README***
Stars: 1
Forks: 0
Open issues: 0
License: None
Language: Java
Size: 97.7 KB
Dependencies parsed at: Pending
Created at: over 8 years ago
Updated at: over 5 years ago
Pushed at: over 7 years ago
Last synced at: about 2 years ago
Topics: binomial-heap, binomial-trees, java, persistent-data-structure, stacks