Skip to content

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***

Notifications You must be signed in to change notification settings

BrentLeeSF/Persistent_BinarySearchTree_-_Persistent_Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 "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 alt text

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

No packages published

Languages