st_tree
Tree container
A C++ template class for tree data structures with flexible storage models and standard STL interfaces.
A fast and flexible c++ template class for tree data structures
96 stars
8 watching
20 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list
c-plus-plusdata-structuredata-structuresstandard-template-librarystlstl-containertree
Related projects:
Repository | Description | Stars |
---|---|---|
kpeeters/tree.hh | An STL-like C++ header-only tree class with n-ary structure and various iterator types. | 133 |
rurban/ctl | A C container template library implementing various data structures and algorithms in ISO C99/C11. | 171 |
mattreecebentley/plf_colony | An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements. | 398 |
samchon/tstl | A TypeScript implementation of the C++ Standard Template Library | 603 |
dlvandenberg/tree-sitter-angular | A parser for Angular's Control Flow syntax and other features in its template language. | 38 |
jorgen/json_struct | A C++ library that enables direct conversion between JSON and structured C++ data types | 423 |
mattreecebentley/plf_stack | A C++ data container optimized for stack-based operations with improved performance compared to standard library containers. | 63 |
ocornut/str | A lightweight C++ string type with an optional local buffer. | 248 |
zacharypatten/towel | A C# library implementing an AVL tree data structure with additional features. | 726 |
orlp/devector | A container class with efficient append operations on either end. | 37 |
dmlc/treelite | Enables storage and exchange of decision tree models in a format independent of specific frameworks or platforms. | 738 |
tree-sitter/tree-sitter-cpp | A C++ implementation of the Tree Sitter parser framework | 270 |
serge-sans-paille/frozen | A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,323 |
erikgartner/dtree | A JavaScript library for visualizing hierarchical data with multiple parents. | 524 |
tree-sitter-grammars/tree-sitter-xml | Provides grammars and parser implementation for XML & DTD files | 29 |