/binstree

Incredibly simple binary search tree example in C. Used for some simple testing

Primary LanguageCGNU General Public License v3.0GPL-3.0

Incredibly simple binary search tree for integers with insert and delete in C. The code for these functions was derived from the algorithm pseudocode in Cormen, Leiserson and Rivest's Algorithms book, pages 244-253