Grokking Algorithms, Second Edition product image

Grokking Algorithms, Second Edition

Nerd Approved:
(5/5)
Review by Joshua Morris on
View on AmazonAs an Amazon Associate, I earn from qualifying purchases at no additional cost to you.

Review

I revisited Grokking Algorithms, Second Edition this year while mentoring a cohort of bootcamp graduates, and it remains the most approachable algorithms primer I’ve ever handed out. The refreshed chapters weave in modern examples—Dijkstra’s for delivery routing, bloom filters for caching, union-find for social graphs—while the doodled walkthroughs keep every step approachable. We paired the recursion and dynamic programming chapters with short coding katas, and even the students who fear math were sketching state tables and big-O trade-offs by the end of the week. Manning added new drill problems and QR-linked animations, so it’s easy to reinforce each concept with exercises. You won’t get the depth of CLRS or The Algorithm Design Manual, but as a gateway resource for engineers moving from CRUD apps to performance-aware code, it’s still unbeatable.

✓ Pros

  • Cartoon-style diagrams clarify recursion, graphs, and DP without intimidation
  • Modern case studies (delivery routing, caching, ranking) keep examples relevant
  • End-of-chapter drills and QR-linked videos reinforce each concept
  • Perfect stepping stone before heavier algorithm texts
  • Great mentoring aid when onboarding juniors or bootcamp grads

✗ Cons

  • Skims over rigorous proofs - advanced readers will still need a deeper text
  • Focuses on high-level intuition, so code samples stay in Python and JS

Specifications

Pages320
Edition2nd
PublisherManning Publications
LanguageEnglish
FormatPaperback
Isbn13978-1633438538
Publication DateMarch 26, 2024

Related Products

97 Things Every Programmer Should Know: Collective Wisdom from the Experts product image

97 Things Every Programmer Should Know: Collective Wisdom from the Experts

Nerd Approved:
(4/5)

Edited by Kevlin Henney, a curated set of timeless, page-length lessons from industry legends. Each item is a standalone insight you can read in five minutes.

Timeless, page-length lessons from industry legends. Perfect for busy developers—read one item in five minutes, learn something useful, put it down. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.
Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations product image

Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations

Nerd Approved:
(5/5)

Research-backed field guide that ties lean software delivery habits to measurable business outcomes, unpacking the DORA metrics, cultural foundations, and continuous delivery capabilities that separated top performers in the Accelerate State of DevOps reports.

Still my go-to reference when aligning execs around DORA metrics and the cultural work that makes continuous delivery stick. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.
Algorithms (4th Edition) product image

Algorithms (4th Edition)

Nerd Approved:
(5/5)

The leading algorithms textbook with clear Java implementations and full coverage of sorting, searching, graph processing, and string processing.

Leading algorithms textbook with clear Java implementations and an unmatched companion ecosystem of exercises, visualizations, and lectures. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.