**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.****** Очень рекомендую для всех кто программирует или как то связан с этим делом. Эта одна из лучших встреченных мною книг. Содержит очень подробное и ясное изложение общих алгоритмов с которыми каждый в нашей области встречается почти ежедневно. Испольэуется TDD (Test Driven Development) подход, который сам по себе очень интересен. Примеры даны на Java. Я по мере чтения портирую их в С#. Если кто то затруднится проделать это сам пишите я пришлю то что уже сделано. Далее цитата кому предназначена книга The ideal reader of this book is someone who develops applications, or is just starting to do so, and who wants to understand algorithms and data structures. This might include programmers; developers; software engineering students; information systems students; and computer science students. While this book assumes you have an understanding of computer programming in general, it is also hoped that if you took away the code, you could still read the book cover to cover and follow along? albeit at a largely conceptual level. For this reason, team leaders, architects, and even business analysts might also benefit. Getting Started -- Iteration And Recursion -- String Searching -- Lists -- Queues -- Stacks -- Basic Sorting -- Advance Sorting -- Priority Queues -- Binary Searching -- Binary Search Trees -- Red-black Trees -- Hashing -- Sets -- Maps -- Computational Geometry -- Digital Search Trees -- B-trees -- Pragmatic Optimization. Simon Harris And James Ross. Programmer To Programmer--cover. Includes Bibliographical References And Index.