https://github.com/msdundar/notes-algorithms
A brief summary of various algorithms. Each algorithm provides examples written in Python, Ruby and GoLang.
https://github.com/msdundar/notes-algorithms
algorithm-challenges algorithms algorithms-and-data-structures bcrypt bellman-ford-algorithm big-o-notation binary-search breadth-first-search dijkstra-algorithm divide-and-conquer greedy-algorithms grokking-algorithms hash-tables k-nearest-neighbours quicksort recursion selection-sort
Last synced: about 1 month ago
JSON representation
A brief summary of various algorithms. Each algorithm provides examples written in Python, Ruby and GoLang.
- Host: GitHub
- URL: https://github.com/msdundar/notes-algorithms
- Owner: msdundar
- Created: 2019-01-20T18:58:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T06:54:02.000Z (over 4 years ago)
- Last Synced: 2024-11-09T08:38:55.291Z (7 months ago)
- Topics: algorithm-challenges, algorithms, algorithms-and-data-structures, bcrypt, bellman-ford-algorithm, big-o-notation, binary-search, breadth-first-search, dijkstra-algorithm, divide-and-conquer, greedy-algorithms, grokking-algorithms, hash-tables, k-nearest-neighbours, quicksort, recursion, selection-sort
- Language: Python
- Homepage:
- Size: 17.3 MB
- Stars: 44
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-python-resources - Algorithm solution and summary of Grokking book
README
# Notes - Algorithms
This repository includes some notes about algorithms, mostly obtained from [Grooking Algorithms](https://www.amazon.com/Grokking-Algorithms-illustrated-programmers-curious/dp/1617292230), and from some other Internet resources.
Each folder includes:
1. Content as markdown
1. Code examples in Python, Ruby and GoLang
1. Images and charts related to the chapter.## Contributing
This repository is open for any contributions, simply fork the repo and create a PR/MR to contribute.