
January 5th, 2003, 03:47 AM
|
|
Your Friend
|
|
Join Date: Dec 2001
Posts: 9

Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Sedgewick's book is one of the classics, but I recommend the following:
1. Introduction to Algorithms - by Cormen, et al. (four authors, commonly referred to as the "CLRS" book, after its authors). This is the best book to start with, in my opinion. It does not include any particular language's source code; you can code the algorithms quite easily in any language the way they are explained.
2. The Algorithm Design Manual - by Steve Skiena. This is an ideal second book, in my opinion.
|