advent-of-code/2022/day-3_rucksack_reorganization
TuDatTr 231e0d2584 Refactoring
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2022-12-03 14:21:15 +01:00
..
src Refactoring 2022-12-03 14:21:15 +01:00
.gitignore Added solution for AoC 2022/3, in python and in rust 2022-12-03 13:59:13 +01:00
Cargo.lock Added solution for AoC 2022/3, in python and in rust 2022-12-03 13:59:13 +01:00
Cargo.toml Added solution for AoC 2022/3, in python and in rust 2022-12-03 13:59:13 +01:00
README.md Added solution for AoC 2022/3, in python and in rust 2022-12-03 13:59:13 +01:00
task.md Added solution for AoC 2022/3, in python and in rust 2022-12-03 13:59:13 +01:00

README.md

Calorie Counting

Implementation of this task.

This time I ran with this implementation second, since it seemed easier to quickly implement in Python. Implementing it in Python first, allowed me to have a more organized approach to the task, given that I had already completed it once. I may continue doing this going forward.

Usage

cargo run --release -- --input <Path to file with inputs>

Alternative

cargo install --release . 
rucksack_reorganization -i <Path to file with inputs>