Skip to content

Latest commit

 

History

History

challenge-17

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Longest Substring Without Repeating Characters

This problem was asked by Microsoft.

Description

Given a string, find the length of the longest substring without repeating characters.

Example

"abrkaabcdefghijjxxx" => 10