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...
今天也來解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...
因為發文的隔天是禮拜天我想要睡覺所以就提前發文了~(純粹就是懶惰)今天要來講解的題目是我們的第三題 題目 翻譯 簡單來說就是要找出最大不重複的子字串長度 解題...