$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rich Lee (llee1_at_[hidden])
Date: 2000-09-29 17:22:38
On Fri, 29 Sep 2000, Marshall Clow wrote:
> Does anyone know of a n-ary tree object that "plays nice" within the STL?
Boost Graph library provides graph data structures and basic graph
algorithms. Tree fits well here.
> One use: representing a file hierarchy.
-- Cheers, Lie-Quan Lee