STL 风格的 N叉树
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 avai
下载地址
用户评论
是一个开源项目的源码和例子,很好
感觉太长了,抓不住重点。看着好累。
学习用了一下,非常不错,非常感谢!