0% found this document useful (0 votes)
5 views2 pages

Leetcode Substring Problems

The document lists various LeetCode substring problems categorized by difficulty levels: Beginner, Intermediate, and Advanced. Each problem includes its title and a link for access. Additionally, it highlights the most common problems encountered in interviews.

Uploaded by

amanrj248
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

Leetcode Substring Problems

The document lists various LeetCode substring problems categorized by difficulty levels: Beginner, Intermediate, and Advanced. Each problem includes its title and a link for access. Additionally, it highlights the most common problems encountered in interviews.

Uploaded by

amanrj248
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

LeetCode Substring Problems

Beginner Level:

1. 392. Is Subsequence: https://leetcode.com/problems/is-subsequence/

2. 344. Reverse String: https://leetcode.com/problems/reverse-string/

3. 151. Reverse Words in a String: https://leetcode.com/problems/reverse-words-in-a-string/

4. 696. Count Binary Substrings: https://leetcode.com/problems/count-binary-substrings/

Intermediate Level:

5. 647. Palindromic Substrings: https://leetcode.com/problems/palindromic-substrings/

6. 5. Longest Palindromic Substring: https://leetcode.com/problems/longest-palindromic-substring/

7. 3. Longest Substring Without Repeating Characters:

https://leetcode.com/problems/longest-substring-without-repeating-characters/

8. 76. Minimum Window Substring: https://leetcode.com/problems/minimum-window-substring/

9. 30. Substring with Concatenation of All Words:

https://leetcode.com/problems/substring-with-concatenation-of-all-words/

10. 567. Permutation in String: https://leetcode.com/problems/permutation-in-string/

11. 159. Longest Substring with At Most Two Distinct Characters:

https://leetcode.com/problems/longest-substring-with-at-most-two-distinct-characters/

12. 209. Minimum Size Subarray Sum: https://leetcode.com/problems/minimum-size-subarray-sum/

Advanced Level:
13. 727. Minimum Window Subsequence:

https://leetcode.com/problems/minimum-window-subsequence/

14. 1156. Swap For Longest Repeated Character Substring:

https://leetcode.com/problems/swap-for-longest-repeated-character-substring/

15. 131. Palindrome Partitioning: https://leetcode.com/problems/palindrome-partitioning/

16. 1143. Longest Common Subsequence:

https://leetcode.com/problems/longest-common-subsequence/

17. 30. Substring with Concatenation of All Words:

https://leetcode.com/problems/substring-with-concatenation-of-all-words/

18. 727. Minimum Window Subsequence:

https://leetcode.com/problems/minimum-window-subsequence/

19. 214. Shortest Palindrome: https://leetcode.com/problems/shortest-palindrome/

20. 32. Longest Valid Parentheses: https://leetcode.com/problems/longest-valid-parentheses/

Most Common in Interviews:

1. 3. Longest Substring Without Repeating Characters:

https://leetcode.com/problems/longest-substring-without-repeating-characters/

2. 76. Minimum Window Substring: https://leetcode.com/problems/minimum-window-substring/

3. 5. Longest Palindromic Substring: https://leetcode.com/problems/longest-palindromic-substring/

4. 567. Permutation in String: https://leetcode.com/problems/permutation-in-string/

5. 131. Palindrome Partitioning: https://leetcode.com/problems/palindrome-partitioning/

6. 647. Palindromic Substrings: https://leetcode.com/problems/palindromic-substrings/

You might also like