Thread: i need a GREAT Alogorithms reference

  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    16

    i need a GREAT Alogorithms reference

    Hey all,

    I am looking for an algorithms reference that explains the concepts in a clear, and consice manner. I have the book "fundamentals of algorithmics" but i find it takes forever to get to the point, and it is not always clear. Any help would be appreciated guys, thanks alot.

  2. #2
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728
    This should probably be moved considering it isn't a tech question.

    BY FAR the best book in my opinion is Introduction to Algorithms by Cormen.

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I am looking for an algorithms reference that explains the concepts in a clear, and consice manner.
    Typically, you won't find one. If you think the concepts are explained in a clear and concise manner then you already understand them, and you've probably implemented them multiple ways as well. If you really want to learn this stuff, get ready to buy several books and spend a lot of time net diving for little gems of wisdom. As for books, I recommend The Art of Computer Programming by Donald Knuth as a general reference. It's old, but I have yet to see any books that compare. I also recommend with hesitation, Algorithms in C by Robert Sedgewick. The explanations are good, and the code is a start, but the code is also the most awful broken crap I've seen in my life. You have to look around a bit, but Practical Algorithms in C++ and Practical Data Structures in C++ by Bryan Flamig are good as well. Data Structures Using C by Tenenbaum, Langsam, and Augstein is another hard find, but I'm fond of it.

    >BY FAR the best book in my opinion is Introduction to Algorithms by Cormen.
    CLR is excellent as far as it goes. But I found it surprisingly incomplete in its coverage for how popular it is.
    My best code is written with the delete key.

  4. #4
    Registered User
    Join Date
    Jul 2005
    Posts
    16
    Great... ill see if i can get my hands on some of those tests.

    Thanks alot guys.

  5. #5
    Registered User
    Join Date
    Jul 2005
    Posts
    16
    Quote Originally Posted by PJYelton
    This should probably be moved considering it isn't a tech question.

    BY FAR the best book in my opinion is Introduction to Algorithms by Cormen.


    Where should i move it to... I was hesitant to put it in here, but it seemed to fit best.

    I’m just looking for the fundamentals of algorithmic’s, not particularly in any language... just pseudo code... its the concepts i need. Things such as complexitys, and graph theory.

  6. #6
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Undefined Reference Compiling Error
    By AlakaAlaki in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2008, 11:45 AM
  2. Replies: 7
    Last Post: 10-09-2007, 02:37 PM
  3. Operator overloading in template classes
    By moejams in forum C++ Programming
    Replies: 5
    Last Post: 07-21-2003, 05:16 PM
  4. OpenGL in devc++
    By Mipix in forum Game Programming
    Replies: 5
    Last Post: 07-21-2003, 01:21 PM
  5. qt help
    By Unregistered in forum Linux Programming
    Replies: 1
    Last Post: 04-20-2002, 09:51 AM