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

https://github.com/alxwrd/advent-of-code

Attempts at http://adventofcode.com
https://github.com/alxwrd/advent-of-code

advent-of-code python

Last synced: 3 months ago
JSON representation

Attempts at http://adventofcode.com

Awesome Lists containing this project

README

        

# Advent of code :gift: :christmas_tree:

My attempts at Advent of Code, written in Python.

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

## 2017

Day 1: [solution](year_2017/day_01/) :star::star:

Day 2: [solution](year_2017/day_02/) :star::star:

Day 3: [solution](year_2017/day_03/) :star:

Day 4: [solution](year_2017/day_04/) :star::star:

Day 5: [solution](year_2017/day_05/) :star::star:

Day 6: [solution](year_2017/day_06/) :star::star: