Given a sentence and a dictionary(array of sentence) find out the word from dictionary which is min in length among all words which can be formed by using subsequence of main sentence.
solution.cpp
Loading...
Run code to see test results
00:00 / 69:42
Shortest Subsequence IIT BHU
MediumMed•108 views
Given a sentence and a dictionary(array of sentence) find out the word from dictionary which is min in length among all words which can be formed by using subsequence of main sentence.