View Poll Results: Balanced tree deletion code and detailed explanation?

Voters
13. You may not vote on this poll
  • Both AVL and Red Black insertion and deletion

    2 15.38%
  • Both AVL and Red Black insertion, only AVL deletion

    0 0%
  • Both AVL and Red Black insertion, only Red Black deletion

    1 7.69%
  • Both AVL and Red Black insertion and deletion, AND lazy deletion for both! I want Prelude to work hard and give me the best tutorial ever!

    10 76.92%

Thread: So busy, need help.

  1. #1
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897

    So busy, need help.

    Well, feedback more than help. By making the tutorial longer it will take more time as I'm so busy these days. The code isn't too much of a problem, but writing an understandable explanation for such complex concepts is very time consuming.
    My best code is written with the delete key.

  2. #2
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728
    Unless you simply just didn't have the time, and I think I can speak for all of us by saying this should definately be a low priority in your life, I would have to go for both insertion and deletion on both tree types. Anyone who is interested enough to try and learn about them would almost certainly want to know how to code both the insertion and deletion. I wouldn't bother with lazy deletion though except maybe mention it in passing, its pretty easy to figure out on their own.

  3. #3
    Never Exist Hermitsky's Avatar
    Join Date
    Jul 2004
    Posts
    149
    Quote Originally Posted by Prelude
    Well, feedback more than help. By making the tutorial longer it will take more time as I'm so busy these days. The code isn't too much of a problem, but writing an understandable explanation for such complex concepts is very time consuming.
    why not employ someone to help you ?

    blow me ... ...

  4. #4
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    Do versions for C, C++ and Managed C++ too.

  5. #5
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >why not employ someone to help you ?
    Because I'm a control freak.

    >Do versions for C
    Already doing that.

    >C++
    The standard library already does that.

    >and Managed C++ too.
    *smack!*

    My best code is written with the delete key.

  6. #6
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    Now dont forget C# as well

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Busy program
    By neandrake in forum Windows Programming
    Replies: 4
    Last Post: 12-04-2003, 04:57 PM
  2. Wait loop - not busy waiting?
    By Foldager in forum Windows Programming
    Replies: 1
    Last Post: 07-17-2003, 01:39 AM
  3. Busy animation?
    By SMurf in forum C Programming
    Replies: 3
    Last Post: 07-26-2002, 08:01 PM
  4. How do you keep a moron busy?
    By Jet_Master in forum A Brief History of Cprogramming.com
    Replies: 39
    Last Post: 05-23-2002, 10:57 AM