Guillaume Quintin <coincoin1...@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