Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Rings, links, bits and sets... solution in Creative category for Break Rings by veky
break_rings = lambda rings: min(len(set.union(*bits)) for bits in __import__
("itertools").product(*([link - {w} for w in link] for link in rings)))
Dec. 31, 2014
Comments: