Pattern Matching
You are given a pattern in the form of a string and a collection of words. Your task is to determine if the pattern string and the collection of words have the same order.
Note :
The strings are non-empty.
The strings only contain lowercase English letters.
Input Format :
The first line of input contains a single integer T, representing the number of test cases or queries to be run. Then the T test cases follow.
The first line of each test case contains the string pattern and an integer N, denoting the number of words in the collection.
The second line of each test case contains N-words.
Output Format :
For each test case print in a new line, “True” if the strings in the words array follow the same order as the order of the characters in the pattern string. Otherwise, print “False”.
Note :
You do not need to print anything, it has already been taken care of. Just implement the given function.
Output for each test case will be printed in a separate line.
Constraints :
1 <= T <= 100
1 <= |pattern| <= 5000,
1 <= N <= 5000
1 <= X <= 6
Time Limit: 1sec
CodingNinjas
author
2y
Using Hashing
The approach is to use hashing. We can maintain two HashMaps. One HashMap can be used to know which character corresponds to which word. The other HashMap can be used to know whether a pa...read more
CodingNinjas
author
2y
Using single HashMap
The approach is to use a single HashMap. This HashMap can be used to store the index of the first occurrence of each character in the pattern and the index of the first occurrence ...read more
Help your peers!
Add answer anonymously...
Top Cisco Software Engineer interview questions & answers
Popular interview questions of Software Engineer
Top HR questions asked in Cisco Software Engineer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app