Skip to content

mschoeffel/Advent-of-Code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent-of-Code-2019

Advent of Code is a yearly returning series of 25 (50) tasks created by Eric Wastl. Credits see below.

Every day in December, till 25., a new task is released. If you manage to solve this task you receive one star and a part two of this task, that adds a little extra question to the first part, is unlocked. If you manage to solve the additional part two aswell you earn a second star. So you can earn a total number of 50 stars and complete 25 tasks with an extra question to each. Each day the tasks get a little bit harder.

You can solve the tasks with whatever language you like or like to learn. To me this project offers a great opportunity to take a look into other programming languages and learn new skills.

This repository shows my solutions to the tasks. I also added the tasks / questions to each day as README.md. So everybody can follow the code made and check it against the task. Given data by the task is always stored inside of the day directory. Default .txt except any other format is given by the task.

Language

This year I looked into Go and tried to solve the tasks using this language. I was pretty new to Go so let's see where this ride will go.

Score

Day Part one Part two
Day 01
Day 02
Day 03
Day 04
Day 05
Day 06
Day 07
Day 08
Day 09
Day 10
Day 11 🕙 🕙
Day 12
Day 13 🕙 🕙
Day 14
Day 15 🕙 🕙
Day 16
Day 17 🕙 🕙
Day 18
Day 19 🕙 🕙
Day 20
Day 21 🕙 🕙
Day 22 🕙 🕙
Day 23 🕙 🕙
Day 24 🕙 🕙
Day 25 🕙 🕙

Credits

All credits of the tasks and questions go to Eric Wastl (Twitter: @ericwastl)
See his Website: Advent of Code for further information.

Structure

Every day gets a new directory with an App file inside. This file contains the solutions to both tasks of the day in separate functions. The Main function would run both tasks of this day and print out the solutions. If data is given by the task it will also be stored inside of this directory. The tasks of the day are also given as README.md in the day directory. Tests are provided in every day directory and can be executed with the go test command. In the Utils directory some helper functions are stored that can be used by every day.

You can execute all days using the App given in the main directory and entering the number of the day you want to execute.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages