Total circles area: Difference between revisions

+ comment efficiency in Python entry
(+ 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