2022 iThome 鐵人賽
「連續 30 天發表技術文章不中斷」爆發驚人的技術能量,
寫出一整年的成長與學習。
自我挑戰組
選手 361 文章 6248
Day 11
2022-09-11
704
0
Invert Binary Tree Given the root of a binary tree, invert the tree, and return ...
Day 11
2022-09-11
2087
0
Subtree of Another Tree Given the roots of two binary trees root and subRoot, re...
Day 11
2022-09-11
1012
0
Same Tree Given the roots of two binary trees p and q, write a function to check...
Day 11
2022-09-11
2479
0
Tree 資料結構解析 Tree Tree(樹) 是一種非線性階層式排列資料結構,因為具有樹狀結構,看起來像一個倒過來生長的樹。 樹狀結構的基本資料存儲單位是節...
Day 10
2022-09-10
2247
0
COUNT()計算群組內行數 語法:SELECT ${columns} COUNT(*) FROM table GROUP BY ${column};來查詢ta...
Day 9
2022-09-10
5464
0
題目: 選擇一個四位數字讓對方猜謎,四個位數的數字必須不同,例如: 0941若對方猜的數字,數字正確位置不對為1B、如果數字跟位置都正確1A,例如5904: 1...