开发者

Algorithms in C++ by Robert Sedgewick experiences

开发者 https://www.devze.com 2023-01-04 13:24 出处:网络
How开发者_StackOverflow good is this book for learning algorithm creation, based on experiences ?The most common algorithms book I have seen is Cormen, Leiserson, Rivest, and Stein\'s Introduction to

How开发者_StackOverflow good is this book for learning algorithm creation, based on experiences ?


The most common algorithms book I have seen is Cormen, Leiserson, Rivest, and Stein's Introduction to Algorithms, which you may see written elsewhere as CLRS or "The MIT Algorithms Text". It's not quite as pervasive as the Dragon Book is for compiler design, but it's close.

Strictly speaking, when talking about algorithms, the programming language you decide to use rarely makes much of a difference. Algorithms are about speeding up the machine's way of thinking of general problems, not a particular way of processing a particular input with a particular implementation.


Its a good book but this does not mean it is good for you - maybe you find it at google books so you can have a look in it.

0

精彩评论

暂无评论...
验证码 换一张
取 消