Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 156 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 156 Bytes

SnijdendeCirkels

3 Algorithms to compute the intersection of a set of circles:

O(n²)
O(log(n)), worst case n²
O((n+s)log(n))