Registry / utility / st-tree

st-tree

JSON →
library1.4.0vcpkgunverified

A fast and flexible c++ template class for tree data structures

vcpkg install st-tree
INSTALL
IMPORT
SIG · ST-TREE
S
st-tree
utilitycppv1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

st_tree.hpp
#include <st_tree.hpp>

Create a tree and insert nodes

#include <st_tree.hpp> #include <iostream> int main() { st_tree::tree<int> t; t.insert(1); t.root().insert(2); std::cout << t.size() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

st-tree — pip install st-tree · libregistry