mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-15 05:02:23 -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_operations | ||
dynamic_programming | ||
graphs | ||
hash_objects | ||
heaps | ||
linked_lists | ||
math | ||
MY_BOOK | ||
queues | ||
searching | ||
sets | ||
sorting | ||
stacks | ||
trees | ||
tries | ||
README.md |
👾🐍 master algorithms with python (and my book 🖤)
📖 algorithms and data structures: learn with my examples! (2023)
- 𝟘𝟘𝟘𝟙. arrays and strings
- 𝟘𝟘𝟙𝟘. bit operations
- 𝟘𝟘𝟙𝟙. dynamic programming
- 𝟘𝟙𝟘𝟘. graphs
- 𝟘𝟙𝟘𝟙. hash objects
- 𝟘𝟙𝟙𝟘. heaps
- 𝟘𝟙𝟙𝟙. linked lists
- 𝟙𝟘𝟘𝟘. math
- 𝟙𝟘𝟘𝟙. queues
- 𝟙𝟘𝟙𝟘. searching
- 𝟙𝟘𝟙𝟙. sets
- 𝟙𝟙𝟘𝟘. sorting
- 𝟙𝟙𝟘𝟙. stacks
- 𝟙𝟙𝟙𝟘. trees
- 𝟙𝟙𝟙𝟙. tries
📖 my book on algorithms and data structure: open-source for you! (2014)
- ➡️ one of the first-ever publications solving classic algorithm and data structure problems in python, published by hanbit media.
- ➡️ last time i checked, it had 4.6/5 stars and 33 reviews (not bad for a book written in school by a self-taught!).
- ➡️ this repo used to have 600+ stars and 300 forks before 💩 happened 😞 (here is a proof).
- ➡️ just for fun: this book as a reference for a CMU computer science class.