Minimum Window Substring at Google
Hard46.9% acceptance
This problem has 37.5% frequency at Google.
Problem Description
Given two strings `s` and `t` of lengths `m` and `n` respectively, return _the**minimum window**_ **_substring_** _of_`s` _such that every character in_`t` _(**including duplicates**) is included in the window_. If there is no such substring, return _the empty string_`""`. The testcases will be gen...
Read full problem and hintsTopics
Also asked at 33 companies
More Google Questions
Two SumEasyLongest Substring Without Repeating CharactersMediumLongest Common PrefixEasyLongest Consecutive SequenceMediumMerge Strings AlternatelyEasy
View all Google questions