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

Maximum in each window of size K #2081

Open
puneetkaur2929 opened this issue Jun 2, 2021 · 4 comments
Open

Maximum in each window of size K #2081

puneetkaur2929 opened this issue Jun 2, 2021 · 4 comments

Comments

@puneetkaur2929
Copy link

Maximum in each window of size K

Problem statement
find the maximum for each and every contiguous subarray of size k
Example
Given : Array a[]={1, 2, 3, 1, 4, 5, 2, 3, 6} & K (i.e. Window Size)=3
Output= 3 3 4 5 5 5 6.

Hey @plazzy99 I would like to solve this issue using sliding window technique + Deque.

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

please assign this issue to me.

@github-actions
Copy link

github-actions bot commented Jun 2, 2021

Hi 😄, @puneetkaur2929 Thanks for creating issue at AlgoTree, do read and follow the Code of Conduct and the Contribution Guidelines while contributing. Refer to PR's which has been merged earlier in AlgoTree Click Here Like, How many File they have changed?, Which type of files need to be change? and many more.

@github-actions
Copy link

github-actions bot commented Jun 2, 2021

Hi 😄, thanks for creating issue at AlgoTree, do read and follow the Code of Conduct and the Contribution Guidelines while contributing.

@vatsalkesarwani12
Copy link
Member

Contribution time has ended 😄

@SunilKumar-K
Copy link

can I know Issue is resolved or not @vatsalkesarwani12 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants