2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 17
2024-08-26
254
0
88. Merge Sorted Array 题目描述: 給定兩個按非遞減順序排列的整數陣列 nums1 和 nums2,以及兩個整數 m 和 n,分別表示 n...
Day 12
2024-08-26
254
0
961. N-Repeated Element in Size 2N Array tags: Easy、Sizeof You are given an int...
題目 1367. Linked List in Binary Tree難度: 中等偏難 題意 給定一串連鏈接head及一二元樹root,求head是否存在於二元...
2833. Furthest Point From Origin tags: Easy、Pointer You are given a string move...
參加鐵人賽主要是想透過刷題來更深入的學習自己不是很熟悉的程式語言(當然有一部分是被逼的),由於學校主科程式語言大多都是用Java但我想把Python這個程式語言...
原文題目 Given a string s and a dictionary of strings wordDict, return true if s can...