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-2025.

All solutions are written in Python or Typescript.

Key Value
⭐ 2 stars
β­‘ 1 star

Python: 🐍 Typescript: ⌨️

2021 🐍 2022 🐍 2023 🐍 2024 ⌨️ 2025** 🐍
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/50 30/50 28/50 38/50 21/22
% 68% 60% 56% 76%

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

**2025 onwards no longer have 25 days of challenges, instead having only 12

Code Runner Executor Config

    "code-runner.executorMap": {
        "python": "cd $dir && PYTHONPATH=/home/luce/dev/advent-of-code python3 \"$fileName\""
    },
    "code-runner.executorMapByGlob": {
        "*.spec.ts": "npm t",
    },

TO-DO

  • Update scripts and/or structure of the advent-of-code-inputs private repo to respect the new typescript/ & python/ folder structures when backing up and restoring text file inputs
  • Add missing backups for inputs for 2024 because they were on my old laptop and I didn't back them up πŸ™„
  • Add further notes about local setup of the repo & tests in VSCode

About

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

Topics

Resources

Stars

Watchers

Forks