Algorithms in a nutshell / George T. Heineman, Gary Pollice & Stanley Selkow.
Record details
- ISBN: 1491948922 (pbk.)
- ISBN: 9781491948927 (pbk.)
- Physical Description: xi, 373 pages : illustrations
- Edition: Second edition.
- Publisher: Sebastopol, CA : O'Reilly, 2016.
- Copyright: ©2016
Content descriptions
Bibliography, etc. Note: | Includes bibliographical references and index. |
Immediate Source of Acquisition Note: | LSC 86.99 |
Search for related items by subject
Subject: | Computer algorithms. Software engineering. Computer software > Development. |
Available copies
- 1 of 1 copy available at Tsuga Consortium.
Holds
- 0 current holds with 1 total copy.
Location | Call Number / Copy Notes | Barcode | Shelving Location | Status | Due Date |
---|---|---|---|---|---|
Lakeshore Branch | 005.1 Hei 2016 | 31681020010807 | NONFICPBK | Available | - |
- Ingram Publishing Services
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 Python 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
- Perseus Publishing
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 Python 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