Sliding Window

Non-Repeat Substring

Given a string, find the longest substring with no repeating characters.

1 / 14

a
a
b
c
c
b
b
Max size: 1