We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cd5a2 commit c683f05Copy full SHA for c683f05
src/geometry/point-in-convex-polygon.md
@@ -1,3 +1,6 @@
1
+---
2
+title: Check if point belongs to the convex polygon in O(log N)
3
4
# Check if point belongs to the convex polygon in $O(\log N)$
5
6
Consider the following problem: you are given a convex polygon with integer vertices and a lot of queries.
0 commit comments