Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmed256/coding-puzzles


https://github.com/dmed256/coding-puzzles

Last synced: about 2 months ago
JSON representation

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) | | | | | | |