Skip to content

duckyluuk/AoC-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code

My 2023 Advent of Code submissions. (https://adventofcode.com/)

Structure

Utils

The utils folder contains a lot of useful functions for things like:

  • Reading input
  • Parsing data
  • Math functions
  • Graph functions
  • etc.

These are to try to help solve the problems in less time.

Problems

There will be a folder for each week. Each folder will contain 3 files:

  • {NUM}.txt
  • {NUM}.py
  • {NUM}_golfed.py

The .txt file has the input for the problem, and the .py file has my original solution to the problem. This year I will also try to golf a solution to the problem as much as possible. My smallest solutions are in the _golfed.py files.

Previous Years

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages