Skip to content

rgambee/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

Advent of Code is an annual set of programming puzzles published by Eric Wastl. This repository contains my solutions for the years I've participated in.

Some people compete to answer the problems as quickly as possible. Others challenge themselves to write solutions that are optimal in some sense (shortest, fastest, etc.). I'm using AoC as an opportunity to learn new languages or make myself more proficient in ones I have limited experience with. So far I've done

  • 2018: Go
  • 2019: C++
  • 2020: Javascript
  • 2021: Rust