Skip to content

Commit a7df9aa

Browse files
refactor 287
1 parent 5adc9f2 commit a7df9aa

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+1
-1
lines changed

src/main/java/com/fishercoder/solutions/_287.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public int findDuplicate(int[] nums) {
3737
if (slow == fast) {
3838
break;
3939
}
40-
}
40+
}w
4141

4242
while (true) {
4343
slow = nums[slow];

0 commit comments

Comments
 (0)