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
harperlangston/binstree
Incredibly simple binary search tree example in C. Used for some simple testing
CGPL-3.0