Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfreiholz/humble-tree-library
C++ Library: Collection of simple Tree/Trie implementations.
https://github.com/mfreiholz/humble-tree-library
Last synced: 25 days ago
JSON representation
C++ Library: Collection of simple Tree/Trie implementations.
- Host: GitHub
- URL: https://github.com/mfreiholz/humble-tree-library
- Owner: mfreiholz
- Created: 2013-06-20T18:53:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-05T18:18:09.000Z (over 11 years ago)
- Last Synced: 2023-03-22T12:05:20.685Z (over 1 year ago)
- Language: C++
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Humble Tree Library (C++)
=========================
C++ Library: Collection of simple tree/trie implementations.The intension of this library is to collect all kind of low-level tree
implementations in C++. This should support developers with high performance
data structures without searching a long time for it.Feel free to contribute.
Rules to contribute
===================
1. Keep it simple and readable.
2. Use well explaining comments in header files.Code style
==========
No tabs, only spaces (Ident=2).Dependencies
============
The only dependency which should be used is the standard template library (STL)
(http://www.cplusplus.com/reference/stl/).Developers
==========
- Manuel Freiholz
- ...\...