Jump to ratings and reviews
Rate this book

Beginning Algorithms

Rate this book
Beginning Algorithms A good understanding of algorithms, and the knowledge of when to apply them, is crucial to producing software that not only works correctly, but also performs efficiently. This is the only book to impart all this essential information-from the basics of algorithms, data structures, and performance characteristics to the specific algorithms used in development and programming tasks.

Packed with detailed explanations and instructive examples, the book begins by offering you some fundamental data structures and then goes on to explain various sorting algorithms. You'll then learn efficient practices for storing and searching by way of hashing, trees, sets, and maps. The authors also share tips on optimization techniques and ways to avoid common performance pitfalls. In the end, you'll be prepared to build the algorithms and data structures most commonly encountered in day-to-day software development.

What you will learn from this book


The basics of algorithms, such as iteration and recursion Elementary data structures such as lists, stacks, and queues Basic and advanced sorting algorithms including insertion sort, quicksort, and shell sort Advanced data structures such as binary trees, ternary trees, and heaps Algorithms for string searching, string matching, hashing, and computational geometry How to use test-driven development techniques to ensure your code works as intended How to dramatically improve the performance of your code with hands-on techniques for profiling and optimization Who this book is for

This book is for anyone who develops applications, or is just beginning to do so, and is looking to understand algorithms and data structures. An understanding of computer programming is beneficial.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

592 pages, Paperback

First published September 1, 2005

5 people are currently reading
73 people want to read

About the author

There is more than one author with this name

Simon Harris started writing animated sprites on a Commodore 64 in primary school. After a break of many years, he taught himself 80x86 and IBM System/370 assembler and started working professionally. Since then he has moved from assembler to C, C++, and, of course, Java. He believes a fundamental understanding and appreciation of algorithms is essential to developing good software; and since starting his own company, RedHill Consulting, he has managed to make a living discussing and demonstrating software development practices and techniques to anyone who will listen.
In his more than 15 years of development experience, James Ross has ranged from building packaged products to large enterprise systems to research into compilers and languages. In recent years, he has become a code quality fanatic and agile methods specialist, particularly with test-driven development. He works as a consultant for ThoughtWorks, the world’s leading agile software development company. He is currently leading the development of a large J2EE project in the insurance industry in Melbourne, Australia. He lives with his wife and family in Melbourne.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
9 (34%)
4 stars
7 (26%)
3 stars
5 (19%)
2 stars
5 (19%)
1 star
0 (0%)
Displaying 1 of 1 review
32 reviews
January 13, 2011
Outstanding introduction to major algorithms and data structures. They go a little overboard in writing test cases and it does assume some knowledge of Java, but if you're OK with those things you'll learn a lot from this book.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.