Drill Queue

Longest Substring Without Repeating Characters

Challenge #7

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

Description

Find longest unique-char substring.


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