C++ Logo

sg19

Advanced search

[isocpp-sg19] cardinal trees

From: Jeremy Murphy <jeremy.william.murphy_at_[hidden]>
Date: Wed, 23 Oct 2024 18:28:56 +1100
Dear SG19,
I had a quick look through the current papers and firstly just wanted to
quickly ask if you had given any thought to using this library for working
with cardinal trees?
They don't exist in Boost.Graph; although one can obviously create a
structure that looks superficially like one, the concepts defining
efficient algorithms on them don't exist.
There are some other libraries for creating a binary search tree, but
they're quite specific in purpose, not generic.
The best treatment of the topic is in Elements of Programming by Stepanov
and McJones, which is freely available online.
There is also a C++Now talk about adding binary trees to Boost.Graph that
explains the new concepts, etc.
Thanks, cheers.
Jeremy

Received on 2024-10-23 07:29:06