Total circles area: Difference between revisions

Content deleted Content added
+ idea attribution
+ comment efficiency in Python entry
Line 42:
 
=={{header|Python}}==
This implements a regular grid sampling. For this problems this is more efficient than a Montecarlo sampling.
<lang python>from collections import namedtuple