Skip to content

Self Balancing Binary Search Tree inspired from the Adelson-Velsky and Landis Structure. This tree in particular is used to store student names with associated 8 digit ID numbers.

krausekeiii/AVL-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOT TO BE USED OR RECREATED FOR PRUPOSE OF ACADEMIC SUBMISSIONS

AVL Tree

  • Designed for Data Structures and Algorithms course for the purpose of a course project.
  • Implements self-balancing binary search tree with several search options used to efficiently store student IDs along with other possible information.
  • Access in O(log(n)) time when searching by ID
  • Storage is O(n)

About

Self Balancing Binary Search Tree inspired from the Adelson-Velsky and Landis Structure. This tree in particular is used to store student names with associated 8 digit ID numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages