From e6be53686fa879da8083196552fb00b6232f4237 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Tue, 1 Dec 2020 08:46:56 -0800 Subject: [PATCH] Just noticed that I forgot to reset the worker to midpoint in the search. This doesn't actually matter, except in an unfortunate edge case that turns out to never happen. --- src/bin/accounting.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/accounting.rs b/src/bin/accounting.rs index 706ea6e..f74e614 100644 --- a/src/bin/accounting.rs +++ b/src/bin/accounting.rs @@ -108,6 +108,7 @@ fn next_target(low_index: usize, high_index: usize, avoid: &[usize]) -> Option