Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishsinha-io/avltree
Implementation of an Adelson-Velsky Landis binary search tree in ansi c.
https://github.com/anishsinha-io/avltree
Last synced: 24 days ago
JSON representation
Implementation of an Adelson-Velsky Landis binary search tree in ansi c.
- Host: GitHub
- URL: https://github.com/anishsinha-io/avltree
- Owner: anishsinha-io
- Created: 2022-01-18T06:13:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T06:26:01.000Z (about 3 years ago)
- Last Synced: 2024-11-08T12:18:02.771Z (3 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AVL Tree
This repository implements an Adelson-Velsky Landis (AVL) tree in ansi C. An AVL tree is one flavor of self-balancing
binary search trees.