You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java implementation of Bentley-Ottmann segments intersection finding algorithm.
When operates the algorithm takes n * log(n) time complexity whenever a naive approach has n^2.