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 1717de1 commit 71957efCopy full SHA for 71957ef
.inferconfig
@@ -19,6 +19,8 @@
19
"src/test/java/com/thealgorithms/datastructures/trees/LazySegmentTreeTest.java",
20
"src/test/java/com/thealgorithms/searches/QuickSelectTest.java",
21
"src/test/java/com/thealgorithms/stacks/PostfixToInfixTest.java",
22
- "src/test/java/com/thealgorithms/strings/HorspoolSearchTest.java"
+ "src/test/java/com/thealgorithms/strings/HorspoolSearchTest.java",
23
+ "src/main/java/com/thealgorithms/randomized/ClosestPair.java",
24
+ "src/test/java/com/thealgorithms/randomized/ClosestPairTest.java"
25
]
26
}
0 commit comments