Stars
1
result
for source starred repositories
written in C++
Clear filter
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.