Skip to content

Commit

Permalink
#10 - maxPath not maxValue for path rec
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Jan 3, 2025
1 parent cbb816e commit 32c23f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public boolean isCollatzMax(long oddSearchCurrent, long secondsStart) {
result = true;
//result = Long.valueOf(current);
}

break;
}
}
Expand Down

0 comments on commit 32c23f5

Please sign in to comment.