
Algorithms & Data Structures - When you don't know sh#t
A Beginner's Guide to Algorithms
Failed to add items
Add to Cart failed.
Add to Wish List failed.
Remove from wishlist failed.
Adding to library failed
Follow podcast failed
Unfollow podcast failed
Buy for $3.99
No default payment method selected.
We are sorry. We are not allowed to sell this product with the selected payment method
-
Narrated by:
-
Virtual Voice
-
By:
-
Lyron Foster

This title uses virtual voice narration
About this listen
The book begins with an introduction to algorithms and data structures, explaining their importance in software development, and then moves on to cover basic terminology and concepts related to algorithms and data structures. The book provides an overview of commonly used algorithms and data structures, including arrays, linked lists, stacks, queues, trees, graphs, sorting and searching algorithms, dynamic programming, and greedy algorithms.
Readers will learn how to measure algorithm performance, identify the best algorithm for a given problem, and analyze algorithm time complexity using Big O notation. The book also provides best practices for implementing algorithms and data structures in programming, highlighting real-world applications of algorithms and data structures.
The book concludes with an introduction to advanced algorithms and data structures such as hash tables, tries, and heaps. Throughout the book, readers will find examples and exercises to help them understand and apply the concepts covered in each chapter.
With this book, readers will gain a solid foundation in algorithms and data structures and the ability to apply this knowledge to solve real-world problems and build efficient and scalable applications.
People who viewed this also viewed...
-
Grokking Algorithms
- By: Aditya Bhargava
- Narrated by: Derek Lettman
- Length: 3 hrs and 46 mins
- Unabridged
-
Overall
-
Performance
-
Story
This friendly guide teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression and artificial intelligence. This accesible introduction is suitable for self-taught programmers, engineers, or anyone who wants to brush up on algorithms. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python.
-
-
the book is not good in audio format
- By Anonymous User on 01-09-20
By: Aditya Bhargava
-
Information Architecture
- For the Web and Beyond
- By: Louis Rosenfeld, Peter Morville, Jorge Arango
- Narrated by: Theodore O'Brien
- Length: 11 hrs
- Unabridged
-
Overall
-
Performance
-
Story
Information architecture (IA) is far more challenging - and necessary - than ever. To guide you through this broad ecosystem, this popular guide - now in its fourth edition - provides essential concepts, methods, and techniques for digital design that have withstood the test of time. UX designers, product managers, developers, and anyone involved in digital design will learn how to create semantic structures that will help people engage with your message.
-
-
Well organized and right to the points
- By Coco on 06-08-23
By: Louis Rosenfeld, and others
-
Computer Science Principles
- The Foundational Concepts of Computer Science - For AP® Computer Science Principles
- By: Kevin Hare
- Narrated by: Virtual Voice
- Length: 5 hrs and 54 mins
- Unabridged
-
Overall
-
Performance
-
Story
5th Edition - New for 2024 A great intro to Computer Science concepts for all ages. Perfect for: AP Computer Science Principles (AP-CSP) Teacher Certification Tests (PRAXIS, GACE, etc.) Integrated Digital Technology CS Foundations Exploring Computer Science Curious kids and adults Everyone!--- The 5th edition comes with several updates, including: Computing Systems Deeper dive into CPU/GPU More on logic gate Other updates And more!--- Computer science is the world's fastest growing field of study, and this growth is showing no signs of slowing down. As a new field, computer science can seem...
By: Kevin Hare
-
Stealth
- The Secret Contest to Invent Invisible Aircraft
- By: Peter Westwick
- Narrated by: David de Vries
- Length: 7 hrs and 46 mins
- Unabridged
-
Overall
-
Performance
-
Story
On a moonless night in January 1991, a dozen US aircraft appeared in the skies over Baghdad. To the Iraqi air defenses, the planes seemed to come from nowhere. Each aircraft was more than 60 feet in length and with a wingspan of 40 feet, yet its radar footprint was the size of a ball bearing. Here was the first extensive combat application of Stealth technology. And it was devastating.
-
-
Good Overview of the original development
- By Amazon Customer on 08-01-22
By: Peter Westwick
-
Learning OOP Design Patterns
- Master Object Oriented Programming Design Patterns
- By: Lyron Foster
- Narrated by: Virtual Voice
- Length: 2 hrs and 7 mins
- Unabridged
-
Overall
-
Performance
-
Story
This is an essential resource for software developers who want to understand and use object-oriented design patterns effectively in their projects. The book begins with an introduction to object-oriented design patterns and their importance in software development. It then provides an overview of the three main categories of design patterns: creational, structural, and behavioral. Each category is explored in detail, including specific patterns such as the Singleton, Factory Method, Adapter, and Observer patterns. The book provides best practices for using these patterns in software ...
-
-
Repeating text
- By Ben Lewis on 02-15-25
By: Lyron Foster
-
Learn Coding Basics in Hours with Python
- An Introduction to Computer Programming for Absolute Beginners
- By: Tech Academy, Jack C. Stanley, Erik Gross
- Narrated by: Virtual Voice
- Length: 2 hrs and 33 mins
- Unabridged
-
Overall
-
Performance
-
Story
Newly updated for 2024! Want to learn how to code in less than a day? This book was designed for absolute beginners – you don’t need any prior experience or knowledge. Written by the Co-Founders of The Tech Academy (www.learncodinganywhere.com), it serves as a perfect introduction to computer programming for anyone. This book utilizes Python, one of the most popular programming languages in the world. Learn Coding Basics in Hours with Python is easy and simple, and it can be completed fast. The Tech Academy is a technology school that specializes in coding bootcamps. You can enroll ...
-
-
This isn’t quite what it seems.
- By Nicholas on 01-29-25
By: Tech Academy, and others
-
Grokking Algorithms
- By: Aditya Bhargava
- Narrated by: Derek Lettman
- Length: 3 hrs and 46 mins
- Unabridged
-
Overall
-
Performance
-
Story
This friendly guide teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression and artificial intelligence. This accesible introduction is suitable for self-taught programmers, engineers, or anyone who wants to brush up on algorithms. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python.
-
-
the book is not good in audio format
- By Anonymous User on 01-09-20
By: Aditya Bhargava
-
Information Architecture
- For the Web and Beyond
- By: Louis Rosenfeld, Peter Morville, Jorge Arango
- Narrated by: Theodore O'Brien
- Length: 11 hrs
- Unabridged
-
Overall
-
Performance
-
Story
Information architecture (IA) is far more challenging - and necessary - than ever. To guide you through this broad ecosystem, this popular guide - now in its fourth edition - provides essential concepts, methods, and techniques for digital design that have withstood the test of time. UX designers, product managers, developers, and anyone involved in digital design will learn how to create semantic structures that will help people engage with your message.
-
-
Well organized and right to the points
- By Coco on 06-08-23
By: Louis Rosenfeld, and others
-
Computer Science Principles
- The Foundational Concepts of Computer Science - For AP® Computer Science Principles
- By: Kevin Hare
- Narrated by: Virtual Voice
- Length: 5 hrs and 54 mins
- Unabridged
-
Overall
-
Performance
-
Story
5th Edition - New for 2024 A great intro to Computer Science concepts for all ages. Perfect for: AP Computer Science Principles (AP-CSP) Teacher Certification Tests (PRAXIS, GACE, etc.) Integrated Digital Technology CS Foundations Exploring Computer Science Curious kids and adults Everyone!--- The 5th edition comes with several updates, including: Computing Systems Deeper dive into CPU/GPU More on logic gate Other updates And more!--- Computer science is the world's fastest growing field of study, and this growth is showing no signs of slowing down. As a new field, computer science can seem...
By: Kevin Hare
-
Stealth
- The Secret Contest to Invent Invisible Aircraft
- By: Peter Westwick
- Narrated by: David de Vries
- Length: 7 hrs and 46 mins
- Unabridged
-
Overall
-
Performance
-
Story
On a moonless night in January 1991, a dozen US aircraft appeared in the skies over Baghdad. To the Iraqi air defenses, the planes seemed to come from nowhere. Each aircraft was more than 60 feet in length and with a wingspan of 40 feet, yet its radar footprint was the size of a ball bearing. Here was the first extensive combat application of Stealth technology. And it was devastating.
-
-
Good Overview of the original development
- By Amazon Customer on 08-01-22
By: Peter Westwick
-
Learning OOP Design Patterns
- Master Object Oriented Programming Design Patterns
- By: Lyron Foster
- Narrated by: Virtual Voice
- Length: 2 hrs and 7 mins
- Unabridged
-
Overall
-
Performance
-
Story
This is an essential resource for software developers who want to understand and use object-oriented design patterns effectively in their projects. The book begins with an introduction to object-oriented design patterns and their importance in software development. It then provides an overview of the three main categories of design patterns: creational, structural, and behavioral. Each category is explored in detail, including specific patterns such as the Singleton, Factory Method, Adapter, and Observer patterns. The book provides best practices for using these patterns in software ...
-
-
Repeating text
- By Ben Lewis on 02-15-25
By: Lyron Foster
-
Learn Coding Basics in Hours with Python
- An Introduction to Computer Programming for Absolute Beginners
- By: Tech Academy, Jack C. Stanley, Erik Gross
- Narrated by: Virtual Voice
- Length: 2 hrs and 33 mins
- Unabridged
-
Overall
-
Performance
-
Story
Newly updated for 2024! Want to learn how to code in less than a day? This book was designed for absolute beginners – you don’t need any prior experience or knowledge. Written by the Co-Founders of The Tech Academy (www.learncodinganywhere.com), it serves as a perfect introduction to computer programming for anyone. This book utilizes Python, one of the most popular programming languages in the world. Learn Coding Basics in Hours with Python is easy and simple, and it can be completed fast. The Tech Academy is a technology school that specializes in coding bootcamps. You can enroll ...
-
-
This isn’t quite what it seems.
- By Nicholas on 01-29-25
By: Tech Academy, and others
-
Clean Architecture
- A Craftsman's Guide to Software Structure and Design
- By: Robert C. Martin
- Narrated by: Theodore O'Brien
- Length: 8 hrs and 24 mins
- Unabridged
-
Overall
-
Performance
-
Story
Clean Architecture is an essential book for every current or aspiring software architect, systems analyst, system designer, and software manager - and for every programmer who must execute someone else’s designs.
-
-
good book, missing accompanying pdf
- By ^-^ on 03-29-23
By: Robert C. Martin
-
The Clean Coder
- A Code of Conduct for Professional Programmers
- By: Robert C. Martin
- Narrated by: Theodore O'Brien
- Length: 6 hrs and 12 mins
- Unabridged
-
Overall
-
Performance
-
Story
Great software is something to marvel at: powerful, elegant, functional, a pleasure to work with as both a developer and as a user. Great software isn’t written by machines. It is written by professionals with an unshakable commitment to craftsmanship. The Clean Coder will help you become one of them - and earn the pride and fulfillment that they alone possess.
-
-
The best one
- By Amazon Customer on 01-10-22
By: Robert C. Martin
-
Computational Thinking
- By: Peter J. Denning, Matti Tedre
- Narrated by: Steven Jay Cohen
- Length: 5 hrs and 56 mins
- Unabridged
-
Overall
-
Performance
-
Story
A few decades into the digital era, scientists discovered that thinking in terms of computation made possible an entirely new way of organizing scientific investigation; eventually, every field had a computational branch: computational physics, computational biology, computational sociology. More recently, "computational thinking" has become part of the K-12 curriculum. But what is computational thinking? This volume in the MIT Press Essential Knowledge series offers an accessible overview.
-
-
Too slow, repetitive for professional programmers
- By Kindle Customer on 04-06-21
By: Peter J. Denning, and others
-
Advanced Algorithms and Data Structures
- By: Marcello La Rocca
- Narrated by: Julie Brierley
- Length: 23 hrs and 32 mins
- Unabridged
-
Overall
-
Performance
-
Story
As a software engineer, you’ll encounter countless programming challenges that initially seem confusing, difficult, or even impossible. Don’t despair! Many of these “new” problems already have well-established solutions. Advanced Algorithms and Data Structures teaches you powerful approaches to a wide range of tricky coding challenges that you can adapt and apply to your own applications. Providing a balanced blend of classic, advanced, and new algorithms, this practical guide upgrades your programming toolbox with new perspectives and hands-on techniques.
-
-
Wonderful audio textbook!
- By Howard_a on 11-02-21
-
Computing: A Concise History
- The MIT Press Essential Knowledge Series
- By: Paul E. Ceruzzi
- Narrated by: Tim Andres Pabon
- Length: 3 hrs and 56 mins
- Unabridged
-
Overall
-
Performance
-
Story
The history of computing could be told as the story of hardware and software or the story of the Internet or the story of "smart" handheld devices, with subplots involving IBM, Microsoft, Apple, Facebook, and Twitter. In this concise and accessible account of the invention and development of digital technology, computer historian Paul Ceruzzi offers a broader and more useful perspective. He identifies four major threads that run throughout all of computing's technological development.
-
-
Hard to Believe it an "MIT Press" Thing
- By Sam on 05-15-22
By: Paul E. Ceruzzi
-
Once Upon an Algorithm
- How Stories Explain Computing
- By: Martin Erwig
- Narrated by: Walter Dixon
- Length: 10 hrs and 48 mins
- Unabridged
-
Overall
-
Performance
-
Story
In Once Upon an Algorithm, Martin Erwig explains computation as something that takes place beyond electronic computers, and computer science as the study of systematic problem solving. Erwig points out that many daily activities involve problem solving. Getting up in the morning, for example: You get up, take a shower, get dressed, eat breakfast. This simple daily routine solves a recurring problem through a series of well-defined steps. In computer science, such a routine is called an algorithm.
-
-
didn't quite cut it for me
- By Jack Frasier on 08-02-18
By: Martin Erwig
-
Modern Software Engineering
- Doing What Works to Build Better Software Faster
- By: David Farley
- Narrated by: Amy Gordon
- Length: 9 hrs and 37 mins
- Unabridged
-
Overall
-
Performance
-
Story
In Modern Software Engineering, continuous delivery pioneer David Farley helps software professionals think about their work more effectively, manage it more successfully, and genuinely improve the quality of their applications, their lives, and the lives of their colleagues.
-
-
Could have been a 1-page bulleted list
- By Elle7se on 12-30-22
By: David Farley
-
The Deep Learning Revolution
- By: Terrence J. Sejnowski
- Narrated by: Shawn Compton
- Length: 8 hrs and 5 mins
- Unabridged
-
Overall
-
Performance
-
Story
The deep-learning revolution has brought us driverless cars, the greatly improved Google Translate, fluent conversations with Siri and Alexa, and enormous profits from automated trading on the New York Stock Exchange. Deep-learning networks can play poker better than professional poker players and defeat a world champion at Go. In this book, Terry Sejnowski explains how deep learning went from being an arcane academic field to a disruptive technology in the information economy.
-
-
Probably the best audio book available on Deep Learning
- By Charlie on 03-01-19
-
Learning To Code In The Age Of AI: Understanding The Theory Of Programming Rather Than The Syntax
- By: Richard Aragon
- Narrated by: Virtual Voice
- Length: 39 mins
- Unabridged
-
Overall
-
Performance
-
Story
This comprehensive guide is designed to revolutionize the way you approach learning to code, leveraging the power of Artificial Intelligence to enhance your understanding and application of programming concepts. Whether you are just starting your coding journey or are an established programmer aiming to broaden your skill set, this guide offers a unique approach that transcends traditional syntax-focused learning methods. By emphasizing a deep understanding of fundamental programming principles, you will gain the versatility to adapt to and master any programming language with ease. This ...
-
-
worthless
- By Guy Martin Wenzel on 12-23-24
By: Richard Aragon
-
User Story Mapping
- Discover the Whole Story, Build the Right Product
- By: Jeff Patton, Peter Economy - foreword
- Narrated by: Roy McCrerey
- Length: 8 hrs and 19 mins
- Unabridged
-
Overall
-
Performance
-
Story
User story mapping is a valuable tool for software development, once you understand why and how to use it. This insightful book examines how this often misunderstood technique can help your team stay focused on users and their needs without getting lost in the enthusiasm for individual product features. Author Jeff Patton shows you how changeable story maps enable your team to hold better conversations about the project throughout the development process. Your team will learn to come away with a shared understanding of what you’re attempting to build and why.
-
-
Straw man arguments and handwaving
- By Amazon Customer on 01-02-22
By: Jeff Patton, and others
-
Hacking the Hacker
- Learn From the Experts Who Take Down Hackers
- By: Roger A. Grimes
- Narrated by: Jonathan Todd Ross
- Length: 10 hrs and 46 mins
- Unabridged
-
Overall
-
Performance
-
Story
Hacking the Hacker takes you inside the world of cybersecurity to show you what goes on behind the scenes, and introduces you to the men and women on the front lines of this technological arms race. Twenty-six of the world's top white hat hackers, security researchers, writers, and leaders describe what they do and why, with each profile preceded by a no-experience-necessary explanation of the relevant technology.
-
-
Please stop reading the urls
- By Jonathan on 11-16-19
By: Roger A. Grimes
-
Hackers & Painters
- Big Ideas from the Computer Age
- By: Paul Graham
- Narrated by: Mark Sando
- Length: 7 hrs and 44 mins
- Unabridged
-
Overall
-
Performance
-
Story
We are living in the computer age, in a world increasingly designed and engineered by computer programmers and software designers, by people who call themselves hackers. Who are these people, what motivates them, and why should you care? Consider these facts: Everything around us is turning into computers. Your typewriter is gone, replaced by a computer. Your phone has turned into a computer. So has your camera. Soon your TV will. Your car was not only designed on computers, but has more processing power in it than a room-sized mainframe did in 1970.
-
-
a mindsett that sets people apart
- By Andrew at the BlackFox on 09-10-21
By: Paul Graham