Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Speedy category for Rotate Hole by VickZVD
rotate = lambda a,b:[i for i in range(len(a)) if all([ a[(j - i)] for j in b])]
March 31, 2015
Comments: