keller00 / aoc2021

Home Page:https://adventofcode.com/2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of code 2021 solutions

My solutions for https://adventofcode.com/2021

All part1.pys and part2.pys are what I used to submit my solutions. Some days I might sacrifice readability for speed if I feel like I could be competitive, while on some days I might just take my time from the beginning for better design.

In some cases when I feel like I want to take a different approach later I will rewrite my solutions, these will be labeled obviously as rewrite-part1.py, or rewrite-part2.py.

Workflow

  1. cp -r day00 dayxx start by copying the folder day00, it serves as a template for new days
  2. cd dayxx
  3. cp solution.py part1.py once the solution is finalized for part 1, save it as part1.py and keep working on solution.py
  4. mv solution.py part2.py once the solution is finished for part 2

About

https://adventofcode.com/2021


Languages

Language:Python 100.0%