Day 23 hint for improving runtime.
This commit is contained in:
parent
e04081ac4a
commit
e3d9c13731
@ -128,6 +128,8 @@ struct TargetCup {
|
|||||||
idx: usize,
|
idx: usize,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// TODO(wathiede): redo based on this sentence from glenng:
|
||||||
|
/// `So a circular linked list containing 2,1,3 would be [3,1,2]`
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
struct FastHand {
|
struct FastHand {
|
||||||
idx_to_val: Vec<usize>,
|
idx_to_val: Vec<usize>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user