mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [flask](https://github.com/pallets/flask) from 1.0 to 2.2.5. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.0...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Python, Algorithms, and Data Structures (Book)
This repository contains my book on Algorithms and Data Structure in Python, published by Hanbit Media in 2014.
👉 4.6/5 stars and 33 reviews for a book written in school, not bad :)
👉 here is a pic when this repo used to have 600+ stars and 300 forks (before 💩 happened 😞)
👉 this book as a reference for a CMU computer science class
Summary
-
This book as one of the first publications to solve the classic computer science algorithm and data structure problems in Python.
The Zen of Python
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
Description
👾 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
Readme
17 MiB
Languages
Python
84.4%
Makefile
15.4%
C
0.2%