題目連結: https://leetcode.com/problems/jump-game/description/?envType=study-plan-v2&envId=top-interview-150
題意說明
題目連結:https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/
題意說明:
題目連結: https://leetcode.com/problems/happy-number/
題意說明:
將數字中的個位數平方+十位數平方+...後會獲得新數字,不斷重複
如果最後獲得1,return True
題目連結: https://leetcode.com/problems/climbing-stairs/
題目連結:https://leetcode.com/problems/reverse-string-ii/description/
題目連結:https://leetcode.com/problems/reshape-the-matrix/description/