/AdventOfCode2023

My collection of code used to solve the Advent of Code 2023 puzzles.

Primary LanguagePython

Advent of Code 2023

Greetings! This is my collection of code for Advent of Code 2023.

Here is the status of the current year's challenges for me:

Day Part 1 Part 2
Day 1: Trebuchet?! ☑️ ☑️
Day 2: Cube Conundrum ☑️ ☑️
Day 3: Gear Ratios ☑️ ☑️
Day 4: Scratchcards ☑️ ☑️
Day 5: If You Give A Seed A Fertilizer ☑️ ☑️
Day 6: Wait For It ☑️ ☑️
Day 7: Camel Cards ☑️ ☑️
Day 8: Haunted Wasteland ☑️ ☑️
Day 9: Mirage Maintenance ☑️ ☑️
Day 10: Pipe Maze ☑️ ☑️
Day 11: Cosmic Expansion ☑️ ☑️
Day 12: Hot Springs ☑️ ☑️
Day 13: Point of Incidence ☑️ ☑️
Day 14: Parabolic Reflector Dish ☑️ ☑️
Day 15: Lens Library ☑️ ☑️

What is Advent of Code?

From the Advent of Code website:

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.