matthewsamuel95 / ACM-ICPC-Algorithms

Algorithms used in Competitive Programming
2.07k stars 1.26k forks source link

Add Geometry in 2D section and source code for line intersection. #732

Closed NurlashKO closed 5 years ago

NurlashKO commented 5 years ago

It is hard to find any official ACM ICPC competition without any problem on geometry.

With this pull request I would like to start a new flow where open source community could collect all common used implementations related to this topic.