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/Geo_Pri.md
Benjamin Qi 15563b2014 misc
2020-06-24 13:35:48 -04:00

2.4 KiB

id title author description
geo-pri Geometry Primitives Benjamin Qi Basic setup for geometry problems and introduction to line sweep.

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