πΉππ‘π‘π βπ πππππ‘ βπππππππ€π₯... β
π² Problem set LeetCode [Interview] Pattern Wise String related problems :
String Patternwise Problems:
Here I have divided string problem in different category if you like please upvote . Also suggestions are accepted
Parenthesis problem: β
- 1.https://leetcode.com/problems/generate-parentheses
- 2.https://leetcode.com/problems/score-of-parentheses
- 3.https://leetcode.com/problems/valid-parentheses
- 4.https://leetcode.com/problems/valid-parentheses Easy
- 5.https://leetcode.com/problems/remove-outermost-parentheses Easy
- 6.https://leetcode.com/problems/different-ways-to-add-parentheses/ Medium
- 7.https://leetcode.com/problems/remove-invalid-parentheses Hard
- 8.https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses Medium
- 9.https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses Easy
Counting of substring based on some condition:- β
- 1.https://leetcode.com/problems/number-of-wonderful-substrings Medium
- 2.https://leetcode.com/problems/sum-of-beauty-of-all-substrings/ Medium
- 3.https://leetcode.com/problems/maximum-number-of-occurrences-of-a-substring Medium
- 4.https://leetcode.com/problems/number-of-wonderful-substrings Medium
Check types of string:- β
- 1.https://leetcode.com/problems/isomorphic-strings Easy
- 2.https://leetcode.com/problems/valid-anagram Easy
- 3.https://leetcode.com/problems/additive-number Medium
- 4.https://leetcode.com/problems/buddy-strings Easy
- 5.https://leetcode.com/problems/longest-happy-prefix Hard
- 6.https://leetcode.com/problems/increasing-decreasing-string Easy
- 7.https://leetcode.com/problems/check-if-a-string-can-break-another-string Medium
- 8.https://leetcode.com/problems/determine-if-two-strings-are-close Medium
- 9.https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent Easy
- 10.https://leetcode.com/problems/check-if-word-equals-summation-of-two-words Easy
- 11.https://leetcode.com/problems/check-if-one-string-swap-can-make-strings-equal Easy
Palindromic string: β
- 1.https://leetcode.com/problems/palindrome-partitioning Medium
- 2.https://leetcode.com/problems/palindrome-partitioning-ii Hard
- 3.https://leetcode.com/problems/valid-palindrome Easy
- 4.https://leetcode.com/problems/shortest-palindrome Hard
- 5.https://leetcode.com/problems/palindrome-pairs Hard
- 6.https://leetcode.com/problems/longest-palindrome Easy
- 7.https://leetcode.com/problems/longest-palindromic-subsequence Medium
- 8.https://leetcode.com/problems/find-the-closest-palindrome Hard
- 9.https://leetcode.com/problems/palindromic-substrings Medium
- 10.https://leetcode.com/problems/valid-palindrome-ii Easy
- 11.https://leetcode.com/problems/longest-chunked-palindrome-decomposition Hard
- 12.https://leetcode.com/problems/break-a-palindrome Medium
- 13.https://leetcode.com/problems/can-make-palindrome-from-substring Medium
- 14.https://leetcode.com/problems/palindrome-partitioning-iii Hard
- 15.https://leetcode.com/problems/minimum-insertion-steps-to-make-a-string-palindrome Hard
- 16.https://leetcode.com/problems/remove-palindromic-subsequences Easy
- 16.https://leetcode.com/problems/construct-k-palindrome-strings Medium
- 17.https://leetcode.com/problems/split-two-strings-to-make-palindrome Medium
Sorting on String:- β
1.https://leetcode.com/problems/sort-characters-by-frequency Medium 2.https://leetcode.com/problems/custom-sort-string
Longest and shortest kind of String Problem :- β
https://leetcode.com/problems/longest-duplicate-substring Hard 2.https://leetcode.com/problems/longest-string-chain Medium 3.https://leetcode.com/problems/longest-common-subsequence Medium 4.https://leetcode.com/problems/longest-happy-string Medium 5.https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters Medium 6.https://leetcode.com/problems/find-longest-awesome-substring Hard 7.https://leetcode.com/problems/largest-substring-between-two-equal-characters Easy 8.https://leetcode.com/problems/largest-odd-number-in-string Easy Please give suggestions if you want to make any.
How To Master Leetcode β
π LeetCode Interview:
π₯ String Related Problems
π₯ Array: [Solve this 10 problems]
π₯ LinkedList: [Solve this 4 problems]
π΄ββοΈ Target -01 β
Β©οΈ Math with C, π Intro to C++, π’ Data Structure -II
β Basic Data Structures and Problem Solving Part-II
π 02-Basic Data Structure-C++
β»οΈ week-1-[C++_Introduction]
β»οΈ week-4-[Linked_List]
β»οΈ week-6-[Stack_&&_Queue]
πππππ Basic Data Structure C++
π Folder name :
ππ₯ week-2-C++
2001-arrayOfSum
2002-stringOperation
ππ₯ week-2-C++
ππ₯ week-3-C++
- 01-Merge-sort.cpp
- 02-Merge-sort.js
- 03-merge-sort-of-two-array
- 04-simple-merge
- 05-solved-5
- 10-Quick-sort
- 11-Quick-sort-takes-user-input
- 12-Quick-sort-non-increasing-order
π₯ππΆπ»πΈπ²π± ππΆππ π₯
01-structure-of-linked-list.cpp
02-insert-in-head-linked-list.cpp
03-traverse-linked-list.cpp
04-searching-in-linked-list.cpp
05-searching-all-possible-occurrence-linked-list.cpp
ππ₯ week-4-C++
π₯ππΆπ»πΈπ²π± ππΆππ [single linked list] π₯
06-linkedList-length.cpp
07-orderOf-1-length.cpp
08-insert-at-any-index.cpp
09-delete-at-head.cpp
10-delete-at-any-node.cpp
11-insert-after-a-value.cpp
12-reverse-print.cpp
14-structure.cpp
15-insertion-at-head.cpp
16-insertion-at-any-index.cpp
17-deletion.cpp
18-reverse.cpp