Longest substrings without repeating characters: Difference between revisions

Content added Content deleted
Line 618: Line 618:
mda_add(0) = mid(t, beg, max)
mda_add(0) = mid(t, beg, max)
next
next
print : print ," The string: """;t;""""
print @"\n The string: \"";t;@"\"\n Substring/s: ";
print ,"Substring/s: ";
for c = 0 to mda_count(0) -1
for c = 0 to mda_count(0) -1
print """";mda(c);""" ";
print @"\"";mda(c);@"\" ";
next
next
print
print