Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/plos-clan/libtrees
- Owner: plos-clan
- Created: 2024-11-24T06:13:24.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-24T06:34:25.000Z (2 months ago)
- Last Synced: 2024-11-24T07:26:19.635Z (2 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.