3. Longest Substring Without Repeating Characters 2019-12-08 LeetCode We can solve this problem with dynamic programming or sliding window.