Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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