Skip to content

reidemeister94/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄🧩 Advent of Code 2023

Python solutions for Advent of Code 2023, an event with an advent calendar where instead of chocolate, there is a programming problem!

"Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other."

https://adventofcode.com/2023

How to run code

Just navigate to specific problem number directory and run python solve_part_x.py where x can be one or two.

Status

Day Name Solution Stars
01 Calorie Counting Part 1, Part 2 ⭐⭐
02 Cube Conundrum Part 1, Part 2 ⭐⭐
03 Gear Ratios Part 1, Part 2 ⭐⭐
04 Scratchcards Part 1, Part 2 ⭐⭐
05 If You Give A Seed A Fertilizer Part 1, Part 2 ⭐⭐
06 Wait For It Part 1, Part 2 ⭐⭐
07 Camel Cards Part 1, Part 2 ⭐⭐
08 Haunted Wasteland Part 1, Part 2 ⭐⭐
09 Mirage Maintenance Part 1, Part 2 ⭐⭐
10 Pipe Maze Part 1, Part 2 ⭐⭐
11 Cosmic Expansion Part 1, Part 2 ⭐⭐
12 Hot Springs Part 1, Part 2 ⭐⭐