Skip to content

Commit c683f05

Browse files
author
Oleksandr Kulkov
authored
title without latex
1 parent f2cd5a2 commit c683f05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/geometry/point-in-convex-polygon.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: Check if point belongs to the convex polygon in O(log N)
3+
---
14
# Check if point belongs to the convex polygon in $O(\log N)$
25

36
Consider the following problem: you are given a convex polygon with integer vertices and a lot of queries.

0 commit comments

Comments
 (0)