Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created Minimum _Window _Substring.cpp #873

Merged
merged 1 commit into from
Oct 23, 2022

Conversation

dhruv99bhargav
Copy link
Contributor

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 "".

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 "".
@SAMYAK99 SAMYAK99 merged commit 0523cfb into SAMYAK99:main Oct 23, 2022
@SAMYAK99 SAMYAK99 added hacktoberfest Issues for Hactoberfest 2021 hacktoberfest-accepted Hacktober accepted PR accepted Accepted PR labels Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted PR hacktoberfest Issues for Hactoberfest 2021 hacktoberfest-accepted Hacktober accepted PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants