Skip to content

teivah/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advent of Code

My solutions to the Advents of Code, from 2015 to 2023 (450 total ⭐).

Language stats:

Blog

In 2023, I shared my experience with the Advent of Code on my blog:

AoC Library

Templates

I created a justfile (casey/just) that:

  • Downloads the input of the day (to authenticate, you have to set up a ADVENT_OF_CODE_COOKIE environment variable, see this issue to understand how to extract your session cookie)
  • Generates a skeleton project (Go, Rust, or Python)
  • Configures the required dependencies (Go only)

Go

I developed a Go library to help me solve unimportant topics as quickly as possible (e.g., puzzle input parsing) to focus on the concrete problem:

go get github.com/teivah/advent-of-code

Solutions

2023

2022

2021

2020

2019

2018

2017

2016

2015

About

πŸŽ„ My solutions to the Advents of Code, from 2015 to 2023 (450 🌟)

Topics

Resources

License

Stars

Watchers

Forks