Merge Sorted Array | Leetcode 88

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

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

  • @pragmaticcoder6910
    @pragmaticcoder6910 11 месяцев назад +22

    Your explanations are much better than LeetCode Editorial solutions. Thanks !

    • @somaynaik06
      @somaynaik06 6 месяцев назад

      bro im new to this and i didnt understand anything , how to begin learning

    • @harshivam
      @harshivam 4 месяца назад

      @@somaynaik06 what you did't understand here ?

  • @jopaslona1
    @jopaslona1 Год назад +7

    Thank you very much! I finally understood how to solve this problem without creating new array

  • @YashSingh-xs5yj
    @YashSingh-xs5yj 4 месяца назад

    Thanks for explaining this question so well, I have just started with LC and your videos are helpful

  • @diproy9363
    @diproy9363 Год назад +10

    To the point and simple! awesome explanation.

  • @shivraj940
    @shivraj940 Год назад +8

    Mam, only 6 problems there in Top 150 interview category. Please complete this section

  • @thAsciNileshPal
    @thAsciNileshPal 6 месяцев назад +4

    keep it up didiiiii ; U and SashCode channel doing great job ; i request u too pls come up with the series of daily leetcode potd solutionss

  • @sauryakumargupta3008
    @sauryakumargupta3008 7 месяцев назад

    Outstanding explanation in such a ez way

  • @coprothin7896
    @coprothin7896 Месяц назад

    Why you started arranging elements from last is it because of zeros.?

  • @sahilali2514
    @sahilali2514 Год назад +3

    Ma'am please solve other interview questions...your explanations are very good.Thankyou🤗

    • @TechnosageLearning
      @TechnosageLearning  Год назад +2

      Hi..Will continue leetcode questions series very soon..Please stay tuned..
      Thanks!

  • @swathi_bee4
    @swathi_bee4 7 месяцев назад +1

    great explanation mam..thank you so much

  • @SatvikGyan-g1t
    @SatvikGyan-g1t Год назад

    Thanks mam apke solution se maine DSA ke bhut ache ache concepts sikha paya

  • @rahuljetli
    @rahuljetli 3 месяца назад

    Can you explain the Time and space complexity in this program?

  • @pcuseruser-n3f
    @pcuseruser-n3f Год назад +2

    mam ek doubt h
    ki apne loop start karte time j>=0 ki place pr i>=0 kyu nhi likha ???

    • @courtneyadjoa246
      @courtneyadjoa246 Год назад

      kyunki humko second array se hi compare karna hai na.... aur resultant changes i variable ko represent karte hai .
      aur humne final result bhi wahin store karna hai.

  • @chaithanyack
    @chaithanyack 10 месяцев назад

    how we are taking i=m-1; i dont understand that particular part

    • @mohsinbehzad8993
      @mohsinbehzad8993 10 месяцев назад +1

      in above example, m is equal to 3, means 3rd position. But the index in Array starts from 0 and position starts from 1. So (i =m-1) means that In above example, when the position is 3 then the index will be 2. That is the reason that we subtract 1 from the position of Array to get the index. Hope u understand...

    • @gustavodeoliveira8316
      @gustavodeoliveira8316 5 месяцев назад

      @@mohsinbehzad8993 good explanation.

  • @Adarsh_Pradhan
    @Adarsh_Pradhan Год назад

    found this channel today keep making videos like this best of luck friend

  • @mrf8795
    @mrf8795 Год назад +3

    dear sister, I am unable to catch the coding logic without seeing the code in video or other tutorial but i understand what to do but cant implement the code .this giving me much stress, I am a beginner .I have solved 9 easy problem but in every problem i have to take help..what should i do?where should i focus on.can I be a good programmer?

    • @mursalin3698
      @mursalin3698 Год назад +1

      just keep grinding.

    • @humanityrush
      @humanityrush Год назад +1

      Keep practicing easy lvl problems and build that confidence!

    • @mrf8795
      @mrf8795 Год назад

      @@humanityrush thanks for your advice.

  • @AshishKumar-od3pr
    @AshishKumar-od3pr 10 месяцев назад

    Why are we using 0,0,0 in the end of nums1, since arrays are mutable?

    • @syedrizwan2203
      @syedrizwan2203 10 месяцев назад +1

      arrays are fixed in nature if you don't initialised it with 0s what you will put there other than zero to make it size of m i.e 6 here
      2nd thing if you use scanner class also arrays will get initialised with zeros only for int values.

    • @AshishKumar-od3pr
      @AshishKumar-od3pr 10 месяцев назад

      @@syedrizwan2203 thanks bro

  • @sparkyy10
    @sparkyy10 28 дней назад

    plz start again this series

  • @gokuvegeta1626
    @gokuvegeta1626 3 месяца назад

    ye numbers swap nai kerne honge?

  • @technologiesmotivationd7754
    @technologiesmotivationd7754 Год назад

    Hi mam
    your explanation is very easy so please can you make leet code video in java please mam

  • @melk48111
    @melk48111 Год назад

    Your videos are great. Thank you

  • @medakremlakhdhar419
    @medakremlakhdhar419 4 месяца назад

    Why not just put the nums2 inside nums1 and sort the array ? wouldn't that be much easier ?

    • @brokenwarrior7007
      @brokenwarrior7007 4 месяца назад

      Cause both are already sorted and it will increase the time complexity of the solution, first you will put each element in the array then start using any of the sorting algorithm

  • @athravnigadikar4925
    @athravnigadikar4925 Год назад +1

    Plz mam can u teach how to implement hashmap and other collection things in problems detail video so many students gets confusing in that

  • @BlendBox
    @BlendBox 10 месяцев назад

    Thank you so much 🙏

  • @SayanBanikAuthor
    @SayanBanikAuthor 8 месяцев назад

    Very Nice Video! Thanks Ma'am

  • @bhargavasai5557
    @bhargavasai5557 11 месяцев назад

    Thank you ma'am

  • @mdayazalam3132
    @mdayazalam3132 Год назад +2

    Mam please upload the video on Leetcode problem no- 238. Product of Array Except Self

  • @11csepratikshaargulewar71
    @11csepratikshaargulewar71 8 месяцев назад

    Didi you don't explain why we have to place i, j or k pointers at that position only 😢 . Why can't we start our pointers from somewhere else . You should explain also as it will help with thought process

    • @bibhutibaibhavbora8770
      @bibhutibaibhavbora8770 7 месяцев назад

      Because we are starting from some specific point that is num1 and nums2 places because these arrays are sorted already. We can't randomly put pointers

    • @exactly4234
      @exactly4234 4 месяца назад

      because since we put i or j into the k we should move forward which means - -

  • @ДмитрийКоломеец-э2т

    god level explanation

  • @Hardik_Kamaliya5978
    @Hardik_Kamaliya5978 6 месяцев назад

    thank you, mam.

  • @krushnachandrajena6297
    @krushnachandrajena6297 Год назад

    can you share your git repo.

  • @YoonMilling
    @YoonMilling Год назад

    Thank you!

  • @ec072nikitavishwakarma7
    @ec072nikitavishwakarma7 Год назад

    Thankyou ❤

  • @yt_goluyadav
    @yt_goluyadav 3 месяца назад +1

    nice

  • @s.pavithra5238
    @s.pavithra5238 4 месяца назад +1

    pls upload more videos

  • @upunaireshakeerawella7776
    @upunaireshakeerawella7776 Год назад

    Awesome thanks

  • @padmavatishah9922
    @padmavatishah9922 Год назад

    great expplanation.

  • @Rob-J-BJJ
    @Rob-J-BJJ Год назад

    thank you it worked fine

  • @movieshots2135
    @movieshots2135 9 месяцев назад +1

    there is solution better than this just add nums2[] elements in the nums1[] array and sort them

  • @SayanBanikAuthor
    @SayanBanikAuthor 8 месяцев назад

    7:05

  • @slowedReverbJunction
    @slowedReverbJunction Год назад

    Cute kitni hai ye ❤

  • @bhargavchandhu5100
    @bhargavchandhu5100 6 месяцев назад +1

    it is best and simple than above
    class Solution {
    public void merge(int[] nums1, int m, int[] nums2, int n) {
    for (int j = 0, i = m; j < n; j++) {
    nums1[i] = nums2[j];
    i++;
    }
    Arrays.sort(nums1);
    }
    }

  • @lovegarg5061
    @lovegarg5061 Год назад +3

    This code is fail when m=0

    • @TechnosageLearning
      @TechnosageLearning  Год назад

      Hi..
      The code will not fail..As mentioned in the problem, m=0 means there are no elements in the nums 1 arrays so the output would be all elements of nums2 array..
      Please try the code..I have tried and submItted ,it's working fine

    • @infinity2creation551
      @infinity2creation551 Год назад +2

      Yes its failing check again didi

    • @Rob-J-BJJ
      @Rob-J-BJJ Год назад

      it works for me

    • @yashgupta3150
      @yashgupta3150 3 месяца назад

      Yes it is not working

  • @irfanahmad9761
    @irfanahmad9761 Год назад

    Hi, pls continue this series. #addicted

  • @disrespect12
    @disrespect12 11 месяцев назад

    class Solution {
    public void merge(int[] nums1, int m, int[] nums2, int n) {
    int count=0;
    for(int i=m;i