ChrisVilches / Algorithms

Solutions for competitive programming problems in various online judges such as Kattis, SPOJ, URI Online Judge, etc.
5 stars 0 forks source link

Add "Non-Geometry Sweep Line" category? #37

Open ChrisVilches opened 4 months ago

ChrisVilches commented 4 months ago

Is it even called "line" if it's not geometry?

Find problems by searching "events"

Some examples: kattis/bridgebuilding kattis/ship

Leetcode has many as well.