Skip to content

Commit 1c55f20

Browse files
authored
Update Solution.kt
1 parent 7492b0d commit 1c55f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/g0601_0700/s0679_24_game/Solution.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Solution {
5050
return false
5151
}
5252

53-
fun judgePoint24(nums: IntArray?): Boolean {
53+
fun judgePoint24(nums: IntArray): Boolean {
5454
val a = Arrays.stream(nums).asDoubleStream().toArray()
5555
return backtrack(a, a.size)
5656
}

0 commit comments

Comments
 (0)