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

https://github.com/hprobotic/adventofcode-solutions

Advent of Code is a series of small programming puzzles for a variety of skill levels.
https://github.com/hprobotic/adventofcode-solutions

advent-of-code-2017 adventofcode programming-puzzles

Last synced: 11 months ago
JSON representation

Advent of Code is a series of small programming puzzles for a variety of skill levels.

Awesome Lists containing this project

README

          

# Advent of Code Solutions

Advent of Code is a series of small programming puzzles for a variety of skill levels. They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.

### Quick links:

- [x] [Day 1: Inverse Captcha]()
- [x] [Day 2: Corruption Checksum]()
- [ ] [Day 3: Spiral Memory]()
- [ ] [Day 4: High-Entropy Passphrases]()
- [ ] [Day 5: A Maze of Twisty Trampolines, All Alike]()
- [ ] [Day 6: Memory Reallocation]()
- [ ] [Day 7: Recursive Circus]()
- [ ] [Day 8: I Heard You Like Registers]()
- [ ] [Day 9: Stream Processing]()
- [ ] [Day 10: Knot Hash]()