Logo

Cranbtree

A balanced binary search tree written in C with simple interface that supports many operations.

A balanced binary search tree library written in C with simple interface.According to wikipedia. It can be used in your program to store data associated with a key number for fast data retrieval.