Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 240 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 240 Bytes

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