Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnxf/advent-of-code-2018
:christmas_tree: Christmas programming challenge
https://github.com/jnxf/advent-of-code-2018
advent-of-code advent-of-code-2018 challenge christmas csharp fun
Last synced: about 2 months ago
JSON representation
:christmas_tree: Christmas programming challenge
- Host: GitHub
- URL: https://github.com/jnxf/advent-of-code-2018
- Owner: JnxF
- License: mit
- Created: 2018-12-09T20:56:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T16:56:59.000Z (over 5 years ago)
- Last Synced: 2024-10-16T14:19:45.395Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2018, challenge, christmas, csharp, fun
- Language: C#
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent Of Code 2018
## 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.
## This repository
As this term I'm learning C# at the university, I thought that it would be a funny idea to
solve this year's challenges using this language.## Completion status
| Problem | Part 1 | Part 2 |
|-----------|--------------------|--------------------|
| Day 1-6 | :heavy_check_mark: | :heavy_check_mark: |
| Day 7 | :heavy_check_mark: | |
| Day 9-14 | :heavy_check_mark: | :heavy_check_mark: |
| Day 16 | :heavy_check_mark: | :heavy_check_mark: |
| Day 18 | :heavy_check_mark: | :heavy_check_mark: |
| Day 19 | :heavy_check_mark: | |
| Day 21-23 | :heavy_check_mark: | |
| Day 24 | :heavy_check_mark: | :heavy_check_mark: |
| Day 25 | :heavy_check_mark: | |