Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Long Repeat - Speedy solution in Speedy category for Long Repeat by Ledorub
long_repeat = lambda line: len(max(__import__("re").findall(r"{}+".format("+|".join(list(set(line)))), line), key=len)) if line else 0
Aug. 13, 2017
Comments: