mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-03 04:04:24 +08:00
misc: restructure contents
This commit is contained in:
9
contents/algorithms/geometry.md
Normal file
9
contents/algorithms/geometry.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
id: geometry
|
||||
title: 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?
|
Reference in New Issue
Block a user