Skip to content

vucinick/advent_of_code_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AoC 2023 stars Last commit

AoC2023 logo

Summary

Advent of Code is an annual Advent calendar of programming puzzles.

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.

I will try to solve it in Python.

Running the code

To run the code of a specific day from the root directory run the following, replacing xx with the day number, 1 - 25. Make sure you use Python 3.10+.

python3 Day_xx/dayxx.py

Overview

Day Name Stars
01 Trebuchet?! ⭐⭐
02 Cube Conundrum ⭐⭐
03 Gear Ratios
04 Scratchcards ⭐⭐
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

Credit

This Markdown was inspired by orfeasa's Markdown. Badges, Day 1 and Day 2 Markdowns were inspired by FranciscoTorreblanca. Python code is original - which can be seen by the messiness of it and by not having an optimal solutions 😁

About

Solutions for advent of code puzzles in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages