ankitapuri / DSA-guide

Trying to cover important DSA
MIT License
49 stars 114 forks source link

Arrays-Sliding window median #285

Open pri1311 opened 3 years ago

pri1311 commented 3 years ago

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

Describe the solution you'd like

Describe alternatives you've considered

Additional context

pri1311 commented 3 years ago

Please assign this to me under crosswoc in C++

Akash20x commented 3 years ago

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

pri1311 commented 3 years ago

Can we work on multiple languages at once?

Akash20x commented 3 years ago

Please assign me this issue

abhinav5481 commented 3 years ago

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

ankitapuri commented 3 years ago

Can we work on multiple languages at once?

no

ankitapuri commented 3 years ago

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

You can work on it

ankitapuri commented 3 years ago

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 commented 3 years ago

Yes I can work in Js as well

abhinav5481 commented 3 years ago

@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

kushalsng commented 1 year ago

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