Longest Substring Without Repeating Characters at Microsoft
Medium38.5% acceptance
This problem has 75.0% frequency at Microsoft.
Problem Description
Given a string `s`, find the length of the **longest** **substring** without duplicate characters.
Read full problem and hintsTopics
Also asked at 111 companies
More Microsoft Questions
Two SumEasyLRU CacheMediumLongest Palindromic SubstringMediumRoman to IntegerEasyLongest Common PrefixEasy
View all Microsoft questions