Skip to content

jacobgnewman/advent

Repository files navigation

🎄 Advent of Code

This repository contains my solutions to problems from Advent of Code Its a bit of a mess right now as I am restructuring to better modularize the different language sections :) Solutions for 2022 are currently updated.

advent - Module for input fetching and extra python magic

Feel free to checkout my python module for loading input and submitting here: advent_utils

setup as local python module

pip install -r requirements.txt
pip install -e . # keep files in python-aoc/advent_utils, including loaded puzzle data

and update cookie in : python-aoc/advent_utils/src/advent/input/.cookie

Highlights

102'nd on Day 21, 2022

Stars

TODO: out of date, update for 2023... and languages specific tables?

2015 2016 2017 2018 2019 2020* 2021 2022
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 ⭐⭐ ⭐⭐

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published