Skip to content

Commit ed63297

Browse files
Program to find Second Min / Max
1 parent 8e92077 commit ed63297

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/maths/SecondMinMax.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ private static int secondBest(final int[] arr, final int initialVal, final BiPre
2727
}
2828
checkOutput(secBest, initialVal);
2929
return secBest;
30-
3130
}
3231

3332
/**

0 commit comments

Comments
 (0)