String based Competitive Programming Questions for Java , Kotlin and C++
I am sharing question that has been asked in companies like Google, Amazon , Microsoft , Facebook and may other companies. These question are based on only one topic that is "String" . So if you master these questions then I think you are ready for any string problem for competitive programming , interview questions etc.
Find the Questions Based on Strings :
1)Naive Pattern Search
2)Pattern Search
3)Binary String
4)Implement strstr
5)Anagram
6)Check if string is rotated by two places
7)Check if strings are rotations of each other or not
8)Isomorphic Strings
9)Check if a string is Isogram or not
10)Keypad typing
11)Repeating Character - First Appearance Leftmost
12)Non Repeating Character
13)Maximum Occuring Character
14)Remove common characters and concatenate
15)Reverse words in a given string
16)Sum of numbers in string
17)Pangram Checking
18)Minimum indexed character
19)Smallest window in a string containing all the characters of another string
20)Nth number made of prime digits
21)Check if a String is Subsequence of Other
22)Pattern Search KMP
23)Rabin Karp - Pattern Searching
24)Lexicographic Rank Of A String
25)Case-specific Sorting of Strings
26)The Modified String
These are not just questions these concepts to build the thought process for solving problems on Strings.
No comments:
Post a Comment