Skip to content

moritzscholz/aoc2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

This repository contains my solutions for the Advent of Code 2021.

Folder structure

All solutions will be in this one repository. Input and test data for each day is in folder data.

Language

I want to do most of the solutions with Rust and some with Python. Pulling the repository and running cargo run will build the crate and calculate all solutions I have done so far in Rust.

Python-solutions can be done via poetry run python py_src/solutions.py.

Tests

Tests can be run with cargo test. Tests are included in the source-file of the code they are testing.

Python-tests can be run with poetry run pytest.

Progress

⭐️⭐️⭐️⭐️⭐️☆⭐️⭐️☆☆ ⭐️⭐️⭐️⭐️☆☆⭐️☆☆☆☆☆☆☆ ⭐️⭐️⭐️☆⭐️☆☆☆⭐️⭐️☆☆☆☆ ☆☆☆☆☆☆☆☆☆☆☆☆

About

Advent of Code 2021. Mostly Rust, some Python.

Resources

Stars

Watchers

Forks