Guillaume Quintin <coincoin169g_AT_gmail.com> writes:
> Hi,
>
> I was wondering if there was some program out there that uses
> algorithms such as red-black trees, B-trees, binomial heaps, fibonacci
> heaps, etc. Do you know any ? This is just for my curiosity.
The implementation of std::map in the GNU C++ library is a red-black
tree.
--
\ Troels
/\ Henriksen
Received on Wed Jul 23 2014 - 20:03:08 CEST