2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
You are given coordinates, a string that represents the coordinates of a square...
Day 19
2024-09-19
230
0
題目 241. Different Ways to Add Parentheses難度: 中等,但我覺得爆難 題意 給定一字串expression,字串中由數字...
Day 11
2024-09-25
230
0
Problem :Given an encoded string, return its decoded string.The encoding rule is...
今天也繼續加油、繼續刷刷刷~————————————我是可愛的題目分隔線———————————— 題目1:創建集合並打印 -集合(set)是一種不包含重複元素,...
Day 17
2024-09-29
228
0
今天就來第17題ㄌ 題目 題目翻譯 給定一個只有數字 2 到 9 的字串 digits,如同電話按鈕一樣,每個數字對應到幾個特定英文字母,要求返回所有的組合...
今天又是適合每日一刷的一天我們今天就來講講第七題:Reverse Integer 題目 題目翻譯 給定一個 32 位有符號整數,將整數中的數字進行反轉 解題思...