Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/plos-clan/libtrees

Provide all of dendriform data structures without allocater for anyone.
https://github.com/plos-clan/libtrees

Last synced: about 2 months ago
JSON representation

Provide all of dendriform data structures without allocater for anyone.

Awesome Lists containing this project

README

        

# Library trees
This is a library of all dendriform data structures, such as red black tree, avl trees, b+ trees and so on.

All of dendriform data structures in the library has no allocater.

So, you must provide memory space by yourself/yourselves to use the dendriform data structures.

The library is written by C++ language, C language users can't use the library.

However, if you want to use the library by C language, you can make C language interfaces by yourself.

## Contribution
If you have some good advice, please send me a issues to tell me.