Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rohankanojia/avltree
- Owner: rohanKanojia
- Created: 2015-08-17T19:22:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T16:46:24.000Z (over 7 years ago)
- Last Synced: 2024-10-04T11:22:12.755Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 1.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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