Longest substrings without repeating characters: Difference between revisions

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

edits