Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
simple recursive lambda solution in Creative category for Garland by roman.bratishchev
illuminate_all=__iall=lambda lights, p_is=-1: 1+__iall(lights,max(i+s for i,s in enumerate(lights) if i-s<=p_is+1)) if p_is
Nov. 14, 2024