https://github.com/oliver-schoendorn/adventofcode2017
https://github.com/oliver-schoendorn/adventofcode2017
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oliver-schoendorn/adventofcode2017
- Owner: oliver-schoendorn
- Created: 2017-12-05T13:19:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T10:06:22.000Z (over 7 years ago)
- Last Synced: 2025-01-15T13:09:31.208Z (4 months ago)
- Language: Swift
- Size: 7.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2017
http://adventofcode.com/2017/about
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.# Remark
This repo only shows my solutions to the coding riddles and for training my Swift skills.
The solutions presented here are probably horribly inefficient and not elegant in any shape or form.