Book description
Algorithmic Thinking will teach you how to solve challenging programming problems and design your own algorithms. Daniel Zingaro, a master teacher, draws his examples from world-class programming competitions like USACO and IOI. You’ll learn how to classify problems, choose data structures, and identify appropriate algorithms. You’ll also learn how your choice of data structure, whether a hash table, heap, or tree, can affect runtime and speed up your algorithms; and how to adopt powerful strategies like recursion, dynamic programming, and binary search to solve challenging problems.
Line-by-line breakdowns of the code will teach you how to use algorithms and data structures like:
•The breadth-first search algorithm to find the optimal way to play a board game or find the best way to translate a book
•Dijkstra’s algorithm to determine how many mice can exit a maze or the number of fastest routes between two locations
•The union-find data structure to answer questions about connections in a social network or determine who are friends or enemies
•The heap data structure to determine the amount of money given away in a promotion
•The hash-table data structure to determine whether snowflakes are unique or identify compound words in a dictionary
NOTE: Each problem in this book is available on a programming-judge website. You’ll find the site’s URL and problem ID in the description. What’s better than a free correctness check?
Table of contents
- Cover Page
- Title Page
- Copyright Page
- Dedication
- About the Author
- About the Technical Reviewer
- BRIEF CONTENTS
- CONTENTS IN DETAIL
- FOREWORD
- ACKNOWLEDGMENTS
- INTRODUCTION
- 1 HASH TABLES
- 2 TREES AND RECURSION
- 3 MEMOIZATION AND DYNAMIC PROGRAMMING
- 4 GRAPHS AND BREADTH-FIRST SEARCH
- 5 SHORTEST PATHS IN WEIGHTED GRAPHS
- 6 BINARY SEARCH
- 7 HEAPS AND SEGMENT TREES
- 8 UNION-FIND
- AFTERWORD
- A ALGORITHM RUNTIME
- B BECAUSE I CAN’T RESIST
- C PROBLEM CREDITS
- INDEX
Product information
- Title: Algorithmic Thinking
- Author(s):
- Release date: December 2020
- Publisher(s): No Starch Press
- ISBN: 9781718500808
You might also like
audiobook
Generative AI
The future of AI is here. The world is transfixed by the marvel (and possible menace) …
book
Dive Into Algorithms
Dive Into Algorithms is a wide-ranging, Pythonic tour of many of the world's most interesting algorithms. …
book
Think Like a Programmer
In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems …
book
Learning Algorithms
When it comes to writing efficient code, every software professional needs to have an effective working …