-
Notifications
You must be signed in to change notification settings - Fork 2
Create 40 2022 0308 Heap 3nd.md #33
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
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
# LeetCode 讀書會第 40 次聚會 2022/03/08 | ||
|
||
## leetcode 讀書會通知 | ||
|
||
1. 項目: 第 40 次聚會 | ||
2. 目的: 線上一起寫題目, 由有想法的人帶領, 先解題, 再看該題有趣的解法 | ||
3. 時間: 03/08 (二) 20:00 ~ 21:00 | ||
4. 地點: google meet 線上 (前 10 分鐘預備鏈接) | ||
5. 解題項目: [Heap](https://leetcode.com/explore/featured/card/heap/643/heap/) | ||
6. 共筆: GitHub https://github.com/programmingbookclub/Leetcode-club | ||
7. 備註: | ||
|
||
這次會強調嘗試 Binary Heap 從無到有的實作,從 347 開始。 | ||
|
||
|
||
--- | ||
|
||
* [done] MEDIUM 215 Kth Largest Element in an Array https://leetcode.com/problems/kth-largest-element-in-an-array | ||
* MEDIUM 347 Top K Frequent Elements https://leetcode.com/problems/top-k-frequent-elements | ||
* EASY 703 Kth Largest Element in a Stream https://leetcode.com/problems/kth-largest-element-in-a-stream | ||
* EASY 1046 Last Stone Weight https://leetcode.com/problems/last-stone-weight | ||
* EASY 1337 The K Weakest Rows in a Matrix https://leetcode.com/problems/the-k-weakest-rows-in-a-matrix | ||
* MEDIUM 378 Kth Smallest Element in a Sorted Matrix https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix | ||
* 🔓 MEDIUM 253 Meeting Rooms II https://leetcode.com/problems/meeting-rooms-ii | ||
* MEDIUM 973 K Closest Points to Origin https://leetcode.com/problems/k-closest-points-to-origin | ||
* 🔓 MEDIUM 1167 Minimum Cost to Connect Sticks https://leetcode.com/problems/minimum-cost-to-connect-sticks | ||
* MEDIUM 1642 Furthest Building You Can Reach https://leetcode.com/problems/furthest-building-you-can-reach | ||
* HARD 295 Find Median from Data Stream https://leetcode.com/problems/find-median-from-data-stream | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.