Algorithms in a Nutshell(O'Reilly,2ed,2016)

时间:2019-04-24 04:55:44
【文件属性】:

文件名称:Algorithms in a Nutshell(O'Reilly,2ed,2016)

文件大小:12.22MB

文件格式:PDF

更新时间:2019-04-24 04:55:44

Algorithms Nutshell C Java

Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. This updated edition of Algorithms in a Nutshell describes a large number of existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs—with just enough math to let you understand and analyze algorithm performance. With its focus on application, rather than theory, this book provides efficient code solutions in several programming languages that you can easily adapt to a specific project. Each major algorithm is presented in the style of a design pattern that includes information to help you understand why and when the algorithm is appropriate. With this book, you will: Solve a particular coding problem or improve on the performance of an existing solution Quickly locate algorithms that relate to the problems you want to solve, and determine why a particular algorithm is the right one to use Get algorithmic solutions in C, C++, Java, and Ruby with implementation tips Learn the expected performance of an algorithm, and the conditions it needs to perform at its best Discover the impact that similar design decisions have on different algorithms Learn advanced data structures to improve the efficiency of algorithms


网友评论

  • 不错,原装
  • 非常有用的一本算法书
  • 應該是一本好書,謝謝
  • 虽然算法在我的工作中基本上不用自己写,但是基础的东西,掌握得越深越好。