Gradle Test Run :java:test
findPairs(#nums, #k) = #answer
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| findPairs([1, 2, 3, 4, 5], 1) = 4 | findPairs([1, 2, 3, 4, 5], 1) = 4 | 1 | 0 | 0 | 0s | 100% |
| findPairs([1, 3, 1, 5, 4], 0) = 1 | findPairs([1, 3, 1, 5, 4], 0) = 1 | 1 | 0 | 0 | 0s | 100% |
| findPairs([3, 1, 4, 1, 5], 2) = 2 | findPairs([3, 1, 4, 1, 5], 2) = 2 | 1 | 0 | 0 | 0.003s | 100% |