Loading
Cover of Algorithms in a Nutshell: A Practical Guide
English Beginner Data Structures

Algorithms in a Nutshell: A Practical Guide

George T. Heineman,Gary Pollice,Stanley Selkow

Stanley Selkow

4.7 / 5

0 reviews

2016

Published

389

pages

482

views

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 sel

About this book

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

Ask this book

Your question is answered in the context of this title and author. Each answer uses 2 points.

Sign in to ask the book assistant.

Reader reviews

0 reviews · 4.7 average out of 5

No reviews yet

If you have read this book, help the next reader with your experience.

Write a review

Sign in to publish a review.

Reader questions and answers

Ask a focused question and learn from the community.

Sign in to ask or answer a question.

No questions yet

Be the first to ask a clear, useful question.

Related references that continue this learning path.