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 by Aditya Bhargava

Grokking Algorithms, Second Edition

  • February 2024
  • ISBN 9781633438538
  • 320 pages
  • printed in black & white
  • Available translations: Simplified Chinese

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.

Grokking Algorithms

  • May 2016
  • ISBN 9781617292231
  • 256 pages
  • printed in black & white
  • Available translations: Complex Chinese, French, German, Italian, Japanese, Korean, Polish, Portuguese, Russian, Simplified Chinese, Spanish, Ukrainian

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.