Thanks for solving questions everyday. Helps a lot.
@AyushiSharmaDSA2 жыл бұрын
Welcome Dhivakar, glad they are helpful 😄
@raysdev10 ай бұрын
quick select has an avg TC of linear. it's worst case is quadratic. there are techniques to choose the most optimal pivot to skew it towards linear though.
@gsampath80172 жыл бұрын
thanks for uploading in time 😅
@Vishal_84_k2 жыл бұрын
So nit & clean explaination..😊😊
@AyushiSharmaDSA2 жыл бұрын
Thanks Vishal :)
@rishav1442 жыл бұрын
very crisp and nicely explained
@AyushiSharmaDSA2 жыл бұрын
Thanks Rishav 🤗
@souravroychowdhury65255 ай бұрын
another great explanation ! loved it .. thanks !
@AyushiSharmaDSA5 ай бұрын
thank you, glad you liked it :)
@aman_kumar02082 жыл бұрын
Thanks di I solved this problm but watching to see another approach
@AyushiSharmaDSA2 жыл бұрын
Thanks Aman :)
@ak47_ff682 жыл бұрын
U don't know me but i know you and I just say i love u 😊💖 lots of love from my side keep growing ✨
@AyushiSharmaDSA2 жыл бұрын
Thank you so much, love and gratitude 😊
@undefined_exception_0 Жыл бұрын
Why aren't we using max heap? Time Complexity of using max heap would be O(N + KlogN) which is better than O(NlogK) of min heap. Please answer ma'am.
@sandeepdeepu50522 жыл бұрын
Nice and clean explanation. If possible try to add some tips in every video like u said in this video "whenever we see largest,top.. We use min heap for optimal ans" . These kind of patterns will help for everyone ayushi mam😊
@lokesh2003 Жыл бұрын
hi could you make a video about your preparation to solve these problems like reading concept or Approach and how much time you take to solve?
@reenayadav84682 жыл бұрын
While explaining the approach please write pseudo code. it's helps alot ..
@AyushiSharmaDSA2 жыл бұрын
Sure :)
@Luke-1o12 жыл бұрын
Kya 11th aur 12th ki maths zaruri Konse topics zyada focus karna chahiye i m really tensed plz reply
@Jugal2142 жыл бұрын
Nice job my lady
@priyanshusingh1002 жыл бұрын
Ma'am please make video on space complexity ..
@AyushiSharmaDSA2 жыл бұрын
Sure :)
@johnhammond36052 жыл бұрын
Any plan to do rat in a maze question of backtracking..?
@PavanKumar262 жыл бұрын
Awesome, which software you use for making notes?
@AyushiSharmaDSA2 жыл бұрын
Microsoft whiteboard
@Electrocode_gk Жыл бұрын
hi can you pls send code for javascript same dsa min heap
@chiragbansal81292 жыл бұрын
Do you use a writing paid / ipad ? If yes , could you please mention the device
@AyushiSharmaDSA2 жыл бұрын
Hi, I do not use any writing pad, I use external mouse only :)
@chiragbansal81292 жыл бұрын
@@AyushiSharmaDSA 0_0 , that's incredible ma'am . I have tried making notes that way to save them in pdf form only , but it seems I am too bad at it . Anyway , thanks for your reply ! All the best for YT !
@dailydoseofcode2 жыл бұрын
would you like to share your leet code solved problem list it will help a lot
@akashyadav32112 жыл бұрын
isn't it O(nlogn)?....and question says it should be done in O(n).
@gaurimandot57882 жыл бұрын
It's actually of O(n logk) but now question has made an obligation to solve in O(n) time complexity.
@akashyadav32112 жыл бұрын
I am taking worst case scenario (O(nlogn)) where the kth elements is equal to the size of array. 🙂
@pycharm_boy43442 жыл бұрын
Can we do this problem in O(n) time complexity?
@gauravkungwani2 жыл бұрын
yes! by using quick sort which on average takes O(n) time.
@pycharm_boy43442 жыл бұрын
@@gauravkungwani but using quick sort technique the worst case time complexity is O(n2).
@anubhavsaha62252 жыл бұрын
what if the array contains duplicate elements(eg - 9,3,6,2,9)?
@dhruvshah79522 жыл бұрын
good question I had the same thought, I think since we are only inserting elements strictlly > than the minimum, it should be fine. The duplicates will never be inserted into the heap and the answer will stay the same regardless.
@satwikanandchauhan2 жыл бұрын
Where should I start if I don't know about DSA ? I know only pl like java and CPP.. suggest me any platform which helps me to gain this skills.
@udaykiran24012 жыл бұрын
Udemy
@bhupendersingh26042 жыл бұрын
@@udaykiran2401 start doing questions on leetcode
@ankurdahiya13542 жыл бұрын
Thx didi
@AyushiSharmaDSA2 жыл бұрын
Welcome Ankur:)
@chinmay-thinks2 жыл бұрын
if possible use time stamp it helps a lot.
@AyushiSharmaDSA2 жыл бұрын
Sure Chinmay, added ✅
@chinmay-thinks2 жыл бұрын
@@AyushiSharmaDSA really thankful
@amitranjan21802 жыл бұрын
Thanks a lot❤🩹
@AyushiSharmaDSA2 жыл бұрын
Welcome :)
@aniltadikamalla42362 жыл бұрын
Ayushi 🫶🏻🫶🏻🫶🏻 please plan for meet up in Bangalore
@AyushiSharmaDSA2 жыл бұрын
Sure Anil, will definitely plan :)
@dailydoseofcode2 жыл бұрын
would you like to share your leet code solved problem list it will help a lot