Tel No. (+91) 7015535114

For Matrix

Level 1


Question 1

Reverse a String

Try YourSelf

View Solution

Video Solution

Question 2

Check whether a String is Palindrome or not

Try YourSelf

View Solution

Video Solution

Question 3

Find Duplicate characters in a string

Try YourSelf

View Solution

Video Solution

Question 4

Write a Code to check whether one string is a rotation of another

Try YourSelf

View Solution

Video Solution

Level 2


Question 1

Write a Program to check whether a string is a valid shuffle of two strings or not

Try YourSelf

View Solution

Video Solution

Question 2

Count and Say problem

Try YourSelf

View Solution

Video Solution

Question 3

Write a program to find the longest Palindrome in a string.[ Longest palindromic Substring]

Try YourSelf

View Solution

Video Solution

Question 4

Find Longest Recurring Subsequence in String

Try YourSelf

View Solution

Video Solution

Level 3


Question 1

Print all Subsequences of a string.

Try YourSelf

View Solution

Video Solution

Question 2

Print all the permutations of the given string

Try YourSelf

View Solution

Video Solution

Question 3

Split the Binary string into two substring with equal 0’s and 1’s

Try YourSelf

View Solution

Video Solution

Question 4

Word Wrap Problem [VERY IMP].

Try YourSelf

View Solution

Video Solution

Level 4


Question 1

EDIT Distance [Very Imp]

Try YourSelf

View Solution

Video Solution

Question 2

Find next greater number with same set of digits. [Very Very IMP]

Try YourSelf

View Solution

Video Solution

Question 3

Balanced Parenthesis problem.[Imp]

Try YourSelf

View Solution

Video Solution

Question 4

Word break Problem[ Very Imp]

Try YourSelf

View Solution

Video Solution

Level 5


Question 1

Rabin Karp Algo

Try YourSelf

View Solution

Video Solution

Question 3

Convert a Sentence into its equivalent mobile numeric keypad sequence

Try YourSelf

View Solution

Video Solution

Question 4

Minimum number of bracket reversals needed to make an expression balanced.

Try YourSelf

View Solution

Video Solution

Level 6


Question 1

Count All Palindromic Subsequence in a given String.

Try YourSelf

View Solution

Video Solution

Question 2

Count of number of given string in 2D character array

Try YourSelf

View Solution

Video Solution

Question 3

Search a Word in a 2D Grid of characters.

Try YourSelf

View Solution

Video Solution

Question 4

Boyer Moore Algorithm for Pattern Searching.

Try YourSelf

View Solution

Video Solution

Level 7


Question 1

Converting Roman Numerals to Decimal

Try YourSelf

View Solution

Video Solution

Question 2

Longest Common Prefix

Try YourSelf

View Solution

Video Solution

Question 3

Number of flips to make binary string alternate

Try YourSelf

View Solution

Video Solution

Question 4

Find the first repeated word in string.

Try YourSelf

View Solution

Video Solution

Level 8


Question 1

Minimum number of swaps for bracket balancing.

Try YourSelf

View Solution

Video Solution

Question 2

Find the longest common subsequence between two strings.

Try YourSelf

View Solution

Video Solution

Question 3

Program to generate all possible valid IP addresses from given string.

Try YourSelf

View Solution

Video Solution

Question 4

Write a program tofind the smallest window that contains all characters of string itself.

Try YourSelf

View Solution

Video Solution

Level 9


Question 1

Rearrange characters in a string such that no two adjacent are same

Try YourSelf

View Solution

Video Solution

Question 2

Minimum characters to be added at front to make string palindrome

Try YourSelf

View Solution

Video Solution

Question 3

Given a sequence of words, print all anagrams together

Try YourSelf

View Solution

Video Solution

Question 4

Find the smallest window in a string containing all characters of another string

Try YourSelf

View Solution

Video Solution

Level 10


Question 1

Recursively remove all adjacent duplicates

Try YourSelf

View Solution

Video Solution

Question 2

String matching where one string contains wildcard characters

Try YourSelf

View Solution

Video Solution

Question 3

Function to find Number of customers who could not get a computer

Try YourSelf

View Solution

Video Solution

Question 4

Transform One String to Another using Minimum Number of Given Operation

Try YourSelf

View Solution

Video Solution

Level 11


Question 1

Check if two given strings are isomorphic to each other

Try YourSelf

View Solution

Video Solution

Question 2

Recursively print all sentences that can be formed from list of word lists

Try YourSelf

View Solution

Video Solution