Skip to content

Python code for identify intersecting regions formed by n circles on 2D plane.

Notifications You must be signed in to change notification settings

DDDOH/2D-Circle-Region-Identifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Python code for identify intersecting regions formed by n circles on 2D plane.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages