Skip to content

Solutions for 2023's Advent of Code challenges, written in import-less Python

Notifications You must be signed in to change notification settings

trigtbh/Advent-of-Code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Important stuff

Mini-Writeups

Stats

The long explanation

For 4 years I have subjected myself to the mental torture that is Advent of Code. I have only gotten 50 stars for a single year, 2021.

For that year, I made it significantly harder for myself in two ways:

  • Every set of challenges had to be completed 24 hours after they were released
  • No imports were allowed - not for external libraries, and not for base libraries included with Python.

It was brutal, but from it I learned so much about optimization, shortcuts to get an answer quicker, and just plain patience.

This year is the last year I am able to do this before college. My one and only goal is to truly complete every single challenge, regardless of how long it takes.

For my final year, I plan on including mini-writeups of every challenge, as well as statistics on the following:

  • Fastest + slowest completion times
  • Shortest + longest solutions
  • Easiest + hardest solutions
  • Subjectively worst solution

About

Solutions for 2023's Advent of Code challenges, written in import-less Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages