Info on algorithms

reef_d

Disciple
Apr 2, 2005
267
0
0
38
I want to do an in depth study of different types of algorithms. Anyone here can recommend any good books or could post some links which would be useful. Many friends told me that the book by Korman is good. Anyone here used that book?
 

KingKrool

Skilled
Mar 16, 2005
3,556
71
136
Cormen is the standard. For a simpler alternative, you can try howoritz and sahani (they have two books, one is on data structures, one is algos, make sure you get the right one). For a more comlex one, try tardos.
 

hammerhead

Adept
Jun 26, 2006
683
26
0
37
www.teamreflex.org
Try "The art of computer programming" series by Knuth. It deals almost all parts of building an algorithm. For great programming questions and explanations of algorithms try Programming Challenges by Skiena
 

Chaos

Skilled
Jan 29, 2005
9,603
1,572
302
^^You are right... TAOCP is not for beginners for sure.... Its more of a reference text than something for beginners to learn from. Cormen is the best for you amongst all of them as its very beginner friendly.
 

reef_d

Disciple
Apr 2, 2005
267
0
0
38
thanks guys.... also don't want to start a new thread, so can any of you please post a link to C/C++ programming in linux.
 

Lord Nemesis

Overlord
Skilled
Jun 3, 2005
5,936
2,410
377
get the sahani book first. Its very well written and in a simple language. after you master some of the things, you can go for another book.