Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmed256/coding-puzzles
https://github.com/dmed256/coding-puzzles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmed256/coding-puzzles
- Owner: dmed256
- Created: 2021-10-28T22:46:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T19:45:49.000Z (over 2 years ago)
- Last Synced: 2024-11-08T05:30:39.777Z (3 months ago)
- Language: Python
- Size: 938 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding Puzzles
A repo with all sorts of coding puzzles I've done.
Currently it's mainly being populated with [Advent of Code](https://adventofcode.com/) solutions but looking forward to doing more "competitive programming" challenges soon## Advent of Code
| | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 |
|--------|--------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
| Python | [50 ⭐](https://github.com/dmed256/coding-puzzles/tree/main/advent_of_code/python/2015) | [50 ⭐](https://github.com/dmed256/coding-puzzles/tree/main/advent_of_code/python/2016) | [50 ⭐](https://github.com/dmed256/coding-puzzles/tree/main/advent_of_code/python/2017) | [50 ⭐](https://github.com/dmed256/coding-puzzles/tree/main/advent_of_code/python/2018) | [50 ⭐](https://github.com/dmed256/coding-puzzles/tree/main/advent_of_code/python/2019) | [50 ⭐](https://github.com/dmed256/coding-puzzles/tree/main/advent_of_code/python/2020) | [50 ⭐](https://github.com/dmed256/coding-puzzles/tree/main/advent_of_code/python/2021) |
| C++ | [02 ⭐](https://github.com/dmed256/coding-puzzles/tree/main/advent_of_code/cpp/2015) | | | | | | |
| Rust | [02 ⭐](https://github.com/dmed256/coding-puzzles/tree/main/advent_of_code/rust/aoc2015/src/bin) | | | | | | |