179. Largest Number | sorting | string | Leetcode Daily Challenge | DSA | Java | hindi

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

Комментарии • 16

  • @shashwat_tiwari_st
    @shashwat_tiwari_st  День назад +9

    like target for this video is 120. Please do like if you have understood the explanation as well as the code😊😊

  • @kritikumari727
    @kritikumari727 День назад +1

    Very helpful way of understanding

  • @sushantsingh7924
    @sushantsingh7924 День назад +1

    Great explanation bhaiya

  • @rohanshenoy9464
    @rohanshenoy9464 День назад +1

    very nice explanation..thank u 🙌🙌

  • @Bhalu-kl7sq
    @Bhalu-kl7sq День назад

    other just gives the solution to the specific question but you always tell some extra things such that we can solve similar questions in future thanks love it😁

  • @sonikumariprajapati
    @sonikumariprajapati День назад

    Thank you ❤

  • @pranavamali05
    @pranavamali05 День назад

    👍👌👌

  • @NaniVaddi-k1t
    @NaniVaddi-k1t День назад

    👍🏻👌🏻👌🏻

  • @user-yf9fo2pg5e
    @user-yf9fo2pg5e День назад

    everything fine just that is in java, C++ lovers can do anything

  • @amermd9254
    @amermd9254 День назад

    @shashwat_tiwari_st , thanks for explanation, I have a doubt about the sorting process
    Let's take an example [3,30,34]
    i = 0, j =1 => 330>303 so we don't swap
    i = 0, j = 2 => 334 3034 why this condition is not checked, is it every time the condition is satisfied?

    • @shashwat_tiwari_st
      @shashwat_tiwari_st  День назад

      It's bubble sort technique we are trying to find the target digit number and hence when first iteration is over we get the largest one at 0th index, thus we skip it in the next iteration and find for index 1, then for index 2 and so on.. if you have not read about bubble sort, please read once, then it will be more clear..

  • @pranavamali05
    @pranavamali05 День назад

    Sir radix sort se karna achha rahega kya??

  • @cyclo_studios4229
    @cyclo_studios4229 4 часа назад

    Please provide me with comparator basics video

    • @shashwat_tiwari_st
      @shashwat_tiwari_st  4 часа назад

      @@cyclo_studios4229
      This one. ruclips.net/video/quegYlReztM/видео.htmlsi=Lbt3LRLoA5pFWtXM

  • @Ni_Xk
    @Ni_Xk День назад

    Need guidance

  • @gajananmathe3720
    @gajananmathe3720 День назад

    Thanks ❤🎉