Skip to content

πŸŽ„ Solutions for Advent of Code - an annual set of Christmas-themed programming challenges that follow an Advent calendar.

Notifications You must be signed in to change notification settings

LucyIvatt/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

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

Repository files navigation

advent-of-code

Python TypeScript

This repository contains all of my solutions for the advent of code challenges between 2021-2024.

All solutions are written in Python or Typescript.

Key Value
⭐ 2 stars
β­‘ 1 star

Python: 🐍 Typescript: ⌨️

2021 - 🐍 2022 - 🐍 2023 - 🐍 2024 - ⌨️
Day 1 ⭐ ⭐ ⭐ ⭐
Day 2 ⭐ ⭐ ⭐ ⭐
Day 3 ⭐ ⭐ ⭐ ⭐
Day 4 ⭐ ⭐ ⭐ ⭐
Day 5 ⭐ ⭐ β­‘ ⭐
Day 6 ⭐ ⭐ ⭐ ⭐
Day 7 ⭐ ⭐ ⭐ ⭐
Day 8 ⭐ ⭐ ⭐ ⭐
Day 9 ⭐ ⭐ ⭐ ⭐
Day 10 ⭐ ⭐ β­‘ ⭐
Day 11 ⭐ ⭐ ⭐ ⭐
Day 12 ⭐ ⭐ ⭐
Day 13 ⭐ ⭐ ⭐ ⭐
Day 14 ⭐ ⭐ ⭐ ⭐
Day 15 ⭐ ⭐ ⭐ ⭐
Day 16 ⭐ ⭐ ⭐
Day 17 ⭐ ⭐*
Day 18 ⭐
Day 19 ⭐
Day 20
Day 21
Day 22
Day 23
Day 24
Day 25
Total 34 30 28 38

*with the amount of help I needed from reddit & friends, I don't think p2 for this one reaaaally counts πŸ˜‚

Python Solution Code Runner Executor

"python": "cd $dir && bash -c 'MODULE=\"$fileNameWithoutExt\"; while [ -f \"../__init__.py\" ]; do MODULE=\"${PWD##*/}.$MODULE\"; cd ..; done; python -m \"$MODULE\"'",