DSA-guide icon indicating copy to clipboard operation
DSA-guide copied to clipboard

Arrays-Sliding window median

Open pri1311 opened this issue 3 years ago • 11 comments

Is your feature request related to a problem? Please describe. https://leetcode.com/problems/sliding-window-median/ Median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value. So the median is the mean of the two middle value. Difficulty: hard

  • A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

  • A clear and concise description of what you want to happen.

Describe alternatives you've considered

  • A clear and concise description of any alternative solutions or features you've considered.

Additional context

  • Add any other context or screenshots about the feature request here.

pri1311 avatar Mar 16 '21 14:03 pri1311

Please assign this to me under crosswoc in C++

pri1311 avatar Mar 16 '21 14:03 pri1311

I want to solve this in python Please assign me this issue as a part of Cross Woc

Akash20x avatar Mar 20 '21 08:03 Akash20x

Can we work on multiple languages at once?

pri1311 avatar Mar 20 '21 08:03 pri1311

Please assign me this issue

Akash20x avatar Mar 21 '21 08:03 Akash20x

Hi @ankitapuri I would like to solve it in Java or Python or C++. Please assign it to me in any one of the languages

abhinav5481 avatar Mar 21 '21 18:03 abhinav5481

Can we work on multiple languages at once?

no

ankitapuri avatar Mar 22 '21 16:03 ankitapuri

I want to solve this in python Please assign me this issue as a part of Cross Woc

You can work on it

ankitapuri avatar Mar 22 '21 16:03 ankitapuri

Hi @ankitapuri I would like to solve it in Java or Python or C++. Please assign it to me in any one of the languages

@abhinav5481 , u can work in C or JS

ankitapuri avatar Mar 22 '21 16:03 ankitapuri

Yes I can work in Js as well

abhinav5481 avatar Mar 22 '21 17:03 abhinav5481

@ankitapuri I would like to solve it JS. Please assign it to me.

Hi @ankitapuri I would like to solve it in Java or Python or C++. Please assign it to me in any one of the languages

@abhinav5481 , u can work in C or JS

abhinav5481 avatar Mar 23 '21 10:03 abhinav5481

Hello @ankitapuri I would like to work on this in JavaScript

kushalsng avatar Sep 18 '22 12:09 kushalsng