Skip to content

BetterCodeSoon/aoc-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

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

Repository files navigation

Quick overview

Solutions for Advent of Code puzzles with (hopefully πŸ˜‰) progressively better Python 3.10 code that is tested using Pytest.

Project structure

Naming convention: day1 puzzle is named aoc1, day2 is named aoc2, ... and so on.

  • /src/ -- contains the respective daily puzzle solutions and some helper utilities
  • /tests/ -- pytests for each solution and utilities
  • /resources/ -- puzzle input files and testcase files

Reference links

About

🐍 Solutions for https://adventofcode.com/2023/ puzzles written in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages