jaumb/avltree
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is an avl tree and deque implementation I created as a side project in order to get better acquainted with C++ and also to better understand how avl trees work. My coding guidlines were simplicity and clarity rather than efficiency. Enjoy!