Skip to content
/ aoc2021 Public

Advent of Code 2021

License

Notifications You must be signed in to change notification settings

xphade/aoc2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

Solutions for the Advent of Code 2021 puzzles, written in Python.

Setup & Usage

  • Dependencies: So far, only Python3
  • To calculate a solution, run the respective file with its corresponding input
    • For example:
      $ python3 01_sonar-sweep.py data/01_measurements.txt
    • In unix environments, you can execute the python file directly
  • It is also possible to calculate all solutions using scripts/run-all.sh
  • The repository contains my specific inputs as well as the examples (see data/test/)