Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
- ...\...