File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # LeetCode 讀書會第 41 次聚會 2022/04/19
2
+
3
+ ## leetcode 讀書會通知
4
+
5
+ 1 . 項目: 第 41 次聚會
6
+ 2 . 目的: 線上一起寫題目, 由有想法的人帶領, 先解題, 再看該題有趣的解法
7
+ 3 . 時間: 04/19 (二) 20:00 ~ 21:00
8
+ 4 . 地點: google meet 線上 (前 10 分鐘預備鏈接)
9
+ 5 . 解題項目: [ Heap] ( https://leetcode.com/explore/featured/card/heap/643/heap/ )
10
+ 6 . 共筆: GitHub https://github.com/programmingbookclub/Leetcode-club
11
+ 7 . 備註:
12
+
13
+ 這次會強調嘗試 Binary Heap 從無到有的實作,從 347 開始。
14
+
15
+
16
+ ---
17
+
18
+ * [done] MEDIUM 215 Kth Largest Element in an Array https://leetcode.com/problems/kth-largest-element-in-an-array
19
+ * [done] MEDIUM 347 Top K Frequent Elements https://leetcode.com/problems/top-k-frequent-elements
20
+ * EASY 703 Kth Largest Element in a Stream https://leetcode.com/problems/kth-largest-element-in-a-stream
21
+ * EASY 1046 Last Stone Weight https://leetcode.com/problems/last-stone-weight
22
+ * EASY 1337 The K Weakest Rows in a Matrix https://leetcode.com/problems/the-k-weakest-rows-in-a-matrix
23
+ * MEDIUM 378 Kth Smallest Element in a Sorted Matrix https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix
24
+ * 🔓 MEDIUM 253 Meeting Rooms II https://leetcode.com/problems/meeting-rooms-ii
25
+ * MEDIUM 973 K Closest Points to Origin https://leetcode.com/problems/k-closest-points-to-origin
26
+ * 🔓 MEDIUM 1167 Minimum Cost to Connect Sticks https://leetcode.com/problems/minimum-cost-to-connect-sticks
27
+ * MEDIUM 1642 Furthest Building You Can Reach https://leetcode.com/problems/furthest-building-you-can-reach
28
+ * HARD 295 Find Median from Data Stream https://leetcode.com/problems/find-median-from-data-stream
29
+
30
+ ---
31
+
You can’t perform that action at this time.
0 commit comments