This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/6_Plat/4_Plat_Geo.md
2020-06-08 16:42:55 -04:00

4.1 KiB

slug title author order
/plat/geo Geometry Benjamin Qi 4

Geometry primitives and convex hull.

Primitives

You should know basic operations like cross product and dot product. For platinum specifically, you should be fine as long as you know how to code convex hull.

Tutorial

Problems

Sweep Line

Tutorial

Problems

Convex Hull

Tutorial

Problems

Half-Plane Intersection / Convex Stuff

Problems

  • Bridges
    • direct application of LineContainer