mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
contents(algo): split recommended qns into essential vs practice
This commit is contained in:
@ -59,9 +59,16 @@ Here's a [nice visualization](https://silentmatt.com/rectangle-intersection/). E
|
||||
- Given many points, find k points that are closest to the origin.
|
||||
- How would you triangulate a polygon?
|
||||
|
||||
## Recommended questions
|
||||
## Essential questions
|
||||
|
||||
_These are essential questions to practice if you're studying for this topic._
|
||||
|
||||
- [Rectangle Overlap](https://leetcode.com/problems/rectangle-overlap/)
|
||||
|
||||
## Recommended practice questions
|
||||
|
||||
_These are recommended questions to practice after you have studied for the topic and have practiced the essential questions._
|
||||
|
||||
- [K Closest Points to Origin](https://leetcode.com/problems/k-closest-points-to-origin/)
|
||||
- [Rectangle Area](https://leetcode.com/problems/rectangle-area/)
|
||||
|
||||
|
Reference in New Issue
Block a user