Skip to content

Commit

Permalink
Update docs for PointInHull and TangentToHull
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeletWithoutEgg committed Feb 10, 2024
1 parent 285d8c2 commit fa0f329
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Geometry.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Used in some contest. TODO.
Testing PIH in $O(\log N)$.
### Test Status
[Enclosure](https://codeforces.com/gym/101201/problem/E)
See tangent of points to hull
Used in some contest.

## Cyclic Ternary Search
Expand All @@ -107,7 +108,7 @@ Can be modified to find extreme point on hull.

### Test Status
[Enclosure](https://codeforces.com/gym/101201/problem/E)
https://codeforces.com/gym/101201/submission/244754160
https://codeforces.com/gym/101201/submission/245757109

## Circle Class & Intersection
### Description
Expand Down

0 comments on commit fa0f329

Please sign in to comment.