This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Runtime: 0 ms, faster than 100.00% of Java online submissions for 24 Game. | |
Memory Usage: 36.5 MB, less than 100.00% of Java online submissions for 24 Game. | |
*/ | |
class Solution { | |
public boolean judgePoint24(int[] nums) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
) | |
// Try it out here: https://repl.it/@glxxyz/RoundedNormalFunction | |
// It's important to note the different values that 'index' takes | |
// when using []rune and range |