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 7492b0d commit 1c55f20Copy full SHA for 1c55f20
src/main/kotlin/g0601_0700/s0679_24_game/Solution.kt
@@ -50,7 +50,7 @@ class Solution {
50
return false
51
}
52
53
- fun judgePoint24(nums: IntArray?): Boolean {
+ fun judgePoint24(nums: IntArray): Boolean {
54
val a = Arrays.stream(nums).asDoubleStream().toArray()
55
return backtrack(a, a.size)
56
0 commit comments