Skip to content

Commit 72fed4a

Browse files
authored
Merge pull request #30 from programmingbookclub/37-binary-tree
LeetCode 讀書會第 37 次聚會 2022/01/25
2 parents 89aaf5d + 3ff805a commit 72fed4a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# LeetCode 讀書會第 37 次聚會 2022/01/25
2+
3+
## leetcode 讀書會通知
4+
5+
1. 項目: 第 37 次聚會
6+
2. 目的: 線上一起寫題目, 由有想法的人帶領, 先解題, 再看該題有趣的解法
7+
3. 時間: 01/25 (二) 20:00 ~ 21:00
8+
4. 地點: google meet 線上 (前 10 分鐘預備鏈接)
9+
5. 解題項目: [Binary Tree](https://leetcode.com/explore/learn/card/data-structure-tree/)
10+
6. 共筆: GitHub https://github.com/programmingbookclub/Leetcode-club
11+
7. 備註:
12+
13+
這次針對 297 處理 deserialize,主持人不會做任何的提示。會 recap binary tree 與選下一回合的主題。
14+
15+
16+
* HARD 297 Serialize and Deserialize Binary Tree https://leetcode.com/problems/serialize-and-deserialize-binary-tree
17+
18+
---
19+
Notes:
20+
21+
Yu solution:
22+
https://leetcode.com/problems/serialize-and-deserialize-binary-tree/discuss/1713298/Swift-deserialize-with-one-pass

0 commit comments

Comments
 (0)