Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 781 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 781 Bytes

Advent of Code Solutions

This repository contains my solutions to the Advent of Code puzzles. From 2023 onwards, I'm pushing original solutions used to submit the results under the functions named p1 and p2. If some optimization is possible (almost always) I'll upload the optimized solutions along with the original ones.

The helper module utils/advent.py is from mebeim's repo

About Advent of Code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.