Re: Red Black Trees
- From: "R. Vowels" <robin_v@xxxxxxxxxxx>
- Date: Sun, 30 Oct 2005 14:19:29 GMT
Sarath wrote in message <1130475581.095431.140750@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>...
|Does anyone have code pointers to red-black tree implementation in C or
|C++ ? I am particularly looking for RB-Delete() routine without the use
|of sentinel (nil) nodes.
The suite of routines for Red-Black trees is implemented
without sentinels in my book: "Introduction to PL/I, Algorithms, and
Structured Programming".
| I want take a look at this implementation and
|compare with the "Introduction to Algorithms" book version with
|sentinels and see what are the special cases that we should explicitly
|handle if we don't use sentinel nodes. Is there any open source
|implementation that you can refer me to ?
|
|Thanks,
|Sarat
.
- Prev by Date: Re: Red Black Trees
- Next by Date: Re: Java or C++?
- Previous by thread: Re: Red Black Trees
- Next by thread: DirectShow capturing problem
- Index(es):
Relevant Pages
|