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
- Host: GitHub
- URL: https://github.com/alxwrd/advent-of-code
- Owner: alxwrd
- License: mit
- Created: 2017-12-01T20:36:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T20:50:13.000Z (over 7 years ago)
- Last Synced: 2024-12-29T17:34:44.002Z (5 months ago)
- Topics: advent-of-code, python
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: