Start free trial
EnglishEnglish
EspañolSpanish
简体中文Chinese
繁體中文Chinese (Traditional)
FrançaisFrench
DeutschGerman
日本語Japanese
PortuguêsPortuguese
ItalianoItalian
한국어Korean
РусскийRussian
NederlandsDutch
العربيةArabic
PolskiPolish
हिन्दीHindi
Tiếng ViệtVietnamese
SvenskaSwedish
ΕλληνικάGreek
TürkçeTurkish
ไทยThai
ČeštinaCzech
RomânăRomanian
MagyarHungarian
УкраїнськаUkrainian
IndonesiaIndonesian
DanskDanish
SuomiFinnish
БългарскиBulgarian
עבריתHebrew
NorskNorwegian
HrvatskiCroatian
CatalàCatalan
SlovenčinaSlovak
LietuviųLithuanian
SlovenščinaSlovenian
СрпскиSerbian
EestiEstonian
LatviešuLatvian
فارسیPersian
മലയാളംMalayalam
தமிழ்Tamil
اردوUrdu
SoBrief
Searching...
Data Structures and Algorithms
by Alfred V. Aho • 1983
Write code that scales: the classic mathematical toolkit for reasoning about speed before you run.
3.93
245
Data Structures and Algorithms Summary
Data Structures and Algorithms 93%
Write code that scales: the classic mathematical toolkit for reasoning about speed before you run.
by Alfred V. Aho 1983
3.93
245 ratings
Data Structures and Algorithms in Java
by Michael T. Goodrich • 1998
Data structures and their runtime analysis: how to write Java code that is efficient and dependable.
3.86
302
Data Structures and Algorithms in Java Summary
Data Structures and Algorithms in Java 93%
Data structures and their runtime analysis: how to write Java code that is efficient and dependable.
by Michael T. Goodrich 1998
3.86
302 ratings
Data Structures and Algorithms Made Easy
by Narasimha Karumanchi • 2011
Every algorithm problem has multiple solutions. Find the fastest one, step by step.
4.10
1k+
Data Structures and Algorithms Made Easy Summary
Data Structures and Algorithms Made Easy 93%
Every algorithm problem has multiple solutions. Find the fastest one, step by step.
by Narasimha Karumanchi 2011
4.10
1k+ ratings
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People
by Aditya Y. Bhargava • 2015
Algorithms stripped of dense math: a hand-drawn guide to thinking in runtimes and data structures.
4.41
5k+
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People Summary
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People 93%
Algorithms stripped of dense math: a hand-drawn guide to thinking in runtimes and data structures.
by Aditya Y. Bhargava 2015
4.41
5k+ ratings
A Common-Sense Guide to Data Structures and Algorithms
by Jay Wengrow • 2017
The algorithm knowledge that turns working code into fast code, explained without the math degree.
4.39
603
A Common-Sense Guide to Data Structures and Algorithms Summary
A Common-Sense Guide to Data Structures and Algorithms 93%
The algorithm knowledge that turns working code into fast code, explained without the math degree.
by Jay Wengrow 2017
4.39
603 ratings
The Art of Computer Programming, Volume 1
by Donald Ervin Knuth • 1973
Algorithms are not just code: they are mathematical objects. To understand one, you must prove it.
4.38
2k+
The Art of Computer Programming, Volume 1 Summary
The Art of Computer Programming, Volume 1 92%
Algorithms are not just code: they are mathematical objects. To understand one, you must prove it.
by Donald Ervin Knuth 1973
4.38
2k+ ratings
Data Structures and Algorithms Made Easy in Java
by Narasimha Karumanchi • 2011
Data structures and algorithms, taught problem by problem in Java. Built for the interview.
4.17
471
Data Structures and Algorithms Made Easy in Java Summary
Data Structures and Algorithms Made Easy in Java 92%
Data structures and algorithms, taught problem by problem in Java. Built for the interview.
by Narasimha Karumanchi 2011
4.17
471 ratings
Introduction to Algorithms
by Thomas H. Cormen • 1989
Sorting a billion records can take days or seconds, depending on the algorithm, not the processor.
4.35
9k+
Introduction to Algorithms Summary
Introduction to Algorithms 92%
Sorting a billion records can take days or seconds, depending on the algorithm, not the processor.
by Thomas H. Cormen 1989
4.35
9k+ ratings
The Algorithm Design Manual
by Steven S. Skiena • 1997
The first step is modeling, not coding. A practical manual and its 75-problem catalog show how.
4.34
3k+
The Algorithm Design Manual Summary
The Algorithm Design Manual 92%
The first step is modeling, not coding. A practical manual and its 75-problem catalog show how.
by Steven S. Skiena 1997
4.34
3k+ ratings
Algorithms
by Panos Louridas • 2020
Twenty steps to find one item in a million, and the hidden logic that runs our world.
4.03
302
Algorithms Summary
Algorithms 92%
Twenty steps to find one item in a million, and the hidden logic that runs our world.
by Panos Louridas 2020
4.03
302 ratings
Data Structures and Problem Solving Using Java
by Mark Allen Weiss • 2009
Coding tricks lose to growth rates. The data structures and guarantees that survive at scale.
3.58
36
Data Structures and Problem Solving Using Java Summary
Data Structures and Problem Solving Using Java 92%
Coding tricks lose to growth rates. The data structures and guarantees that survive at scale.
by Mark Allen Weiss 2009
3.58
36 ratings
Computer Science Distilled
by Wladston Ferreira Filho • 2017
The missing CS toolkit for self-taught coders: how to think in algorithms, not just syntax.
4.07
1k+
Computer Science Distilled Summary
Computer Science Distilled 92%
The missing CS toolkit for self-taught coders: how to think in algorithms, not just syntax.
by Wladston Ferreira Filho 2017
4.07
1k+ ratings
Introduction to Computation and Programming Using Python
by John V. Guttag • 2013
A computer calculates and remembers; everything beyond that is what you build with code.
4.22
500
Introduction to Computation and Programming Using Python Summary
Introduction to Computation and Programming Using Python 91%
A computer calculates and remembers; everything beyond that is what you build with code.
by John V. Guttag 2013
4.22
500 ratings
Algorithm Design
by Jon Kleinberg • 2005
Design algorithms that run fast; recognize the problems that never will; and learn the workarounds.
4.17
664
Algorithm Design Summary
Algorithm Design 91%
Design algorithms that run fast; recognize the problems that never will; and learn the workarounds.
by Jon Kleinberg 2005
4.17
664 ratings
Once Upon an Algorithm
by Martin Erwig • 2017
What Hansel and Gretel, Sherlock Holmes, and Groundhog Day can teach you about algorithms.
3.63
265
Once Upon an Algorithm Summary
Once Upon an Algorithm 91%
What Hansel and Gretel, Sherlock Holmes, and Groundhog Day can teach you about algorithms.
by Martin Erwig 2017
3.63
265 ratings
Cracking the Coding Interview
by Gayle Laakmann McDowell • 2020
189 interview problems that teach you to think out loud, because code follows from thinking.
4.33
476
Cracking the Coding Interview Summary
Cracking the Coding Interview 91%
189 interview problems that teach you to think out loud, because code follows from thinking.
by Gayle Laakmann McDowell 2020
4.33
476 ratings
Programming Interviews Exposed
by John Mongan • 2000
The data structures coding interviews reuse, and the method for talking through your work.
3.96
1k+
Programming Interviews Exposed Summary
Programming Interviews Exposed 91%
The data structures coding interviews reuse, and the method for talking through your work.
by John Mongan 2000
3.96
1k+ ratings
Python Programming
by John Zelle • 2003
A Python-first CS textbook that teaches what computation can do, not just how to code.
4.02
483
Python Programming Summary
Python Programming 90%
A Python-first CS textbook that teaches what computation can do, not just how to code.
by John Zelle 2003
4.02
483 ratings
Algorithms + Data Structures = Programs
by Niklaus Wirth • 1975
Programs are just data structures shaped by algorithms. Master both, and the rest follows.
4.24
207
Algorithms + Data Structures = Programs Summary
Algorithms + Data Structures = Programs 90%
Programs are just data structures shaped by algorithms. Master both, and the rest follows.
by Niklaus Wirth 1975
4.24
207 ratings
Think Python
by Allen B. Downey • 2012
Python taught as problem decomposition: mastering variables, functions, and data structures.
4.13
2k+
Think Python Summary
Think Python 90%
Python taught as problem decomposition: mastering variables, functions, and data structures.
by Allen B. Downey 2012
4.13
2k+ ratings
Think Like a Programmer
by V. Anton Spraul • 2012
A method for the part of programming no one teaches: turning ideas into code.
3.87
591
Think Like a Programmer Summary
Think Like a Programmer 90%
A method for the part of programming no one teaches: turning ideas into code.
by V. Anton Spraul 2012
3.87
591 ratings
Graph Databases
by Ian Robinson • 2013
Relational databases fail on connected data. Graph databases traverse deep links in milliseconds.
3.64
437
Graph Databases Summary
Graph Databases 90%
Relational databases fail on connected data. Graph databases traverse deep links in milliseconds.
by Ian Robinson 2013
3.64
437 ratings
PYTHON FOR DATA ANALYSIS
by Ryshith Doyle • 2019
The systematic NumPy and Pandas walkthrough: import, clean, combine, and analyze data in Python.
3.67
6
PYTHON FOR DATA ANALYSIS Summary
PYTHON FOR DATA ANALYSIS 90%
The systematic NumPy and Pandas walkthrough: import, clean, combine, and analyze data in Python.
by Ryshith Doyle 2019
3.67
6 ratings
Python for Everybody
by Charles Severance • 2016
Python from motherboard to internet: no prerequisites, no hand-waving, no jargon left unexplained.
4.27
934
Python for Everybody Summary
Python for Everybody 89%
Python from motherboard to internet: no prerequisites, no hand-waving, no jargon left unexplained.
by Charles Severance 2016
4.27
934 ratings
Python for Data Analysis
by Oscar Scratch • 2019
Python data analysis, taught through questions: NumPy, Pandas, and the bridge to machine learning.
3.50
2
Python for Data Analysis Summary
Python for Data Analysis 89%
Python data analysis, taught through questions: NumPy, Pandas, and the bridge to machine learning.
by Oscar Scratch 2019
3.50
2 ratings
Hadoop
by Tom White • 2009
How to turn cheap servers into a petabyte-scale data platform, from HDFS to real-time streaming.
3.93
1k+
Hadoop Summary
Hadoop 89%
How to turn cheap servers into a petabyte-scale data platform, from HDFS to real-time streaming.
by Tom White 2009
3.93
1k+ ratings
Python Data Science
by Christopher Wilkinson • 2019
Python taught for data science: syntax, data structures, and the libraries that unlock the field.
2.50
2
Python Data Science Summary
Python Data Science 89%
Python taught for data science: syntax, data structures, and the libraries that unlock the field.
by Christopher Wilkinson 2019
2.50
2 ratings
Learning Python
by Mark Lutz • 2013
Every Python tool unpacked: data types, functions, and the rules that control your code.
4.02
3k+
Learning Python Summary
Learning Python 89%
Every Python tool unpacked: data types, functions, and the rules that control your code.
by Mark Lutz 2013
4.02
3k+ ratings
Object-oriented Programming with C++
by E. Balagurusamy • 1994
Classes, inheritance, templates: C++ tools for building software that scales without falling apart.
3.98
278
Object-oriented Programming with C++ Summary
Object-oriented Programming with C++ 89%
Classes, inheritance, templates: C++ tools for building software that scales without falling apart.
by E. Balagurusamy 1994
3.98
278 ratings
Nine Algorithms That Changed the Future
by John MacCormick • 2012
The hidden algorithms behind search and security, and the one problem no machine can solve.
3.89
2k+
Nine Algorithms That Changed the Future Summary
Nine Algorithms That Changed the Future 89%
The hidden algorithms behind search and security, and the one problem no machine can solve.
by John MacCormick 2012
3.89
2k+ ratings
Python 3 Object-Oriented Programming
by Dusty Phillips • 2010
Python simplifies object-oriented design: patterns, inheritance, and iterators the Pythonic way.
4.02
247
Python 3 Object-Oriented Programming Summary
Python 3 Object-Oriented Programming 89%
Python simplifies object-oriented design: patterns, inheritance, and iterators the Pythonic way.
by Dusty Phillips 2010
4.02
247 ratings
Game Programming Patterns
by Robert Nystrom • 2011
The programming patterns that make game code resilient to change, and the ones that don't.
4.49
2k+
Game Programming Patterns Summary
Game Programming Patterns 89%
The programming patterns that make game code resilient to change, and the ones that don't.
by Robert Nystrom 2011
4.49
2k+ ratings
Algorithms of the Intelligent Web
by Haralambos Marmanis • 2009
Search, recommend, cluster, classify: the algorithms that make web applications intelligent.
3.62
130
Algorithms of the Intelligent Web Summary
Algorithms of the Intelligent Web 89%
Search, recommend, cluster, classify: the algorithms that make web applications intelligent.
by Haralambos Marmanis 2009
3.62
130 ratings
Data Science from Scratch
by Joel Grus • 2015
Real understanding comes from building algorithms yourself, not calling libraries others wrote.
3.90
1k+
Data Science from Scratch Summary
Data Science from Scratch 89%
Real understanding comes from building algorithms yourself, not calling libraries others wrote.
by Joel Grus 2015
3.90
1k+ ratings
Mastering Regular Expressions
by Jeffrey E.F. Friedl • 1997
Understand the engine behind your regex: why some patterns crawl, and how to make them run.
4.16
2k+
Mastering Regular Expressions Summary
Mastering Regular Expressions 89%
Understand the engine behind your regex: why some patterns crawl, and how to make them run.
by Jeffrey E.F. Friedl 1997
4.16
2k+ ratings
Python for Informatics
by Charles Severance • 2002
Learn Python by probing data: scrape the web, query databases, and make the file system obey.
3.99
619
Python for Informatics Summary
Python for Informatics 89%
Learn Python by probing data: scrape the web, query databases, and make the file system obey.
by Charles Severance 2002
3.99
619 ratings
AI for Data Science
by Zacharias Voulgaris • 2018
The real AI toolkit goes beyond deep learning: optimization, fuzzy logic, ensembles.
4.55
20
AI for Data Science Summary
AI for Data Science 89%
The real AI toolkit goes beyond deep learning: optimization, fuzzy logic, ensembles.
by Zacharias Voulgaris 2018
4.55
20 ratings
Designing Data-Intensive Applications
by Martin Kleppmann • 2015
Networks fail, clocks drift, consensus is elusive. The big ideas behind systems that work anyway.
4.70
11k+
Designing Data-Intensive Applications Summary
Designing Data-Intensive Applications 89%
Networks fail, clocks drift, consensus is elusive. The big ideas behind systems that work anyway.
by Martin Kleppmann 2015
4.70
11k+ ratings
Understanding and Using C Pointers
by Richard Reese • 2013
Pointers are C's sharpest tool. This is how to stop cutting yourself.
4.15
183
Understanding and Using C Pointers Summary
Understanding and Using C Pointers 89%
Pointers are C's sharpest tool. This is how to stop cutting yourself.
by Richard Reese 2013
4.15
183 ratings
Learning Python Data Visualization
by Chad Adams • 2014
Turn spreadsheets and web data into SVG charts with Python, no design background required.
3.00
5
Learning Python Data Visualization Summary
Learning Python Data Visualization 89%
Turn spreadsheets and web data into SVG charts with Python, no design background required.
by Chad Adams 2014
3.00
5 ratings
Game Development Patterns and Best Practices
by John P. Doran • 2017
Design patterns that ship games: when to use each and how they prevent late-stage collapse.
3.90
20
Game Development Patterns and Best Practices Summary
Game Development Patterns and Best Practices 89%
Design patterns that ship games: when to use each and how they prevent late-stage collapse.
by John P. Doran 2017
3.90
20 ratings
Python Data Science Handbook
by Jake VanderPlas • 2016
Four libraries, one workflow: the Python path from raw data to validated predictions.
4.29
676
Python Data Science Handbook Summary
Python Data Science Handbook 89%
Four libraries, one workflow: the Python path from raw data to validated predictions.
by Jake VanderPlas 2016
4.29
676 ratings
The C++ Programming Language
by Bjarne Stroustrup • 1986
Low-level speed meets high-level design. The definitive manual from C++'s creator.
4.10
4k+
The C++ Programming Language Summary
The C++ Programming Language 89%
Low-level speed meets high-level design. The definitive manual from C++'s creator.
by Bjarne Stroustrup 1986
4.10
4k+ ratings
Practical Statistics for Data Scientists
by Peter Bruce • 2017
The statistical methods data scientists use daily, from boxplots to bootstrap, minus the proofs.
4.02
545
Practical Statistics for Data Scientists Summary
Practical Statistics for Data Scientists 89%
The statistical methods data scientists use daily, from boxplots to bootstrap, minus the proofs.
by Peter Bruce 2017
4.02
545 ratings
Python for Data Analysis
by Wes McKinney • 2011
The pandas creator teaches the full Python data pipeline: messy files in, statistical models out.
4.17
2k+
Python for Data Analysis Summary
Python for Data Analysis 89%
The pandas creator teaches the full Python data pipeline: messy files in, statistical models out.
by Wes McKinney 2011
4.17
2k+ ratings
Beginning Programming with Python For Dummies
by John Paul Mueller • 2014
Your first Python program: handling data, errors, and control flow without the jargon.
3.61
143
Beginning Programming with Python For Dummies Summary
Beginning Programming with Python For Dummies 89%
Your first Python program: handling data, errors, and control flow without the jargon.
by John Paul Mueller 2014
3.61
143 ratings
Numsense! Data Science for the Layman
by Annalyn Ng • 2017
Data science without the math: twelve techniques, what they do, and why intuition alone falls short.
4.14
622
Numsense! Data Science for the Layman Summary
Numsense! Data Science for the Layman 89%
Data science without the math: twelve techniques, what they do, and why intuition alone falls short.
by Annalyn Ng 2017
4.14
622 ratings
Python for Geeks
by Muhammad Asif • 2021
Machine learning from notebook to production: Python libraries, data prep, and deployment paths.
4.50
8
Python for Geeks Summary
Python for Geeks 89%
Machine learning from notebook to production: Python libraries, data prep, and deployment paths.
by Muhammad Asif 2021
4.50
8 ratings
The Nature of Code
by Daniel Shiffman • 2012
Code that breathes: how to build simulations that move, think, and evolve on your screen.
4.57
502
The Nature of Code Summary
The Nature of Code 89%
Code that breathes: how to build simulations that move, think, and evolve on your screen.
by Daniel Shiffman 2012
4.57
502 ratings
Software Engineering
by Ian Sommerville • 1982
From requirements to deployment: the systematic approach to building software that lasts.
3.77
945
Software Engineering Summary
Software Engineering 89%
From requirements to deployment: the systematic approach to building software that lasts.
by Ian Sommerville 1982
3.77
945 ratings
Home
Swipe
Library
Get App
Try Full Access for 3 Days
Listen, bookmark, and more
Compare Features Free Pro
📖 Read Summaries
Read unlimited summaries. Free users get 3 per month
🎧 Listen to Summaries
Listen to unlimited summaries in 40 languages
❤️ Unlimited Bookmarks
Free users are limited to 4
📜 Unlimited History
Free users are limited to 4
📥 Unlimited Downloads
Free users are limited to 1
Risk-Free Timeline
Today: Get Instant Access
Listen to full summaries of 26,000+ books. That's 12,000+ hours of audio!
Day 2: Trial Reminder
We'll send you a notification that your trial is ending soon.
Day 3: Your subscription begins
You'll be charged on Jul 26,
cancel anytime before.
Consume 2.8× More Books
2.8× more books Listening Reading
Our users love us
600,000+ readers
Trustpilot Rating
TrustPilot
4.6 Excellent
This site is a total game-changer. I've been flying through book summaries like never before. Highly, highly recommend.
— Dave G
Worth my money and time, and really well made. I've never seen this quality of summaries on other websites. Very helpful!
— Em
Highly recommended!! Fantastic service. Perfect for those that want a little more than a teaser but not all the intricate details of a full audio book.
— Greg M
Save 62%
Yearly
$119.88 $44.99/year/yr
$3.75/mo
Monthly
$9.99/mo
Start a 3-Day Free Trial
3 days free, then $44.99/year. Cancel anytime.
Unlock a world of fiction & nonfiction books
26,000+ books for the price of 2 books
Read any book in 10 minutes
Discover new books like Tinder
Request any book if it's not summarized
Read more books than anyone you know
#1 app for book lovers
Lifelike & immersive summaries
30-day money-back guarantee
Download summaries in EPUBs or PDFs
Cancel anytime in a few clicks
Scanner
Find a barcode to scan

We have a special gift for you
Open
38% OFF
DISCOUNT FOR YOU
$79.99
$49.99/year
only $4.16 per month
Continue
2 taps to start, super easy to cancel
Settings
General
Widget
Loading...
We have a special gift for you
Open
38% OFF
DISCOUNT FOR YOU
$79.99
$49.99/year
only $4.16 per month
Continue
2 taps to start, super easy to cancel