Algorithms Products
Hand-picked algorithms tools and resources we actually use in production. Each item tested by developers, for developers.

Algorithms to Live By: The Computer Science of Human Decisions
Brian Christian and Tom Griffiths' exploration of computer science explained through everyday life. Surprisingly useful for developers who want to understand algorithms through real-world applications.
Made me see computer science everywhere. The chapter on caching helped me understand slow database queries, and the scheduling insights improved our task queues. Read full review.

Grokking Algorithms, Second Edition
Visual, beginner-friendly tour through search, graphs, dynamic programming, and big-O that relies on comics-style illustrations instead of dense proofs.
Illustrated walkthroughs, fresh real-world examples, and quick drills make this second edition the easiest way to get juniors comfortable with big-O and core algorithms. Read full review.