Longest substrings without repeating characters: Difference between revisions

Line 616:
if rpt - beg < max then continue
if rpt - beg > max then max = rpt - beg : mda_clear
mda_add(0) = mid(t, beg, rpt - begmax)
next
print : print ," The string: """;t;""""
68

edits