L2. Print all Divisors of a Number | Maths Playlist

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

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

  • @mr.rexalan5576
    @mr.rexalan5576 9 месяцев назад +18

    Striver please upload string series next

  • @jagjuotajmanii5
    @jagjuotajmanii5 9 месяцев назад +36

    Bhaiya please next playlist for string

  • @stith_pragya
    @stith_pragya 7 месяцев назад +5

    Understood...........Thank You So Much for this wonderful video............🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻

  • @nikhatnadaf2322
    @nikhatnadaf2322 9 месяцев назад +2

    Hey striver thank u for all your efforts
    Please make recursion playlists it's really needed

  • @FilmLover65
    @FilmLover65 9 месяцев назад +8

    Make on string also bhai❤

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

    Understood everything 😃 Thank you so much Sir

  • @stith_pragya
    @stith_pragya 7 месяцев назад +10

    😎We dont need to check if(n / i == i) . because :) we can write it like:
    int i = 1;
    for(; i * i < n; i++) {
    if(n % i == 0) {
    list.add(i);
    list.add(n / i);
    }
    }
    if(i * i == n) {
    list.add(i);
    }
    just add one if() after the loop. (no need to check again and again in the loop)😎

    • @Dhiraj-nd9vy
      @Dhiraj-nd9vy 7 месяцев назад +1

      wow thanks

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

      set use kr lo number ka input lene ke liye

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

      ​@@-AmanSinghBudhalaNo, if n=1.
      1 * 1 = 1
      1 < 1 condition false,
      for loop not execute, only if condition will satisfy,
      So 1 print only 1 time..,

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

      that honestly means the same bro

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

    hey striver great playlist ,can you please continue to explain the code you explain in the end in the earlier videos . Sometimes you write a code with some different method and some uncommon things which teaches us a lot of new things and figuring them these new things by ourselves is difficult , If you continue to explain It will be very appreciated also we want next playlist on strings

  • @shreshtgupta9417
    @shreshtgupta9417 9 месяцев назад +20

    Sir please teach stack ,queue and other remaining topics aswell . It would be really helpful for all of us.....

    • @parth_3856
      @parth_3856 9 месяцев назад +2

      Atleast! thank him for this one before demanding another one..... thanks striver

  • @codingp110
    @codingp110 5 месяцев назад +1

    Thank You very much Striver Bhaiya!

  • @ayushpoddar777
    @ayushpoddar777 3 месяца назад +2

    lots of love bhaiya ♥♥♥♥♥

  • @ganeshjaggineni4097
    @ganeshjaggineni4097 6 месяцев назад +2

    NICE SUPER EXCELLENT MOTIVATED

  • @prathameshjadhav2942
    @prathameshjadhav2942 9 месяцев назад +3

    Thanks a lot striver's

  • @sanjanagupta3860
    @sanjanagupta3860 9 месяцев назад +3

    Sir, please make video of sliding window

  • @amanverma5912
    @amanverma5912 9 месяцев назад

    Thank you so much for such amazing content.

  • @PapuGhosh45
    @PapuGhosh45 9 месяцев назад

    love you Dada

  • @himanshukaushik9223
    @himanshukaushik9223 9 месяцев назад +4

    Bit manipulation a2z pa update kar do bhaiya with link

  • @rajsharmawatch
    @rajsharmawatch 6 месяцев назад +2

    String Playlist plzzzz

  • @SibiRanganathL
    @SibiRanganathL 4 месяца назад +1

    Understood 👍

  • @viewer9022
    @viewer9022 9 месяцев назад

    Thank you bhaiya ❤❤🎉

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

    bhaiya mai jabse aapka playlist follow kar raha to confusion bahut ho raha ki pahle mai dsa problem gfg pe karta tha par aapke playlistr ke saare problem gfg pe milate na hai leetcode pe karta aur agar usape bhi na mile to coding ninja pe to sab mil jata to mera question aapse yahi hai ki mai kya karu koi ek particular website follow karu ya jo karr raha aise hai plz guide me and yeah thanks a lot for dsa playlist it's awesome .

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

      go to take you forward website you will get all the question link in order

  • @Code_Mania
    @Code_Mania 9 месяцев назад +3

    Bhaiya Strings ka playlist Kara do 🫠 only hard problems kai thoda dikkat ho raha

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

    plz complete string as well

  • @kajalmukherjee3944
    @kajalmukherjee3944 9 месяцев назад

    You already cover it na in your last basic math lecture? By using sqrt(n)

  • @mango-strawberry
    @mango-strawberry 6 месяцев назад

    bro the stress is taking a toll on you. I hope you're healthy. You can stop teaching for a while and just get some rest. You also have a full time job. Don't overwork yourself please.

  • @devanshsahu5914
    @devanshsahu5914 9 месяцев назад

    can we do it without using array ?

  • @xoxoxo7313
    @xoxoxo7313 9 месяцев назад +3

    where's the lecture 1

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

    Understood. Thanks!

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

    Please provide lecture on strings

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

    ye playlist konse topic ka hai? a to z series me to maths ka koi topic nhi hai

  • @reddygopichand2002
    @reddygopichand2002 9 месяцев назад

    Understood ❤

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

    ty

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

    String Playlist pls..

  • @SitaRam-m1i
    @SitaRam-m1i Месяц назад

    Understood

  • @subee128
    @subee128 9 месяцев назад

    Thanks

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

    instead use a set to add the number

  • @santoshmore2953
    @santoshmore2953 9 месяцев назад

    Where is lecture 1?

  • @abhishekmasne3348
    @abhishekmasne3348 9 месяцев назад

    please increase size of face window

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

  • @navinchaudhary2812
    @navinchaudhary2812 9 месяцев назад

    understood

  • @praphullpandey425
    @praphullpandey425 9 месяцев назад

    First view ❤ .

  • @abhinanda7049
    @abhinanda7049 9 месяцев назад

    understood

  • @chiragbansod8252
    @chiragbansod8252 9 месяцев назад

    understood

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

    understood