This repository has been archived on 2024-12-13. You can view files and clone it, but cannot push or open issues or pull requests.
2024-12-04 23:26:21 -05:00
..
2024-12-04 23:26:21 -05:00
2024-12-04 23:26:21 -05:00
2024-12-04 23:26:21 -05:00
2024-12-04 23:26:21 -05:00
2024-12-04 23:26:21 -05:00
2024-12-04 23:26:21 -05:00

Day 4

Instructions

From the root directory of the crate (where this README is) just execute:

cargo run

The solution will be printed to the terminal output.

Notes:

Implemented this using a pseudo-directed graph data structure. That took some extra time to implement but leads to a more efficient implementation. Rust is certainly slower to develop in (the cost of all that safety) so I may swap to another one for future problems since my time is limited.