Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
320 stars 475 forks source link

Smallest window in a string containing all characters of another string . #197

Open puneetkaur2929 opened 3 years ago

puneetkaur2929 commented 3 years ago

Problem statement Given two strings, S1 and S2, the task is to find the smallest substring in S1 containing all characters of S2 efficiently. Example: Given: S1="letsgrowmore" S2="srw" Output= "sgrow"

Hey @Ayush7614 @Amit366 I would like to solve this issue using Sliding window Technique.

Language : I am interested to work in C++.

please assign this issue to me under LGM-SOC 21.

kamleshjoshi8102 commented 3 years ago

@Ayush7614 @Amit366 Can I Do this in Java Under LGMSOC ?