We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddeb50 commit 041557aCopy full SHA for 041557a
searching/src/test/java/SearchSortedTest.java
@@ -45,7 +45,7 @@ public void search4() throws Exception {
45
@Test
46
public void search5() throws Exception {
47
n = 100;
48
- k = 100;
+ k = 99;
49
50
test(n,k);
51
}
0 commit comments