Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Add commentary for day 05
Browse files Browse the repository at this point in the history
  • Loading branch information
yamgent committed Dec 5, 2024
1 parent 50c33f6 commit 2232494
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/day05/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use std::collections::{HashMap, HashSet};

// input commentary: actual input have cyclic paths, so using topo sort would not work on the
// actual input for both part 1 and 2
const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/05/input.txt");

struct Graph {
Expand Down

0 comments on commit 2232494

Please sign in to comment.