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 38cd18b commit 964eb63Copy full SHA for 964eb63
src/main/kotlin/g3401_3500/s3425_longest_special_path/Solution.kt
@@ -5,6 +5,7 @@ package g3401_3500.s3425_longest_special_path
5
6
import kotlin.math.max
7
8
+@Suppress("kotlin:S107")
9
class Solution {
10
fun longestSpecialPath(edges: Array<IntArray>, nums: IntArray): IntArray {
11
val n = edges.size + 1
0 commit comments