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 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 94%
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
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 93%
A Python-first CS textbook that teaches what computation can do, not just how to code.
by John Zelle 2003
4.02
483 ratings
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 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 93%
Data structures and algorithms, taught problem by problem in Java. Built for the interview.
by Narasimha Karumanchi 2011
4.17
471 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
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 92%
From requirements to deployment: the systematic approach to building software that lasts.
by Ian Sommerville 1982
3.77
945 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
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
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
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 92%
The algorithm knowledge that turns working code into fast code, explained without the math degree.
by Jay Wengrow 2017
4.39
603 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 92%
A computer calculates and remembers; everything beyond that is what you build with code.
by John V. Guttag 2013
4.22
500 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 92%
Programs are just data structures shaped by algorithms. Master both, and the rest follows.
by Niklaus Wirth 1975
4.24
207 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
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
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 92%
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
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 92%
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 92%
A method for the part of programming no one teaches: turning ideas into code.
by V. Anton Spraul 2012
3.87
591 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 92%
What Hansel and Gretel, Sherlock Holmes, and Groundhog Day can teach you about algorithms.
by Martin Erwig 2017
3.63
265 ratings
Modern Operating Systems
by Andrew S. Tanenbaum • 1992
From process scheduling to virtual memory, the abstractions that keep your computer from crashing.
4.14
2k+
Modern Operating Systems Summary
Modern Operating Systems 92%
From process scheduling to virtual memory, the abstractions that keep your computer from crashing.
by Andrew S. Tanenbaum 1992
4.14
2k+ ratings
Computer Systems
by Randal E. Bryant • 2002
Hardware and OS abstractions beneath your code: caching, concurrency, and the full systems stack.
4.46
1k+
Computer Systems Summary
Computer Systems 91%
Hardware and OS abstractions beneath your code: caching, concurrency, and the full systems stack.
by Randal E. Bryant 2002
4.46
1k+ 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++ 91%
Classes, inheritance, templates: C++ tools for building software that scales without falling apart.
by E. Balagurusamy 1994
3.98
278 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
Operating System Concepts
by Abraham Silberschatz • 1985
There is exactly one program that never stops on your computer; everything else negotiates with it.
3.90
2k+
Operating System Concepts Summary
Operating System Concepts 91%
There is exactly one program that never stops on your computer; everything else negotiates with it.
by Abraham Silberschatz 1985
3.90
2k+ ratings
HTML and CSS
by Jon Duckett • 2011
HTML and CSS are the web's building blocks. This visual guide shows you how to lay them.
4.30
5k+
HTML and CSS Summary
HTML and CSS 91%
HTML and CSS are the web's building blocks. This visual guide shows you how to lay them.
by Jon Duckett 2011
4.30
5k+ ratings
Programming
by Bjarne Stroustrup • 2008
Build programs that last: learn C++ from fundamentals to standard library, with design and testing.
4.22
514
Programming Summary
Programming 91%
Build programs that last: learn C++ from fundamentals to standard library, with design and testing.
by Bjarne Stroustrup 2008
4.22
514 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 91%
Python data analysis, taught through questions: NumPy, Pandas, and the bridge to machine learning.
by Oscar Scratch 2019
3.50
2 ratings
RUST AND GOLANG FOR BEGINNERS
by Tam Sel • 2020
Rust prevents memory bugs; Go makes concurrency simple. One book teaches both through examples.
RUST AND GOLANG FOR BEGINNERS Summary
RUST AND GOLANG FOR BEGINNERS 91%
Rust prevents memory bugs; Go makes concurrency simple. One book teaches both through examples.
by Tam Sel 2020
Structured Computer Organization
by Andrew S. Tanenbaum • 1976
From logic gates to assembly code: the layered architecture every computer hides in plain sight.
4.04
591
Structured Computer Organization Summary
Structured Computer Organization 91%
From logic gates to assembly code: the layered architecture every computer hides in plain sight.
by Andrew S. Tanenbaum 1976
4.04
591 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 91%
Python from motherboard to internet: no prerequisites, no hand-waving, no jargon left unexplained.
by Charles Severance 2016
4.27
934 ratings
Programming C#
by Jesse Liberty • 2001
C# from the ground up: objects, events, Windows interfaces, and the database that drives them.
3.68
195
Programming C# Summary
Programming C# 91%
C# from the ground up: objects, events, Windows interfaces, and the database that drives them.
by Jesse Liberty 2001
3.68
195 ratings
Learn C# in One Day and Learn It Well
by Jamie Chan • 2015
C# from zero to a working payroll app in one sitting: learn by building, not reading.
4.04
404
Learn C# in One Day and Learn It Well Summary
Learn C# in One Day and Learn It Well 91%
C# from zero to a working payroll app in one sitting: learn by building, not reading.
by Jamie Chan 2015
4.04
404 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 91%
Python taught for data science: syntax, data structures, and the libraries that unlock the field.
by Christopher Wilkinson 2019
2.50
2 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 91%
Low-level speed meets high-level design. The definitive manual from C++'s creator.
by Bjarne Stroustrup 1986
4.10
4k+ ratings
The Go Programming Language
by Alan A.A. Donovan • 2015
Implicit interfaces, built-in concurrency: the complete Go programming guide.
4.43
2k+
The Go Programming Language Summary
The Go Programming Language 91%
Implicit interfaces, built-in concurrency: the complete Go programming guide.
by Alan A.A. Donovan 2015
4.43
2k+ 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 91%
The hidden algorithms behind search and security, and the one problem no machine can solve.
by John MacCormick 2012
3.89
2k+ 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 91%
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
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 91%
Learn Python by probing data: scrape the web, query databases, and make the file system obey.
by Charles Severance 2002
3.99
619 ratings
Operating Systems
by William Stallings • 1991
How UNIX, Linux, and Solaris kernels work inside: from fork() to page faults.
3.72
421
Operating Systems Summary
Operating Systems 91%
How UNIX, Linux, and Solaris kernels work inside: from fork() to page faults.
by William Stallings 1991
3.72
421 ratings
The Design of the UNIX Operating System
by Maurice J. Bach • 1986
What actually happens between the shell prompt and the hardware: the Unix kernel explained.
4.25
605
The Design of the UNIX Operating System Summary
The Design of the UNIX Operating System 91%
What actually happens between the shell prompt and the hardware: the Unix kernel explained.
by Maurice J. Bach 1986
4.25
605 ratings
Learn CSS in One Day and Learn It Well (Includes HTML5)
by Jamie Chan • 2015
Zero CSS to real web pages in one day: hands-on project that teaches layout and style.
4.06
142
Learn CSS in One Day and Learn It Well (Includes HTML5) Summary
Learn CSS in One Day and Learn It Well (Includes HTML5) 91%
Zero CSS to real web pages in one day: hands-on project that teaches layout and style.
by Jamie Chan 2015
4.06
142 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 91%
Pointers are C's sharpest tool. This is how to stop cutting yourself.
by Richard Reese 2013
4.15
183 ratings
Learn Python 3 the Hard Way
by Zed A. Shaw • 2017
Python without the hand-holding: type every line, debug every error, and build from the terminal up.
3.92
597
Learn Python 3 the Hard Way Summary
Learn Python 3 the Hard Way 91%
Python without the hand-holding: type every line, debug every error, and build from the terminal up.
by Zed A. Shaw 2017
3.92
597 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 91%
Every Python tool unpacked: data types, functions, and the rules that control your code.
by Mark Lutz 2013
4.02
3k+ ratings
A Smarter Way to Learn JavaScript. The new tech-assisted approach that requires half the effort
by Mark Myers • 2013
JavaScript learned through short chapters and immediate coding practice, designed to stick faster.
4.04
624
A Smarter Way to Learn JavaScript. The new tech-assisted approach that requires half the effort Summary
A Smarter Way to Learn JavaScript. The new tech-assisted approach that requires half the effort 91%
JavaScript learned through short chapters and immediate coding practice, designed to stick faster.
by Mark Myers 2013
4.04
624 ratings
Python Programming for Beginners
by MARK CODING • 2020
Python for absolute beginners: automate spreadsheets, scrape websites, analyze data step by step.
5.00
1
Python Programming for Beginners Summary
Python Programming for Beginners 91%
Python for absolute beginners: automate spreadsheets, scrape websites, analyze data step by step.
by MARK CODING 2020
5.00
1 ratings
Computational Thinking
by Peter J. Denning • 2019
It is a 4,500-year-old practice that built modern science, yet most confuse it with just coding.
3.63
304
Computational Thinking Summary
Computational Thinking 91%
It is a 4,500-year-old practice that built modern science, yet most confuse it with just coding.
by Peter J. Denning 2019
3.63
304 ratings
Head First Java
by Kathy Sierra • 2006
A Java guide that fits how your brain learns: puzzles, doodles, and stories that actually stick.
4.24
4k+
Head First Java Summary
Head First Java 90%
A Java guide that fits how your brain learns: puzzles, doodles, and stories that actually stick.
by Kathy Sierra 2006
4.24
4k+ 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 90%
189 interview problems that teach you to think out loud, because code follows from thinking.
by Gayle Laakmann McDowell 2020
4.33
476 ratings
How Computers Really Work
by Matthew Justice • 2020
From transistor to web: the computing stack explained layer by layer, no prerequisites required.
4.35
160
How Computers Really Work Summary
How Computers Really Work 90%
From transistor to web: the computing stack explained layer by layer, no prerequisites required.
by Matthew Justice 2020
4.35
160 ratings
Python
by Ronald Olsen • 2017
From zero to object-oriented code: the Python crash course that fits in a single day.
Python Summary
Python 90%
From zero to object-oriented code: the Python crash course that fits in a single day.
by Ronald Olsen 2017
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 25,
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