We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ee9a1 commit a701364Copy full SHA for a701364
src/main/java/com/fishercoder/solutions/_908.java
@@ -61,7 +61,7 @@ public int smallestRangeI(int[] A, int K) {
61
max = Math.max(max, k);
62
}
63
64
- return Math.max(max - min - 2*K, 0);
+ return Math.max(max - min - 2 * K, 0);
65
66
67
0 commit comments