2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
題目:給定一個由 0, 1, 2, ..., n 組成的陣列 nums,其中恰好缺少了一個數字。我們需要找到這個缺少的數字。 範例: 輸入: nums = [3...
Day 26
2024-10-10
258
0
題目 Irish-Name-Repo 3 輸入 12345 的結果show 出 SQL query: SELECT * FROM admin where pa...
Day 16
2024-09-30
258
0
There is a class with m students and n exams. You are given a 0-indexed m x n in...
Day 11
2024-09-25
257
0
226. Invert Binary Tree 題目描述得非常簡單,給定一棵二元樹,你需要翻轉它,將左子樹與右子樹互換,輸出這棵樹翻轉後的結果。使用遞迴的解法:...
今天也來解Reverse的題目 題目 asm1 asm1: <+0>: push ebp <+1>: mov ebp,e...
Day 16
2024-09-30
257
0
Problem : Given an m x n grid of characters board and a string word, return true...