Grokking Algorithms
Failed to add items
Add to Cart failed.
Add to Wish List failed.
Remove from wish list failed.
Follow podcast failed
Unfollow podcast failed
Buy Now for $18.74
No default payment method selected.
We are sorry. We are not allowed to sell this product with the selected payment method
-
Narrated by:
-
Derek Lettman
-
Written by:
-
Aditya Bhargava
About this listen
Grokking Algorithms is a friendly guide that 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. Learning about algorithms doesn't have to be boring!
An algorithm is nothing more than a step-by-step procedure for solving a problem. The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to understand them but refuse to slog through dense multipage proofs, this is the book for you. This engaging guide makes it easy to learn how to use the most important algorithms effectively in your own programs.
Contents include:
- Introduction to algorithms
- Selection sort
- Recursion
- Quicksort
- Hash tables
- Breadth-first search
- Dijkstra's algorithm
- Greedy algorithms
- Dynamic programming
- K-nearest neighbors
This accessible 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.
Aditya Bhargava is a software engineer with a dual background in computer science and fine arts. He blogs on programming at adit.io.
PLEASE NOTE: When you purchase this title, the accompanying PDF will be available in your Audible Library along with the audio.
©2016 Manning Publications (P)2016 Manning PublicationsYou may also enjoy...
-
The Pragmatic Programmer: 20th Anniversary Edition, 2nd Edition
- Your Journey to Mastery
- Written by: David Thomas, Andrew Hunt
- Narrated by: Anna Katarina
- Length: 9 hrs and 55 mins
- Unabridged
-
Overall
-
Performance
-
Story
Dave Thomas and Andy Hunt wrote the first edition of this influential book in 1999 to help their clients create better software and rediscover the joy of coding. These lessons have helped a generation of programmers examine the very essence of software development. Now, 20 years later, this new edition re-examines what it means to be a modern programmer. Topics range from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse.
-
-
Great technical book, needs accompanying diagrams
- By Christine Y. on 2020-04-16
Written by: David Thomas, and others
-
Algorithms
- MIT Press Essential Knowledge Series
- Written by: Panos Louridas
- Narrated by: Jonathan Todd Ross
- Length: 5 hrs and 23 mins
- Unabridged
-
Overall
-
Performance
-
Story
After discussing what an algorithm does and how its effectiveness can be measured, Louridas covers three of the most fundamental applications areas: graphs, which describe networks, from eighteenth-century problems to today's social networks; searching, and how to find the fastest way to search; and sorting, and the importance of choosing the best algorithm for particular tasks. He then presents larger-scale applications: PageRank, Google's founding algorithm; and neural networks and deep learning.
Written by: Panos Louridas
-
Grokking Machine Learning
- Written by: Luis Serrano
- Narrated by: Marianne Sheehan
- Length: 15 hrs and 1 min
- Unabridged
-
Overall
-
Performance
-
Story
Discover valuable machine learning techniques you can understand and apply using just high school math. Grokking Machine Learning teaches you how to apply ML to your projects using only standard Python code and high school-level math. No specialist knowledge is required to tackle the hands-on exercises using Python and readily available machine learning tools. Packed with easy-to-follow Python-based exercises and mini-projects, this book sets you on the path to becoming a machine learning expert.
Written by: Luis Serrano
-
Algorithms to Live By
- The Computer Science of Human Decisions
- Written by: Brian Christian, Tom Griffiths
- Narrated by: Brian Christian
- Length: 11 hrs and 50 mins
- Unabridged
-
Overall
-
Performance
-
Story
From finding a spouse to finding a parking spot, from organizing one's inbox to understanding the workings of human memory, Algorithms to Live By transforms the wisdom of computer science into strategies for human living.
-
-
They must have written this book for me
- By SJ on 2018-10-24
Written by: Brian Christian, and others
-
Grokking Artificial Intelligence Algorithms
- Understand and Apply the Core Algorithms of Deep Learning and Artificial Intelligence in This Friendly Illustrated Guide Including Exercises and Examples
- Written by: Rishal Hurbans
- Narrated by: Jeromy Lloyd, Julie Brierley
- Length: 7 hrs and 25 mins
- Unabridged
-
Overall
-
Performance
-
Story
Grokking Artificial Intelligence Algorithms is a fully illustrated and interactive tutorial guide to the different approaches and algorithms that underpin AI. Written in simple language and with lots of visual references and hands-on examples, you'll learn the concepts, terminology, and theory you need to effectively incorporate AI algorithms into your applications. And to make sure you truly grok as you go, you'll use each algorithm in practice with creative coding exercises.
Written by: Rishal Hurbans
-
Grokking Simplicity: Taming Complex Software with Functional Thinking
- Written by: Eric Normand
- Narrated by: Mark Thomas
- Length: 12 hrs and 4 mins
- Unabridged
-
Overall
-
Performance
-
Story
Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. Distributed across servers, difficult to test, and resistant to modification - modern software is complex. Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. It introduces a unique approach to functional programming that explains why certain features of software are prone to complexity, and teaches you the functional techniques you can use to simplify these systems.
Written by: Eric Normand
-
The Pragmatic Programmer: 20th Anniversary Edition, 2nd Edition
- Your Journey to Mastery
- Written by: David Thomas, Andrew Hunt
- Narrated by: Anna Katarina
- Length: 9 hrs and 55 mins
- Unabridged
-
Overall
-
Performance
-
Story
Dave Thomas and Andy Hunt wrote the first edition of this influential book in 1999 to help their clients create better software and rediscover the joy of coding. These lessons have helped a generation of programmers examine the very essence of software development. Now, 20 years later, this new edition re-examines what it means to be a modern programmer. Topics range from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse.
-
-
Great technical book, needs accompanying diagrams
- By Christine Y. on 2020-04-16
Written by: David Thomas, and others
-
Algorithms
- MIT Press Essential Knowledge Series
- Written by: Panos Louridas
- Narrated by: Jonathan Todd Ross
- Length: 5 hrs and 23 mins
- Unabridged
-
Overall
-
Performance
-
Story
After discussing what an algorithm does and how its effectiveness can be measured, Louridas covers three of the most fundamental applications areas: graphs, which describe networks, from eighteenth-century problems to today's social networks; searching, and how to find the fastest way to search; and sorting, and the importance of choosing the best algorithm for particular tasks. He then presents larger-scale applications: PageRank, Google's founding algorithm; and neural networks and deep learning.
Written by: Panos Louridas
-
Grokking Machine Learning
- Written by: Luis Serrano
- Narrated by: Marianne Sheehan
- Length: 15 hrs and 1 min
- Unabridged
-
Overall
-
Performance
-
Story
Discover valuable machine learning techniques you can understand and apply using just high school math. Grokking Machine Learning teaches you how to apply ML to your projects using only standard Python code and high school-level math. No specialist knowledge is required to tackle the hands-on exercises using Python and readily available machine learning tools. Packed with easy-to-follow Python-based exercises and mini-projects, this book sets you on the path to becoming a machine learning expert.
Written by: Luis Serrano
-
Algorithms to Live By
- The Computer Science of Human Decisions
- Written by: Brian Christian, Tom Griffiths
- Narrated by: Brian Christian
- Length: 11 hrs and 50 mins
- Unabridged
-
Overall
-
Performance
-
Story
From finding a spouse to finding a parking spot, from organizing one's inbox to understanding the workings of human memory, Algorithms to Live By transforms the wisdom of computer science into strategies for human living.
-
-
They must have written this book for me
- By SJ on 2018-10-24
Written by: Brian Christian, and others
-
Grokking Artificial Intelligence Algorithms
- Understand and Apply the Core Algorithms of Deep Learning and Artificial Intelligence in This Friendly Illustrated Guide Including Exercises and Examples
- Written by: Rishal Hurbans
- Narrated by: Jeromy Lloyd, Julie Brierley
- Length: 7 hrs and 25 mins
- Unabridged
-
Overall
-
Performance
-
Story
Grokking Artificial Intelligence Algorithms is a fully illustrated and interactive tutorial guide to the different approaches and algorithms that underpin AI. Written in simple language and with lots of visual references and hands-on examples, you'll learn the concepts, terminology, and theory you need to effectively incorporate AI algorithms into your applications. And to make sure you truly grok as you go, you'll use each algorithm in practice with creative coding exercises.
Written by: Rishal Hurbans
-
Grokking Simplicity: Taming Complex Software with Functional Thinking
- Written by: Eric Normand
- Narrated by: Mark Thomas
- Length: 12 hrs and 4 mins
- Unabridged
-
Overall
-
Performance
-
Story
Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. Distributed across servers, difficult to test, and resistant to modification - modern software is complex. Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. It introduces a unique approach to functional programming that explains why certain features of software are prone to complexity, and teaches you the functional techniques you can use to simplify these systems.
Written by: Eric Normand
-
Fundamentals of Data Engineering
- Plan and Build Robust Data Systems
- Written by: Joe Reis, Matt Housley
- Narrated by: Adam Verner
- Length: 17 hrs and 31 mins
- Unabridged
-
Overall
-
Performance
-
Story
Data engineering has grown rapidly in the past decade, leaving many software engineers, data scientists, and analysts looking for a comprehensive view of this practice. With this practical book, you'll learn how to plan and build systems to serve the needs of your organization and customers by evaluating the best technologies available through the framework of the data engineering lifecycle.
Written by: Joe Reis, and others
-
Ultralearning
- Master Hard Skills, Outsmart the Competition, and Accelerate Your Career
- Written by: Scott H. Young
- Narrated by: Scott H. Young
- Length: 7 hrs and 46 mins
- Unabridged
-
Overall
-
Performance
-
Story
Future-proof your career and maximize your competitive advantage by learning the skill necessary to stay relevant, reinvent yourself, and adapt to whatever the workplace throws your way in this essential guide. Scott Young incorporates the latest research about the most effective learning methods and the stories of other ultralearners like himself - among them Ben Franklin, Judit Polgar, and Richard Feynman, as well as a host of others, such as little-known modern polymaths like Nigel Richards who won the World Championship of French Scrabble - without knowing French.
-
-
Extremely helpful tool, even for regular learning
- By Robert Godin on 2019-09-30
Written by: Scott H. Young
-
Build
- An Unorthodox Guide to Making Things Worth Making
- Written by: Tony Fadell
- Narrated by: Tony Fadell, Roger Wayne
- Length: 11 hrs and 5 mins
- Unabridged
-
Overall
-
Performance
-
Story
Tony Fadell led the teams that created the iPod, iPhone and Nest Learning Thermostat and learned enough in 30+ years in Silicon Valley about leadership, design, startups, Apple, Google, decision-making, mentorship, devastating failure and unbelievable success to fill an encyclopedia.
-
-
Great Listen
- By Anonymous User on 2024-10-15
Written by: Tony Fadell
-
Staff Engineer
- Leadership Beyond the Management Track
- Written by: Will Larson
- Narrated by: Shaula Evans
- Length: 8 hrs and 52 mins
- Unabridged
-
Overall
-
Performance
-
Story
At most technology companies, you'll reach Senior software engineer, the career level for software engineers, in five to eight years. At the career level, your company's career ladder won't require that you work towards the next promotion; being promoted further is an exception rather than expected. This is also when many engineers are first given an opportunity to move into engineering management.
-
-
great book, but annoying use of word "folks"
- By thos beans on 2024-10-21
Written by: Will Larson
-
AI and Machine Learning for Coders
- A Programmer's Guide to Artificial Intelligence
- Written by: Laurence Moroney
- Narrated by: Timothy Howard Jackson
- Length: 9 hrs and 17 mins
- Unabridged
-
Overall
-
Performance
-
Story
If you're looking to make a career move from programmer to AI specialist, this is the ideal place to start. Based on Laurence Moroney's extremely successful AI courses, this introductory book provides a hands-on, code-first approach to help you build confidence while you learn key topics.
Written by: Laurence Moroney
-
Naked Statistics
- Stripping the Dread from the Data
- Written by: Charles Wheelan
- Narrated by: Jonathan Davis
- Length: 10 hrs and 48 mins
- Unabridged
-
Overall
-
Performance
-
Story
From batting averages and political polls to game shows and medical research, the real-world application of statistics continues to grow by leaps and bounds. How can we catch schools that cheat on standardized tests? How does Netflix know which movies you'll like? What is causing the rising incidence of autism? As best-selling author Charles Wheelan shows us in Naked Statistics, the right data and a few well-chosen statistical tools can help us answer these questions and more.
-
-
narrow minded
- By Haithem M. Abdelaty on 2021-07-15
Written by: Charles Wheelan
What listeners say about Grokking Algorithms
Average Customer RatingsReviews - Please select the tabs below to change the source of reviews.
-
Overall
-
Performance
-
Story
- narcis
- 2019-07-04
Great introduction to algorithms
I loved the pragmatic and simple to understand approach but in the same time I felt like the author could have covered more aspects.
Something went wrong. Please try again in a few minutes.
You voted on this review!
You reported this review!