2

Am Programmer cum Co-Founder of Start-up,Am a computer Science Graduate though am not good at Algorithms,I want to learn and sharp that side.Please suggest me some nice books for starters and Advance Level.

asked Mar 26, 2011 at 19:33

3 Answers 3

1

A good reference bible is the CLRS Algorithms book. You will find this used as the textbook for the algorithms course at any major university. Its pretty heavy, but anything you need is in there somewhere.

http://en.wikipedia.org/wiki/Introduction_to_Algorithms

http://www.amazon.com/Introduction-Algorithms-Third-Thomas-Cormen/dp/0262033844

answered Mar 27, 2011 at 2:31
0

It depends on what you're looking for algorithms for. If you're using an object-oriented language, most people hold "Design Patterns: Elements of Reusable Object-Oriented Software" to be full of the main patterns you will definitely want to be familiar with. But each programming domain and purpose is going to have its own algorithms.

answered Mar 26, 2011 at 19:36
0

As Raskolnikov said, Cormen is good. I also like Skiena's Algorithm Design Manual.

answered Apr 26, 2011 at 11:59

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.