jcreek / advent-of-code

A repository for all my advent of code solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

This repository contains all of my Advent of Code solutions. 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 interview prep, company training, university coursework, practice problems, a speed contest, 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.

Since 2021 all of my solutions can be found within the AdventOfCode folder. All prior (and less clean) solutions can be found in the old folder.

About

A repository for all my advent of code solutions


Languages

Language:C# 99.6%Language:Dockerfile 0.4%