2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 758
Day 21
2024-09-04
175
0
144. Binary Tree Preorder Traversal tags: Easy、Tree Given the root of a binary...
Day 26
2024-09-04
179
0
118. Pascal's Triangle 题目描述: 給定一個非負整數 numRows,生成帕斯卡三角形的前 numRows 行。 Example : I...
Day 23
2024-09-04
139
0
Given a sorted array of distinct integers and a target value, return the index...
前言 自從暑假參加了 AIS3 遇到了各路大神,覺得自己實在太廢了,也聽到其實蠻多人推薦可以從打 CTF 開始學習資安,所以就決定來參加 IThome 2024...
題目 1945. Sum of Digits of String After Convert難度: 簡單 題意 給定一字串s與整數k將字串s中的字元按照字母序轉...
Day 20
2024-09-03
202
0
2022. Convert 1D Array Into 2D Array tags: Easy、Array You are given a 0-indexed...