Longest substrings without repeating characters: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added "when long enough" remark)
m (added related tasks.)
Line 3: Line 3:
;Task:
;Task:
Given a string,   find the   '''longest substring'''   without any repeating characters.
Given a string,   find the   '''longest substring'''   without any repeating characters.


{{Template:Strings}}
<br><br>
<br><br>