Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/richard-degenne/bst
- Owner: Richard-Degenne
- License: gpl-3.0
- Created: 2015-09-17T14:38:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T06:54:50.000Z (about 9 years ago)
- Last Synced: 2023-08-08T07:31:24.080Z (over 1 year ago)
- Language: C
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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.