Creating software systems involves more than simply writing a program. It requires creativity and technical excellence. Technical excellence includes the ability to make programs robust and efficient. Efficient algorithms are at the heart of all but the most trivial programs. Programmers, however, seldom think about the algorithms in their programs until they encounter problems. Many programmers do not have a background in algorithm analysis and design and if they do, they don't take the time to find the right algorithm for ...
Read More
Creating software systems involves more than simply writing a program. It requires creativity and technical excellence. Technical excellence includes the ability to make programs robust and efficient. Efficient algorithms are at the heart of all but the most trivial programs. Programmers, however, seldom think about the algorithms in their programs until they encounter problems. Many programmers do not have a background in algorithm analysis and design and if they do, they don't take the time to find the right algorithm for their needs. Algorithms in a Nutshell helps programmers select, analyze, and implement the right algorithms for their particular needs. It provides just enough mathematics to let the reader understand and analyze algorithm performance. The algorithms in the book are based upon the type of problems they address. Each algorithm is presented in the style of a design pattern - an approach, or plan for how to solve the problem accompanied by the information needed to understand why the algorithm is appropriate, how one might determine why the algorithm is the right one, and implementation tips. This is a major benefit to the reader. Just as design patterns for object-oriented design enable developers to use a common language to describe their designs, we believe that providing a pattern language for algorithms can enable similar communication benefits.
Read Less
Add this copy of Algorithms in a Nutshell to cart. $2.92, good condition, Sold by ThriftBooks-Atlanta rated 5.0 out of 5 stars, ships from Austell, GA, UNITED STATES, published 2008 by O'Reilly Media.
Add this copy of Algorithms in a Nutshell to cart. $2.92, good condition, Sold by ThriftBooks-Reno rated 5.0 out of 5 stars, ships from Reno, NV, UNITED STATES, published 2008 by O'Reilly Media.
Add this copy of Algorithms in a Nutshell to cart. $2.92, good condition, Sold by ThriftBooks-Baltimore rated 5.0 out of 5 stars, ships from Halethorpe, MD, UNITED STATES, published 2008 by O'Reilly Media.
Add this copy of Algorithms in a Nutshell to cart. $2.92, fair condition, Sold by ThriftBooks-Baltimore rated 5.0 out of 5 stars, ships from Halethorpe, MD, UNITED STATES, published 2008 by O'Reilly Media.
Add this copy of Algorithms in a Nutshell (in a Nutshell (O'Reilly)) to cart. $5.00, good condition, Sold by HPB-Red rated 5.0 out of 5 stars, ships from Dallas, TX, UNITED STATES, published 2008 by O'Reilly Media.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Add this copy of Algorithms in a Nutshell to cart. $5.30, good condition, Sold by BooksRun rated 4.0 out of 5 stars, ships from Philadelphia, PA, UNITED STATES, published 2008 by O'Reilly Media.
Add this copy of Algorithms in a Nutshell to cart. $6.54, very good condition, Sold by AmazingBooksPGH rated 5.0 out of 5 stars, ships from Pittsburgh, PA, UNITED STATES, published 2008 by Oreilly & Associates Inc.
Add this copy of Algorithms in a Nutshell to cart. $11.40, good condition, Sold by SurplusTextSeller rated 5.0 out of 5 stars, ships from Columbia, MO, UNITED STATES, published 2008 by O'Reilly Media.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Good. Ships in a BOX from Central Missouri! May not include working access code. Will not include dust jacket. Has used sticker(s) and some writing or highlighting. UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes).
Add this copy of Algorithms in a Nutshell (in a Nutshell (O'Reilly)) to cart. $12.49, very good condition, Sold by HPB-Emerald rated 5.0 out of 5 stars, ships from Dallas, TX, UNITED STATES, published 2008 by O'Reilly Media.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Very good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority!
Add this copy of Algorithms in a Nutshell (in a Nutshell (O'Reilly)) to cart. $12.50, very good condition, Sold by Half Price Books Inc rated 4.0 out of 5 stars, ships from Dallas, TX, UNITED STATES, published 2008 by O'Reilly Media.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Very good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority!
It got me started quickly going into different algorithms without getting bogged down by deeper mathematical analysis or long chunks of code. It gives you concepts in a concise, expressive way (with its diagrams, notations etc). Within few days, I was already into graphs theory. Its psuedo code is also helpful.
I would definitely recommend this book for working professionals. If you are interested in more in-depth analysis, Carmen's book would supplement this.