A website domain like “discuss.leetcode.com” consists of various subdomains. At the top level, we have “com”, at the next level, we have “leetcode.com”, and at the lowest level, “discuss.leetcode.com”. When we visit a domain like “discuss.leetcode.com”, we will also visit the parent domains “leetcode.com” and “com” implicitly.
Oct 26th:
1, 2,
3. Longest Substring Without Repeating Characters, use a left
variable to denote the start
5. Longest Palindromic Substring