Files
Tay Yang Shun 2182a70770 Squash commit
2017-09-20 15:27:28 +08:00

8 lines
297 B
Markdown

Geometry
==
- You have a plane with lots of rectangles on it, find out how many of them intersect.
- Which data structure would you use to query the k-nearest points of a set on a 2D plane?
- Given many points, find k points that are closest to the origin.
- How would you triangulate a polygon?