Thread: Red Black Tree

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    24

    Red Black Tree

    Hey All

    Does anyone know of a site with some example code for the implementation of a Red Black Tree?

    In particular am looking for non-recursive top down.

    Thanks

  2. #2
    Registered User
    Join Date
    Mar 2003
    Posts
    143
    You have tried searching using google and the search term "red black tree c code" haven't you?
    DavT
    -----------------------------------------------

  3. #3
    root
    Join Date
    Sep 2003
    Posts
    232
    >Does anyone know of a site with some example code for the implementation of a Red Black Tree?
    Actually, I do.
    The information given in this message is known to work on FreeBSD 4.8 STABLE.
    *The above statement is false if I was too lazy to test it.*
    Please take note that I am not a technical writer, nor do I care to become one.
    If someone finds a mistake, gleaming error or typo, do me a favor...bite me.
    Don't assume that I'm ever entirely serious or entirely joking.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  4. I need some ideas please>>
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 08-23-2002, 01:55 PM
  5. BST/Red and Black Tree
    By ghettoman in forum C++ Programming
    Replies: 0
    Last Post: 10-24-2001, 10:45 PM