Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

phantom power

(25,966 posts)
Thu Mar 1, 2012, 05:57 PM Mar 2012

st_tree - A C++ template tree container class

If you're into that sort of thing. Don't know how many C/C++ programmers we have here, but tree is one of the "basic" data types missing from STL, or even Boost:

https://github.com/erikerlandson/st_tree

A C++ template tree container class for storing data in an arbitrary tree structure. This tree container class is STL-compliant, supports configurable storage models for child nodes, is unit tested and memory tested. It is open source and released under the Apache 2.0 license

Latest Discussions»Culture Forums»Open Source and Free Software»st_tree - A C++ template ...