Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
max len of dict solution in Creative category for Long Repeat by veky
long_repeat=lambda l:len(l)and max(map(len,dict(__import__('re').findall(r'((.)\2*)',l))))
Aug. 14, 2017
Comments: