Skip to content

Solutions to advent of code puzzles in various programming languages

License

Notifications You must be signed in to change notification settings

aleksacu/advent-of-code-2020

Repository files navigation

advent-of-code-2020

license pre-commit pre-commit.ci status

Solutions to advent of code puzzles in various programming languages

Main solutions are mostly going to be written in go, but sometimes in other languages as well. All the solutions are going to be rewritten in rust (riir directory).

At least some of the solutions are hopefully going to be streamed live on aleksacu twitch channel

Stages of Advent of Code

aoc-stages

I reached stage 2 on day 3. Hopefully I don't reach stage 3.

Getting started

In some cases you need to change directory, either because of the input path or because the compiler requires it.

Go

cd day01
go run main.go

Rust

cd riir
cargo run --bin day01

Python

python day03/main.py

Solutions

Day Languages
1 go, rust
2 go, rust
3 python, rust
4 python, rust
5 python, rust
6 python, rust
7 python
8 python
9 python
10 python