Algorithms: Includes index
โ Scribed by Sedgewick, Robert;Wayne, Kevin Daniel
- Publisher
- Pearson Education (USA);Addison-Wesley
- Year
- 2011
- Tongue
- English
- Edition
- 4th Edition
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Table of Contents
Preface viii Chapter 1: Fundamentals 31.1 Basic Programming Model 81.2 Data Abstraction 641.3 Bags, Queues, and Stacks 1201.4 Analysis of Algorithms 1721.5 Case Study: Union-Find 216 Chapter 2: Sorting 2432.1 Elementary Sorts 2442.2 Mergesort 2702.3 Quicksort 2882.4 Priority Queues 3082.5 Applications 336 Chapter 3: Searching 3613.1 Symbol Tables 3623.2 Binary Search Trees 3963.3 Balanced Search Trees 4243.4 Hash Tables 4583.5 Applications 486 Chapter 4: Graphs 5154.1 Undirected Graphs 5184.2 Directed Graphs 5664.3 Minimum Spanning Trees 6044.4 Shortest Paths 638 Chapter 5: Strings 6955.1 String Sorts 7025.2 Tries 7305.3 Substring Search 7585.4 Regular Expressions 7885.5 Data Compression 810 Chapter 6: Context 853 Index 933List of Algorithms 954List of Clients 955
โฆ Subjects
/ lcgft;Online-Publikation
๐ SIMILAR VOLUMES
"Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. Algorithms in a Nutshell describes existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs - with j
"Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. Algorithms in a Nutshell describes existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs - with j
"Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. Algorithms in a Nutshell describes existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs - with j
Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as: Fuzzy pattern matching for text (identi
This book will show you how to use your Arduino to control a variety of different robots, while providing step-by-step instructions on the entire robot building process. You'll learn Arduino basics as well as the characteristics of different types of motors used in robotics. You also discover contro