Skip to content

epbugaev/AVL_Tree_Set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

AVL Tree Set

Self-balancing binary search tree implementation in C++ based on AVL tree. Completed as a part of Faculty of Computer Science 'Introduction to Programming (advanced group)' course at Higher School of Economics.

Works with any classes with defined less than operator < (has to be a strict partial order).

About

Binary search tree data structure based on AVL tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages