Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.