Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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