Abrar Hossain
Abrar Hossain

Reputation: 2702

Learning and applying algorithms for applications

Hi, I have been trying to learn algorithms for sometime with very little luck. I have tried adopting a couple of books on the subject area like:

I would really appreciate if someone can suggest me absolutely essential beginner's book on algorithms that can help me understand the above books and its materials better. Thanks for suggestions in advance

Upvotes: 0

Views: 95

Answers (2)

jlee88my
jlee88my

Reputation: 3043

Stop reading. Start Jumping-in, and try to make something with real-world application. You will learn 5-fold faster :)

You will face many real-challenges and questions; which many in StackOverflow will be very happy to help you with :) Have fun.

Upvotes: 2

poorvank
poorvank

Reputation: 7602

Along with the above books i would highly recommend MIT's video lectures.

Algorithms in C is also worth looking at.

Upvotes: 1

Related Questions