Skip to content

A project that implements BS and AVL trees, using nodes, pairs, as well as does preorder, inorder, and postorder traversals, and does balancing for the AVL trees. Uses Pairs and StringBuilders.

Notifications You must be signed in to change notification settings

maricr-sk/BSTMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSTMap

An in-depth project that implements BS and AVL trees, using nodes, pairs, as well as does preorder, inorder, and postorder traverals, iterative and recursive searches, finds the number of null references, and sums of levels, and does balancing for the AVL trees. It includes the typical AVL and BST functions. Uses StringBuilder and prebuilt Pair and Node classes.

About

A project that implements BS and AVL trees, using nodes, pairs, as well as does preorder, inorder, and postorder traversals, and does balancing for the AVL trees. Uses Pairs and StringBuilders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages