2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 29
2024-10-13
196
0
今天來解YKL33(UVA299):Train Swapping Train Swapping 目的將序列排序計算交換的次數 這裡我們用Bubble Sort...
Day 29
2024-10-13
196
0
Problem : Given an integer array nums, find the subarray with the largest sum, a...
٩(๑> ₃ <)۶з嗨,我是wec,今天是DAY 21。 🔎 題目難度與描述 難度:MEDIUM 題目描述: 給定一個整數數組prices,表示每...
A sentence consists of lowercase letters ('a' to 'z'), digits ('0' to '9'), hyph...
Day 20
2024-10-04
194
0
題目:給定兩個整數陣列,分別表示二元樹的前序遍歷和中序遍歷結果,請構造該二元樹並回傳其根節點。 範例: 前序遍歷 (preorder) = [3, 9, 20,...
前言 本日進度: [x] 6 題 general skills [ ] Writeup 第一題:Serpentine 看到他 python code 裡面...