tags:

views:

80

answers:

4

Possible Duplicate:
What is the best book for learning about Algorithms?

Can you suggest me a book which include all of algorithms (about computer science).

I want to buy or download algorithm book for studying.

+2  A: 

For a full reference, Knuth's "Art of Computer Programming" is great.

cristobalito
A: 

The textbook that I used for my algorithm class during my undergrad studies:

Algorithm Design by Jon Kleinberg and Éva Tardos

Among its topics:

  • Graphs
  • Greedy algorithms
  • Divide and conquer
  • Dynamic programming
  • Network flow
  • NP-complex problems
  • Approximation algoritms

I flunk the class once but retook it during summer session and got A- :P

Lukman
+1  A: 

The Algorithm Design Manual by Steven Skiena alt text

Prasoon Saurav