Skip to content

thomsen85/Advent-of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Advent of Code Solutions

All Solutions are my own. The target is to solve everyone in Rust. Clean solutions are not prioritized, but some are rewritten afterward for the fun of it.

My first year was 2022, I completed about half before exams caught up with me. 2023 was the first year I finished them all.

2024's goal was to achive top 1000 global rank on at least one day with Rust.

Day 16 was the first day i got sub 1000th, where i got rank 995 on part 2 Top time for 2024 until now is 1158th place for part 1 (Day 13) and 995th place for part 2 (Day 16).

The project is structured mainly by year. The aoc folder is a script I made to create a new day from a template, create tests from the clipboard, fetch the input, and automatically run the tests and the program. The common folder contains functions and structs commonly used to solve problems.

Year\Day 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
2015 ½
2016
2017
2018
2019
2020
2021
2022 ½ ½
2023
2024

About

Advent Of Code in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages