1509. Minimum Difference Between Largest and Smallest Value in Three Moves | Heap | Sorting | Greedy

Поділитися
Вставка
  • Опубліковано 26 сер 2024
  • In this video, I'll talk about how to solve Leetcode 1509. Minimum Difference Between Largest and Smallest Value in Three Moves | Sorting | Greedy
    Let's Connect:
    📱Discord (Join Community) : / discord
    📝Linkedin: / aryan-mittal-0077
    📸 Instagram: / codewitharyanbhai
    💻 Twitter - / aryan_mittal007
    🤖 Github: github.com/ary...
    About Me:
    I am Aryan Mittal - A Software Engineer in Goldman Sachs, Speaker, Creator & Educator. During my free time, I create programming education content on this channel & also how to use that to grow :)
    ✨ Hashtags ✨
    #programming #Interviews #leetcode #faang #maang #datastructures #algorithms

КОМЕНТАРІ • 29

  • @purushottamnitwarangal9263
    @purushottamnitwarangal9263 Місяць тому +2

    I think there is better approach without using any higher order data structure as below :
    int minDifference(vector& nums) {
    sort(nums.begin(),nums.end());
    int n=nums.size();
    int ans=INT_MAX;
    if(n

  • @brp3522
    @brp3522 Місяць тому +7

    9:23 *Holiday bgm playinh*

  • @user-rk9pk9dm4z
    @user-rk9pk9dm4z Місяць тому +1

    Your Teaching Style is Awesome!!!
    In love with data structures...
    & appreciate your consistency of uploading daily videos.
    Keep Going Bruh..
    Well wishes.....

  • @varunjain3947
    @varunjain3947 Місяць тому

    Thankyou bro i couldn't understand this question earlier but you really make it so simple

  • @cenacr007
    @cenacr007 Місяць тому

    Keep up the good work, your daily videos motivate e to do leetcode daily

  • @qwerty_ra_ungamma
    @qwerty_ra_ungamma Місяць тому +6

    Bro, Improve the Audio quality🙂🙂

    • @ARYANMITTAL
      @ARYANMITTAL  Місяць тому +3

      Yaa it is pretty bad this time, i'll surely correct it ❤

  • @naveroo11
    @naveroo11 Місяць тому

    class Solution {
    public:
    int minDifference(vector& nums) {
    int n = nums.size();
    if(n

  • @italk-gj5kk
    @italk-gj5kk Місяць тому

    salute to your efforts for providing an optimised code as well...

  • @sanketbhagat1222
    @sanketbhagat1222 Місяць тому

    Thanks for providing quality content.

  • @kaustubhpathak5012
    @kaustubhpathak5012 Місяць тому

    best explanation so far

  • @bhamidipatisatwik1165
    @bhamidipatisatwik1165 Місяць тому

    just want to know the difference in time and space complexity between nth element and partial_sort approach in c++ vs this approach afaik nth element in c++ uses partition method of quick sort so i think time complexity is same as this and what about space complexity

  • @manishprasad8736
    @manishprasad8736 Місяць тому

    Thank you bhai!!
    Great explanation!!

  • @santhosh7042
    @santhosh7042 Місяць тому

    bhaiya please explain the binary search approach

  • @hardikpatel352
    @hardikpatel352 Місяць тому

    Thanks a lot

  • @user-fl5sw8op1g
    @user-fl5sw8op1g Місяць тому

    its crazy i was looking for this only

  • @asthajain2511
    @asthajain2511 Місяць тому

    Your efforts sir😇

  • @vickyroy3595
    @vickyroy3595 Місяць тому +1

    Aryan Missing Goldman sachs Tee!!😂❤

  • @abytespaceneeded
    @abytespaceneeded Місяць тому

    💝💝💝💝

  • @ayaaniqbal3531
    @ayaaniqbal3531 Місяць тому +1

    bro can we also do the above problem in O(N) Time Complexity ?

    • @6mahine_mein_google
      @6mahine_mein_google Місяць тому

      heap approach is in O(N) time

    • @ayaaniqbal3531
      @ayaaniqbal3531 Місяць тому

      @@6mahine_mein_google i don't think so because a single element take logN and N element will take NlogN

    • @6mahine_mein_google
      @6mahine_mein_google Місяць тому +2

      @@ayaaniqbal3531 here logN factor comes in because of the size of the heap but heap size is never more than 4 which means TC is Nlog4 , u can omit log4 as its a constant , thats why TC is O(N)

    • @ayaaniqbal3531
      @ayaaniqbal3531 Місяць тому

      @@6mahine_mein_google but bro that is space complexity and I am talking about Time complexity because to get that four element we have to go to each aray element and thus NlogN

  • @AdityaDhage-1603
    @AdityaDhage-1603 Місяць тому +2

    1st Comment

  • @worldofgaming748
    @worldofgaming748 Місяць тому +1

    itni garmi mein ye kya phn rakah hai