llrb.h is an iterative implementation of Robert Sedgewick's 2-3 variant left-leaning red-black tree algorithm. It's written to be a drop-in replacement for Niels Provos' <sys/tree.h> C preprocessor red-black tree library.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Um nome de tipo de macro é atualmente usado em DELETEMIN. LLRB_PROTOTYPE e LLRB_GENERATE agora concordam sobre a classe de armazenamento da rotina inserir.
Tags:
minor bugfix
A macro type name is now used in DELETEMIN. LLRB_PROTOTYPE and LLRB_GENERATE now agree on the storage class of the INSERT routine.