Thread: Binary Search Trees Part III

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    >>Are you going to put this in the FAQ thoug
    When it's ready, it will go in here. But with such a big and complex article, its always good to get it proof read first.

    >>These ASCII drawings don't even come close to doing the algorithm justice
    Maybe we could do something about that when I put it in the FAQ.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Perhaps: ...implementation is arbitrarily as long... ?
    No, that would make the sentence incomprehensible.

    >was successfully added for simplicity's sake
    I don't like either, so I'll use "was succssfully added for the sake of simplicity".

    >A reference (to Knuth; book, paper, other publication?) would be nice.
    Done, good idea.

    >nitty-gritty would, arguably, be better.
    The dictionary agrees with you, so I'll change that.

    >Save the damned what?
    damned: 1) Condemned, especially to eternal punishment.

    >Well, I would spell colouration somewhat differently...
    I pick one style to avoid issues like this. Both are correct, so it's a matter of opinion.

    All of the other changes I'll make as well. Thanks for taking the time to proofread my hurried mistakes.

    >Maybe we could do something about that when I put it in the FAQ.
    I'll see if I can come up with something presentable.
    My best code is written with the delete key.

  3. #3
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Quote Originally Posted by Prelude
    >Perhaps: ...implementation is arbitrarily as long... ?
    No, that would make the sentence incomprehensible.
    Doh!
    Quote Originally Posted by Prelude
    I don't like either, so I'll use "was succssfully added for the sake of simplicity".
    That's good but, you know, successfully might work better.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  4. #4
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    Hey does this mean there is going to be an up to date C and C++ tutorial?
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  5. #5
    CS Author and Instructor
    Join Date
    Sep 2002
    Posts
    511
    Prelude,

    Nice tutorial

    Have you ever thought to publish a textbook?

    I am currently working on one in C# programming which is due out at the beginning of next year.

    This experience has been an eye opening one for me.

    You seem to have great style, may have to clean up some of the language...

    I sure you have looked, at what is out currently in C books. Most are primarily reference, few are actual textbooks.


    Anyway, I know the contacts at 3 of the publishers of CS books in the US... let me know if interested.
    Mr. C: Author and Instructor

  6. #6
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    Prelude if you write a book, I'll buy it. :d
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Binary search needed
    By ItsMeHere in forum C Programming
    Replies: 1
    Last Post: 06-22-2006, 07:26 AM
  2. Binary trees search problem...
    By Umoniel in forum C Programming
    Replies: 2
    Last Post: 02-22-2004, 02:29 PM
  3. binary search tree
    By unregistered in forum C++ Programming
    Replies: 4
    Last Post: 12-11-2001, 11:42 AM
  4. Ornery binary search algorithm
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 11-17-2001, 03:32 PM
  5. Newbie questions regarding binary search trees
    By Ham in forum C++ Programming
    Replies: 1
    Last Post: 11-04-2001, 07:48 AM