Skip to content

Commit 35010a2

Browse files
authored
Merge pull request #9 from programmingbookclub/meetup-20
Create LeetCode 讀書會第 20 次聚會 2021_01_26.md
2 parents ac20520 + 0adbbbf commit 35010a2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# LeetCode 讀書會第 20 次聚會 2021/01/26
2+
3+
leetcode 讀書會通知
4+
1. 項目: 第 20 次聚會
5+
2. 目的: 線上一起寫題目, 由有想法的人帶領, 先解題, 再看該題有趣的解法
6+
3. 時間: 1/26 (二) 20:00 ~ 21:00
7+
4. 地點: google meet 線上 (前 10 分鐘預備鏈接)
8+
5. 解題項目: [Linked list - Doubly linked list](https://leetcode.com/explore/learn/card/linked-list/210/doubly-linked-list/)
9+
10+
```text
11+
### Doubly Linked list
12+
1. Medium 707. Design Linked List
13+
14+
### Conclusion
15+
1. Easy 21. Merge Two Sorted Lists
16+
2. Medium 2. Add Two Numbers
17+
3. Medium 430. Flatten a Multilevel Doubly Linked
18+
> List Hint: Try to solve this problem recursively.
19+
4. Medium 708. Insert into a Cyclic Sorted List
20+
> Hint: A cyclic list here is a linked list that the last node is linked with the first node and form a cycle. Find out the smallest node will help you determine the suitable position.
21+
5. Medium 138. Copy List with Random Pointer
22+
> Hint: Using a hash set maybe is a good idea. Refer to our hash table card if you are not familiar with the hash set.
23+
6. Medium 61. Rotate List
24+
```
25+
26+
6. 共筆: GitHub https://github.com/programmingbookclub/Leetcode-club

0 commit comments

Comments
 (0)