2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 22
2024-09-05
351
0
572. Subtree of Another Tree tags: Easy、Tree Given the roots of two binary tree...
Day 24
2024-09-05
573
0
Winter is coming! During the contest, your first job is to design a standard he...
Day 27
2024-09-05
802
0
119. Pascal's Triangle II 题目描述: 給定一個非負整數 rowIndex,返回帕斯卡三角形的第 rowIndex 行。Example...
題目 874. Walking Robot Simulation難度: 中間偏易 題意 有一機器人在2D XY平面上行走。初始座標為[0, 0],朝向北方。給定...
Day 21
2024-09-04
373
0
144. Binary Tree Preorder Traversal tags: Easy、Tree Given the root of a binary...
Day 26
2024-09-04
467
0
118. Pascal's Triangle 题目描述: 給定一個非負整數 numRows,生成帕斯卡三角形的前 numRows 行。 Example : I...