Skip to content

theodorebje/aoc-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theodore Bjernhed's Advent of Code 2025

These are my solutions to Advent of Code 2025! This is my first time participating in Advent of Code, ever, so I might not fully know how to setup everything correctly. Please be patient!

Regarding Dependencies

I have pre-emptively decided that I am going to try to use as few dependencies as possible. Whether I'll be successful in this goal or not is completely unknown to me as of writing this. But I hope I am able to stay away from dependencies!

Solutions

Times

These times do not include the time it takes to write the README.md files nor the time it takes to write the commit messages, nor any potential breaks that I take while coding. These are non-additive, e.g. the times for part 2 might be shorter than for part 1.

Day Total Part 1 Part 2
1 01:16:161 01:06:011 00:10:15
2 00:32:40 00:09:09 00:23:31
3 02:04:192 01:00:002 01:04:19
4 02:01:40 01:44:58 00:16:42
5 01:58:58 00:16:26 01:42:32

Source Lines of Code

This is only for Rust code.

Day Part 1 Part 2
1 188 211
2 39 45
3 54 135
4 119 100
5 46 98

Licence

EUPL-1.2

Footnotes

  1. Including time to write commit message. 2

  2. Forgot to turn on the stopwatch… This is a guess. 2

About

Advent of Code 2025, in Rust. This is my first time participating in Advent of Code!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors