Longest Substring Without Repeating Characters at Netskope
Medium38.5% acceptance
This problem has 100.0% frequency at Netskope.
Problem Description
Given a string `s`, find the length of the **longest** **substring** without duplicate characters.
Read full problem and hints