Skip to content

Create LeetCode 讀書會第 20 次聚會 2021_01_26.md #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 22, 2021
Merged

Conversation

ytyubox
Copy link
Member

@ytyubox ytyubox commented Jan 13, 2021

LeetCode 讀書會第 20 次聚會 2021/01/26

leetcode 讀書會通知

  1. 項目: 第 20 次聚會
  2. 目的: 線上一起寫題目, 由有想法的人帶領, 先解題, 再看該題有趣的解法
  3. 時間: 1/26 (二) 20:00 ~ 21:00
  4. 地點: google meet 線上 (前 10 分鐘預備鏈接)
  5. 解題項目: Linked list - Doubly linked list
### Doubly Linked list
  1. Medium 707. Design Linked List

### Conclusion
  1.  Easy 21. Merge Two Sorted Lists 
  2. Medium    2. Add Two Numbers 
  3. Medium    430. Flatten a Multilevel Doubly Linked 
                                > List Hint: Try to solve this problem recursively.
  4. Medium    708.  Insert into a Cyclic Sorted List 
                                 >  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.
  5. Medium    138.  Copy List with Random Pointer 
                                  > 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.
  6. Medium    61.  Rotate List 
  1. 共筆: GitHub https://github.com/programmingbookclub/Leetcode-club

@ytyubox ytyubox merged commit 35010a2 into main Feb 22, 2021
@louis222220 louis222220 deleted the meetup-20 branch February 23, 2021 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant