Skip to content

MisterFuntikov/rust_adventofcode_2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_adventofcode_2025

https://adventofcode.com/2025

Solutions to Advent of Code 2025 tasks in the Rust language.

Solutions return answers to two parts of the task at once.


The purpose of these solutions was to write algorithms that solve 2 parts of the task at once (at the same time, if possible), without using third-party crates and with as few formatted lines of code as possible, with a balance for optimization. Of course, you can increase the code of each algorithm by 2-3 times and get the most optimized code in both time and memory. But that wasn't my main goal.

About

Solutions to Advent of Code 2025 tasks in the Rust language.

Topics

Resources

Stars

Watchers

Forks

Languages