Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 273 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 273 Bytes

Algorithm for count the number of regions for arbitrary $m$ circles on a 2D plane.

This code will detect all the regions, and for each region, it will report the relationship of this region with respect to all the circles (region is inside or outside of the circle).