mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-21 08:00:46 -04:00
👾 my detailed walk-through for mastering classical algorithm and data structure problems (and the book i published by hanbit media a decade ago)
algorithmalgorithmsbreath-first-searchcode-interviewdata-structuredata-structuresdepth-first-searchexercisegraphs-algorithmsinterviewlearn-algorithmpythonpython-solutionqueuestries
arrays_and_strings | ||
bit_manipulation | ||
book | ||
linked_lists | ||
math_logic_dp | ||
sorting_and_searching | ||
stacks_and_queues | ||
trees_and_graphs | ||
README.md |
👾🐍 master python with algorithms (my book 🖤)
in this repo
- 📖 my book on algorithms and data structure in python (2014):
- one of the first-ever publications to solve classic computer science algorithm and data structure problems in python.
- it was published by hanbit media in 2014.
- as of today, it has 4.6/5 stars and 33 reviews.
- this book as a reference for a CMU computer science class.
- here is a pic when this repo used to have 600+ stars and 300 forks (before 💩 happened 😞).
- 📖 algorithms and data structures revisited (2023):
- 𝟘𝟘𝟙𝟘. arrays and strings
- 𝟘𝟘𝟙𝟙. linked lists
- 𝟘𝟙𝟘𝟘. stacks and queues
- 𝟘𝟙𝟘𝟙. bit manipulation
- 𝟘𝟙𝟙𝟘. math, logic, dynamic programming
- 𝟙𝟘𝟘𝟙. sorting and searching
- 𝟙𝟘𝟙𝟙. trees, transversals, graphs