Skip to content

oresttokovenko/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains my code submissions for Advent of Code, showcasing my solutions to daily programming challenges throughout December ⭐️

Rule: Only use the Python Standard Library, no 3rd party libraries allowed

My Score

Day 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
1 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
2 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
3 ⭐⭐ ⭐⭐
4 ⭐⭐
5 ⭐⭐
6 ⭐⭐
7 ⭐⭐ ⭐⭐
8 ⭐⭐
9 ⭐⭐
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

Puzzle Inputs

To conveniently fetch the puzzle inputs directly into your local setup, you can use the following utility script. Replace 2023 and 1 with the appropriate year and day's challenge you are working on. Ensure you have your session cookie in your .zshrc from the Advent of Code website to authenticate the request, assigned to AOC_SESSION.

./aoc_input.sh 2023 1

About

My solutions for Advent of Code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages