SWiK
» tagged pages
» logout
login / register
(
0
changes)
sorted by:
recent
| see :
popular
Content Tagged with
STL
+
tree
tree.hh: an STL-like C++ tree class
Friday, February 01, 2008
The tree.hh library for C++ provides an STL-like container class for n-ary trees, templated over the data stored at the nodes. Various types of iterators are provided (post-order, pre-order, and others).
opensource: del.icio.us tag/opensource
Library
Programming
C++
opensource
stl
tree