Video description
In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video.
Don’t be perplexed by data structures! This fun, friendly, and fully illustrated guide makes it easy to learn useful data structures you’ll put to work every day.
Grokking Data Structures makes it a breeze to learn the most useful day-to-day data structures. You’ll follow a steady learning path from absolute basics to advanced concepts, all illustrated with fun examples, engaging industry stories, and hundreds of graphics and cartoons.
In Grokking Data Structures you’ll learn how to:
- Understand the most important and widely used data structures
- Identify use cases where data structures make the biggest difference
- Pick the best data structure solution for a coding challenge
- Understand the tradeoffs of data structures and avoid catastrophes
- Implement basic data collections like arrays, linked lists, stacks, and priority queues
- Use trees and binary search trees (BSTs) to organize data
- Use graphs to model relationships and learn about complex data
- Efficiently search by key using hash tables and hashing functions
- Reason about time and memory requirements of operations on data structures
Grokking Data Structures carefully guides you from the most basic data structures like arrays or linked lists all the way to powerful structures like graphs. It’s perfect for beginners, and you won’t need anything more than high school math to get started. Each data structure you encounter comes with its own complete Python implementation so you can start experimenting with what you learn right away.
About the Technology
Data structures are vital for shaping and handling your data organization. They’re also an important part of most IT job interviews! Whether you’re new to data structures or just dusting off what you learned in school, this book will get you up to speed fast with no advanced math, abstract theory, or complicated proofs.
About the Book
Grokking Data Structures introduces common and useful data structures that every developer needs to know. Real-world examples show you how data structures are used in practice, from making your searches faster to handling triage in an emergency room. You’ll love the fun cartoons, insightful stories, and useful Python code samples that make data structures come alive. And unlike jargon-laden academic texts, this book is easy-to-read and practical.
What's Inside
- Fast searches using hash tables
- Trees and binary search trees (BSTs) to organize data
- Use graphs to model complex data
- The best data structures for a coding challenge
About the Reader
For readers who know the basics of Python. A perfect companion to Grokking Algorithms!
About the Author
Marcello La Rocca is a research scientist and a full-stack engineer. He has contributed to large-scale web applications and machine learning infrastructure at Twitter, Microsoft, and Apple.
The technical editor on this book was Beau Carnes.
Quotes
Approachable and thorough. Puts the most important data structures in your tool belt, ready to use, and gives you a deep understanding too.
- Bruno Gonçalves, Data For Science, Inc.
Hits the sweet spot between over simplification and too much theory.
- Patrick Regan, MGHPCC
Really drives home data structures in a friendly manner.
- Ritobrata Ghosh, Artificial Learning Systems
I can personally attest to Marcello’s deep care and respect for learners and this material. I congratulate him.
- From the Foreword by Daniel Zingaro, University of Toronto
Table of contents
- Chapter 1. Introducing data structures: Why you should learn about data structures
- Chapter 2. Static arrays: Building your first data structure
- Chapter 3. Sorted arrays: Searching faster, at a price
- Chapter 4. Big-O notation: A framework for measuring algorithm efficiency
- Chapter 5. Dynamic arrays: Handling dynamically sized datasets
- Chapter 6. Linked lists: A flexible dynamic collection
- Chapter 7. Abstract data types: Designing the simplest container—the bag
- Chapter 8. Stacks: Piling up data before processing it
- Chapter 9. Queues: Keeping information in the same order as it arrives
- Chapter 10. Priority queues and heaps: Handling data according to its priority
- Chapter 11. Binary search trees: A balanced container
- Chapter 12. Dictionaries and hash tables: How to build and use associative arrays
- Chapter 13. Graphs: Learning how to model complex relationships in data
Product information
- Title: Grokking Data Structures, Video Edition
- Author(s):
- Release date: July 2024
- Publisher(s): Manning Publications
- ISBN: 9781633436992VE
You might also like
video
Advanced Algorithms and Data Structures, video edition
An accessible introduction to the fundamental algorithms used to run the world. Richard Vaughan, Purple Monkey …
book
Grokking Data Structures
Don’t be perplexed by data structures! This fun, friendly, and fully illustrated guide makes it easy …
video
Grokking Algorithms, Video Edition
In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and …
video
Grokking Algorithms, Second Edition, Video Edition
A friendly, fully-illustrated introduction to the most important computer programming algorithms. Master the most widely used …