https://github.com/anuraganalog/algorithms
Algorithms and their implementation
https://github.com/anuraganalog/algorithms
algorithms bruteforce data-strctures divide-and-conquer dynamic greedy
Last synced: 10 months ago
JSON representation
Algorithms and their implementation
- Host: GitHub
- URL: https://github.com/anuraganalog/algorithms
- Owner: AnuragAnalog
- License: gpl-3.0
- Created: 2019-11-14T14:40:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T15:14:41.000Z (about 6 years ago)
- Last Synced: 2025-01-19T10:09:46.322Z (12 months ago)
- Topics: algorithms, bruteforce, data-strctures, divide-and-conquer, dynamic, greedy
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms
If you want to look at some of the Data-strctures implementation.
You can visit the link mentioned here [Data-strctures](https://github.com/AnuragAnalog/dfs)
## Domains
* Bruteforce
* Divide and Conquer
* Greedy
* Dynamic Programming
* Backtracking