Jump to content

cool book about algorithms

Featured Replies

Hi Guys!

 

Please advise something great (fundamental, must know, interesting etc) to read about algorithms

 

 

Thanx!:eyebrow:

There are a lot of books about algorithms. The spectrum could be described by its two extremes: mainly mathematical - mainly practical. We are not talking about implementations but the practical books tends to offer a sample implementation (books like Algorithms with XXX -where XXX is Java, C++, etc).

 

I think you are interested about algorithm design and the discussion about the famous ones (how to find a path, sorting, etc.) Obviously if you are more interested in a concrete topic then you have to go for string algorithms, graph algorithms, etc.

 

So, answering your question, I will recommend you two books that are closer to the mathematical extreme:

 

- Introduction to Algorithms (Cormen) (MIT Electrical Engineering and Computer Science)

(http://www.amazon.com/Introduction-Algorithms-Electrical-Engineering-Computer/dp/0262031418)

 

- Fundamentals of Algorithmics (Brassard) (http://www.amazon.co.uk/Fundamentals-Algorithmics-Gilles-Brassard/dp/0133350681)

 

This material is good stuff but it requires dedication to be learned.

Good luck!

Archived

This topic is now archived and is closed to further replies.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.