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 "Persistent_BST_Add_element.png" *** for how adding an element to original PBST (x), creates a new structure (y) and y structure connects to original structure x
-
Notifications
You must be signed in to change notification settings - Fork 0
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***
BrentLeeSF/Persistent_BinarySearchTree_-_Persistent_Stack
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
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***
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published