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-15 16:19:07 -07:00

4.1 KiB

id title author
geo Geometry Benjamin Qi

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