Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner: len, set, go! solution in Creative category for Rectangles Union by przemyslaw.daniel
rectangles_union=lambda r:len({(x,y)for a,b,c,d in r for x in range(a,c)for y in range(b,d)})
Oct. 21, 2018
Comments: