Thread: Alternative Data Structures/Algorithm books

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    37

    Alternative Data Structures/Algorithm books

    Are there any other books worth looking at besides -
    -------------------------------------------------------------------
    Robert Sedgewick
    Algorithms in C, Parts 1-4: Fundamentals, Data Structures, Sorting, Searching, 3/E
    ISBN: 0-201-31452-5
    -------------------------------------------------------------------
    Kyle Loudon
    Mastering Algorithms with C, 1/E
    ISBN: 1-56592-453-3
    -------------------------------------------------------------------

  2. #2
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807
    I don't really know some, but why not the Robert Sedgewick one's? it's a great book, I love the way he writes, really clear, doubt you find something better.

  3. #3
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    The books of Sedgewick are great. Even greater are those books of Knuth, the Art Of Programming. For more book reviews take a look at the book review section at www.accu.org.

  4. #4
    CS Author and Instructor
    Join Date
    Sep 2002
    Posts
    511
    Data Structures Using Pseudocode in C- by Gilberg and Fourozan, Brooks Cole.

    I it hard to find a good C DS book since C++ and Java are the norm.
    Mr. C: Author and Instructor

  5. #5
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Kruse, Leung, Tondo : Data Structures and Program design in C
    Mark Allen Weiss : Data structures and algorithm analysis in C

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Lame null append cause buffer to crash
    By cmoo in forum C Programming
    Replies: 8
    Last Post: 12-29-2008, 03:27 AM
  2. Replies: 3
    Last Post: 04-18-2008, 10:06 AM
  3. question about a working linked list
    By cold_dog in forum C++ Programming
    Replies: 23
    Last Post: 09-13-2006, 01:00 AM
  4. All u wanted to know about data types&more
    By SAMSAM in forum Windows Programming
    Replies: 6
    Last Post: 03-11-2003, 03:22 PM
  5. C Programming Question
    By TK in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 07-04-2002, 07:11 PM