There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Given n line segments, efficiently find all points of intersection. This is a modern C++ implementation of the Bentley-Ottman algorithm from (almost) scratch because why not.