$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [ boost ] [ Trie ]
From: Cosmin Boaca (boost.cosmin.boaca_at_[hidden])
Date: 2015-05-04 10:13:02
Hello,
Is it really needed to create a new class called leaf ? I was thinking of
storing a vector<key_type> in each node instead of a key_type element and
this would handle both cases (one element / more elements) .
Thank you,
Cosmin