Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnxf/advent-of-code-2017
:christmas_tree: Christmas programming challenge
https://github.com/jnxf/advent-of-code-2017
advent-of-code advent-of-code-2017 challenge christmas csharp fun
Last synced: 13 days ago
JSON representation
:christmas_tree: Christmas programming challenge
- Host: GitHub
- URL: https://github.com/jnxf/advent-of-code-2017
- Owner: JnxF
- License: mit
- Created: 2019-05-16T23:19:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T17:42:32.000Z (about 5 years ago)
- Last Synced: 2024-12-05T17:06:13.453Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2017, challenge, christmas, csharp, fun
- Language: C#
- Homepage:
- Size: 329 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 2017
[![HitCount](http://hits.dwyl.io/JnxF/advent-of-code-2017.svg)](http://hits.dwyl.io/JnxF/advent-of-code-2017)
[![Stars](https://img.shields.io/github/stars/JnxF/advent-of-code-2017.svg)](https://GitHub.com/JnxF/advent-of-code-2017/stargazers/)
[![Forks](https://img.shields.io/github/forks/JnxF/advent-of-code-2017.svg)](https://GitHub.com/JnxF/advent-of-code-2017/network/)
[![Repo Size](https://img.shields.io/github/repo-size/JnxF/advent-of-code-2017.svg)](https://github.com/JnxF/advent-of-code-2017)
[![Contributors](https://img.shields.io/github/contributors/JnxF/advent-of-code-2017.svg)](https://GitHub.com/JnxF/advent-of-code-2017/graphs/contributors/)
[![GitHub License](https://img.shields.io/github/license/JnxF/advent-of-code-2017.svg)](https://github.com/JnxF/advent-of-code-2017/blob/master/LICENSE)## Official description
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.
## Completion status
All problems have been solved, and tests are included for all of the problems.
![Solved problems image](https://user-images.githubusercontent.com/1232044/58368128-eae68880-7ee8-11e9-8708-e1e257d87ccf.png)