https://leetcode.cn/leetbook/read/learning-algorithms-with-leetcode/xsshgi/
Not difficult,Just recursive to take a note
1 | class Solution: |
https://leetcode.cn/leetbook/read/learning-algorithms-with-leetcode/xssbke/
1 | # The guess API is already defined for you. |