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