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

Releases

No releases published

Packages

No packages published

Languages