Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohankanojia/avltree

AVL Trees implemented in C with the help of ncurses library. It works only on UNIX/LINUX based platforms with lib-ncurses already installed
https://github.com/rohankanojia/avltree

Last synced: 29 days ago
JSON representation

AVL Trees implemented in C with the help of ncurses library. It works only on UNIX/LINUX based platforms with lib-ncurses already installed

Awesome Lists containing this project

README

        

# AVLTree
This project contains a simple implementation of AVLtrees in C. It provides nice
visualisation of traversals, search etc. with the help of Ncurses library. It works
only on UNIX/LINUX based platforms with lib-ncurses already installed.
for more information about ncurses goto :
https://en.wikipedia.org/wiki/Ncurses