Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richard-degenne/bst

A C binary search tree library
https://github.com/richard-degenne/bst

Last synced: about 2 months ago
JSON representation

A C binary search tree library

Awesome Lists containing this project

README

        

BST
===

A C binary search tree library

About
-----

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.

Need help?
----------

Should you need some help using the library, open `doc.html` in your favorite
web browser. It contains a fairly complete documentation.

License
-------

This software is distributed under the terms of the GNU Public License. See
`license` for further information.

Contact
-------

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.