maxdeliso / avl

An AVL tree implementation in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An implementation of a binary search tree incorporating AVL balancing, together with a test driver.

https://en.wikipedia.org/wiki/AVL_tree

I heavily referenced Knuth's TAOCP Vol 2 while implementing.

Somewhat incongruously, most functions are implemented recursively except for insert.

About

An AVL tree implementation in C.

License:MIT License


Languages

Language:C 96.7%Language:Makefile 3.3%