A C binary search tree library
This simple library is a C implementation of binary search trees. It is used as an example for an article on Zeste de Savoir, a French knowledge-sharing website.
Should you need some help using the library, open doc.html
in your favorite
web browser. It contains a fairly complete documentation.
This software is distributed under the terms of the GNU Public License. See
license
for further information.
For any question, remark or information, feel free to contact Richard Degenne . And make sure to fork and submit any pull request you consider relevant.