Skip to content

Videodromes/AdventOfCode-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advent of Code

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. To save Christmas, you must collect fifty stars (⭐) by December 25th. Stars are earned by solving puzzles; there are two puzzles per day in the Advent calendar with the second puzzle unlocking after completion of the first. To prepare for the 2024 Advent of Code, I will be attempting puzzles from past events.

2015 Solutions

Day Stars Puzzle Solution
1 ⭐⭐ Not Quite Lisp 1.py
2 ⭐⭐ I Was Told There Would Be No Math 2.py
3 ⭐⭐ Perfectly Spherical Houses in a Vacuum 3.py
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

Input Files

Input files are not included in this repo in respect of the copyright held by Advent of Code. If you would like to test my solutions yourself, you must provide your own test input. For example, you can grab your unique puzzle input from the Advent of Code website to test my solutions.

About

πŸŽ„ My Advent of Code solutions in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages