Skip to content

Key Python implementations and summaries from the book Grokking Algorithms by Aditya Bhargava, collected for study and reference.

License

Notifications You must be signed in to change notification settings

BazhenovDM/Grokking-Algorithms-code-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“˜ Grokking Algorithms β€” Code Notes by Dmitry Bazhenov

This repository is a personal study log based on the book "Grokking Algorithms" by Aditya Bhargava.

As part of my learning journey, I β€” Dmitry Bazhenov β€” decided to thoroughly document and implement the core ideas, algorithms, and code examples found throughout the book. This includes Python implementations of key algorithms as presented by the author, along with some accompanying data structures and additional clarifying comments.

⚠️ Disclaimer:
I do not claim authorship of the algorithms or explanations from the book. All implementations are based on the educational material authored by Aditya Bhargava. This repository is created solely for learning purposes, and I do not assert any intellectual property over the original content.

πŸ” What's Inside

  • Step-by-step code implementations in Python
  • Clean and readable algorithm breakdowns
  • Algorithms such as:
    • Binary Search
    • Selection Sort
    • Recursion Examples
    • Quicksort
    • Hash Tables
    • Breadth-First Search
    • Dijkstra’s Algorithm
    • Greedy Algorithms
    • Dynamic Programming (e.g., the Knapsack problem)
    • and more...

πŸ§‘β€πŸŽ“ Purpose

This repository is intended to:

  • Help reinforce my understanding of algorithmic thinking.
  • Serve as a reference for anyone else studying the book.
  • Encourage others to document their own learning in a structured and respectful way.

πŸ“š Book Reference

Grokking Algorithms: An illustrated guide for programmers and other curious people
Author: Aditya Bhargava
Publisher: Manning Publications


Feel free to star ⭐ the repo if you find it useful in your own learning path!

About

Key Python implementations and summaries from the book Grokking Algorithms by Aditya Bhargava, collected for study and reference.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages