https://github.com/leiless/jw_avltree
AVL tree implementation based on Julienne Walker's solution
https://github.com/leiless/jw_avltree
Last synced: 3 days ago
JSON representation
AVL tree implementation based on Julienne Walker's solution
- Host: GitHub
- URL: https://github.com/leiless/jw_avltree
- Owner: leiless
- License: bsd-2-clause
- Created: 2018-07-03T14:27:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T14:54:33.000Z (about 8 years ago)
- Last Synced: 2025-03-15T00:39:53.081Z (over 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Generic AVL tree implementation based on Julienne Walker's solution
An ANSI implementation top-down oriented
TODO:
* Wrap up more tests
* Full valgrind memory check