Minimum Window Substring at Airbnb
Hard46.9% acceptance
This problem has 75.0% frequency at Airbnb.
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 Airbnb Questions
Text JustificationHardPalindrome PairsHardTwo SumEasyRegular Expression MatchingHardValid ParenthesesEasy
View all Airbnb questions