Aditya Bhargava

Aditya Bhargava is a software engineer. He has a master’s degree in computer science from the University of Chicago. He also runs a popular illustrated tech blog at adit.io.

books & videos by Aditya Bhargava

Grokking Algorithms Video Edition

Grokking Algorithms is a friendly take on this core computer science topic. In it, you'll learn how to apply common algorithms to the practical programming problems you face every day. You'll start with tasks like sorting and searching. As you build up your skills, you'll tackle more complex problems like data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python. By the end of this book, you will have mastered widely applicable algorithms as well as how and when to use them.

Grokking Algorithms, Second Edition

  • February 2024
  • ISBN 9781633438538
  • 320 pages
  • printed in black & white

Grokking Algorithms, Second Edition teaches you important algorithms to speed up your programs, simplify your code, and solve common programming problems. Start with tasks like sorting and searching, then build your skills to tackle advanced problems like data compression and artificial intelligence. You’ll even learn to compare the performance tradeoffs between algorithms. Plus, this new edition includes fresh coverage of trees, NP-complete problems, and code updates to Python 3.