2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
DAY 4 試題 問題描述 給定一個字串 s,要求返回該字串中的最長回文子字串。回文指的是正著讀和反著讀都相同的字串。 範例:Input: s = &quot...
Day 10
2024-09-24
262
0
記錄進度是有效學習和提升學習效果的關鍵策略。通過詳細記錄學習進度,我們可以清晰地了解自己在學習過程中的進展和問題,從而制定更合理的學習計劃。 首先,定期更新學習...
Day 26
2024-10-08
262
0
題目 題目翻譯 給定一個排序數組,你需要在原地刪除重複出現的元素,使得每個元素只出現一次,返回移除後數組的新長度。 解題步驟 處理邊界情況: 如果 nu...
Day 19
2024-10-03
262
0
Problem : Given a m x n grid filled with non-negative numbers, find a path from...
Day 29
2024-10-13
261
0
Problem : Given an integer array nums, find the subarray with the largest sum, a...
原文題目Given an m x n grid of characters board and a string word, return true if wo...