Skip to content

IsaacOldwood/AoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code

Personal repository of Advent of Code solutions.

About Advent of Code

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. One programming puzzle a day is released from 1st to 25th December, divided in two parts (the second of which is unlocked after solving the first). Advent of Code is created by Eric Wastl, and is 100% free. If you like Advent Of Code and want to support its creator, you can donate to him here. If you want to hang out with other fellow coders, discuss about puzzles and solutions, or just have a look around, you can join the official subreddit: r/adventofcode.

About this repo

In this repository you can find my solutions for the puzzles.

In each year's folder you will find:

  • */: the problem number.
  • input.txt: my puzzle input.
  • solution: my current working solution to the problem. I try to go back and clean up, improve and optimise these solutions.

About

Repo to hold solutions to Advent of code https://adventofcode.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages