Skip to content

Commit 1bcd78d

Browse files
committed
refactor: Event 2025 day 3
1 parent 491bab1 commit 1bcd78d

File tree

1 file changed

+0
-4
lines changed
  • core/src/main/java/com/vuryss/aoc/solutions/event2025

1 file changed

+0
-4
lines changed

core/src/main/java/com/vuryss/aoc/solutions/event2025/Day3.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ private long findMaximumJoltage(String bank, int size) {
7373
n = batteries[i] - '0';
7474
position = i + 1;
7575
}
76-
77-
if (n == 9) {
78-
break;
79-
}
8076
}
8177

8278
maxBatteryCombination[foundBatteries++] = (char) (n + '0');

0 commit comments

Comments
 (0)