Skip to content

Rapid1898-code/Advent-Of-Code-Solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code solutions

This repository contains my Python solutions to some of the Advent of Code puzzles.

The solutions do not optimize any given parameter: They are not the shortest possible solutions, they are not the fastest possible solutions (or we wouldn't be doing Python). They are also not the most readable solutions, and they are not always the first solutions I would come up with (as leaderboard rushing code tends to be full of eyesores). Rather, they are the solutions that I wish I would have come up with on first try. That is, they're something like my own initial solutions, cleaned up, and when necessary infused with the genius of the people on the Reddit Solution Megathreads.

About

Solutions to Advent of Code puzzles, https://adventofcode.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%