Longest substrings without repeating characters: Difference between revisions

Content added Content deleted
(Created page with "{{Draft task}} ;Task:Given a string s, find the length of the '''longest substring''' without repeating characters. <br><br> =={{header|Ring}}== <lang ring> see "working.....")
 
No edit summary
Line 1: Line 1:
{{Draft task}}
{{Draft task}}


;Task:Given a string s, find the length of the '''longest substring''' without repeating characters.
;Task:Given a string find the '''longest substring''' without repeating characters.


<br><br>


=={{header|Ring}}==
=={{header|Ring}}==