tree.hh
release 2.0
- Author:
- Kasper Peeters
- Version:
- 2.65
- Date:
- 03-Apr-2009
- See also:
- http://www.aei.mpg.de/~peekas/tree/
http://www.aei.mpg.de/~peekas/tree/ChangeLog
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). Where possible the access methods are compatible with the STL or alternative algorithms are available.