Thread: A good book on algorithms ?

  1. #1
    Unregistered
    Guest

    A good book on algorithms ?

    Hi !!,
    Can anyone suggest a good book on algorithms? i have recently started learning C.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660

  3. #3
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    The art of computer programming by donald knuth.

    downside.... all code samples are in assembly language for a mythical computer but with a little thought it is easy enough to convert into c etc.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    32
    also you might wanna take a look at numerical recipes book:

    http://lib-www.lanl.gov/numerical/index.html

    not exactly algorithm but sort of...

    regards,

    null

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Is this book <JAVA in a netshell> good for C++ programmers?
    By meili100 in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 10-28-2008, 02:28 AM
  2. Algorithms and data structures book?
    By Lechx in forum C++ Programming
    Replies: 6
    Last Post: 09-30-2008, 09:05 PM
  3. A good C++ Reference book
    By tiachopvutru in forum C++ Programming
    Replies: 5
    Last Post: 05-13-2008, 04:47 PM
  4. Good book to learn C from?
    By jcw122 in forum C Programming
    Replies: 5
    Last Post: 10-09-2004, 03:25 PM