Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tessferrandez/algorithms
solving challenges from various problem sites like advent of code, leet code and others
https://github.com/tessferrandez/algorithms
breadth-first-search depth-first-search djikstra dynamic-programming graph-algorithms graphs greedy-algorithms linked-list python
Last synced: about 1 month ago
JSON representation
solving challenges from various problem sites like advent of code, leet code and others
- Host: GitHub
- URL: https://github.com/tessferrandez/algorithms
- Owner: TessFerrandez
- Created: 2022-01-19T09:28:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T11:14:11.000Z (5 months ago)
- Last Synced: 2024-08-06T13:11:12.065Z (5 months ago)
- Topics: breadth-first-search, depth-first-search, djikstra, dynamic-programming, graph-algorithms, graphs, greedy-algorithms, linked-list, python
- Language: Python
- Homepage:
- Size: 25.2 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms
This is a repo for solutions to random programming and algorithm challenges, like LeetCode.com, adventofcode.com and similar.
LeetCode problems are denoted as `lc-e-70-climbing-stairs.py` for example where lc = LeetCode, e = easy, 70 = 70th problem, and climbing-stairs = problem name.
AdventOfCode problems are denoted as `aoc-2016-11-shortet-path.py` for example where aoc = AdventOfCode, 2016-11=day, and then a description of the problem.
GeeksForGeeks = gfg