Review - Introduction to Algorithms
Introduction to algorithms is an amazing and very comprehensive guide to programming algorithms, analysis, estimation and data structures.
I read most of it in college but i still keep it on my shelf and have a look from time to time.
Its a classic book and you really should have it if you are serious about development. You will probably never implement most of the algorithms described there but understanding them will make a big difference.
You will get a good view on estimation, analysis, statistics then data structures, sorting, graph algorithms and NP-complete problems.
Book does not contain neural networks nor genetic algorithms. It also focuses more on real problems than mathematical calculations like 'how to approximate function maximum' ;- )
The only problem with it that its tough, i mean the topic is not too easy and language could be tiny bit easier as well. But maybe its just polish translation that is not such an easy read.
Final score: 9/10
Comments
Post new comment