L2. Print all Divisors of a Number | Maths Playlist

  Рет қаралды 33,591

take U forward

take U forward

Күн бұрын

Notes/Codes/Problem links under day 8 of A2Z DSA Course: takeuforward.o...
Entire playlist: • Maths Playlist | Langu...
Follow us on our other social media handles: linktr.ee/take...

Пікірлер: 61
@stith_pragya
@stith_pragya 4 ай бұрын
😎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 4 ай бұрын
wow thanks
@mayankdubey9528
@mayankdubey9528 3 ай бұрын
set use kr lo number ka input lene ke liye
@vipuljamod4119
@vipuljamod4119 2 ай бұрын
​@@-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..,
@mr.rexalan5576
@mr.rexalan5576 6 ай бұрын
Striver please upload string series next
@stith_pragya
@stith_pragya 4 ай бұрын
Understood...........Thank You So Much for this wonderful video............🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻
@jaggjotsingh9277
@jaggjotsingh9277 6 ай бұрын
Bhaiya please next playlist for string
@ramdangi5335
@ramdangi5335 6 ай бұрын
+1
@diptanjankar9848
@diptanjankar9848 6 ай бұрын
+1
@kumarnishantnitallahabad160
@kumarnishantnitallahabad160 6 ай бұрын
+1
@varun1017
@varun1017 6 ай бұрын
+1
@varun1017
@varun1017 6 ай бұрын
+1
@shreshtgupta9417
@shreshtgupta9417 6 ай бұрын
Sir please teach stack ,queue and other remaining topics aswell . It would be really helpful for all of us.....
@parth_3856
@parth_3856 6 ай бұрын
Atleast! thank him for this one before demanding another one..... thanks striver
@nikhatnadaf2322
@nikhatnadaf2322 6 ай бұрын
Hey striver thank u for all your efforts Please make recursion playlists it's really needed
@challasusmithachallasusmit9921
@challasusmithachallasusmit9921 4 ай бұрын
Understood everything 😃 Thank you so much Sir
@codingp110
@codingp110 2 ай бұрын
Thank You very much Striver Bhaiya!
@FilmLover65
@FilmLover65 6 ай бұрын
Make on string also bhai❤
@ayushpoddar777
@ayushpoddar777 8 күн бұрын
lots of love bhaiya ♥♥♥♥♥
@yash2275
@yash2275 5 ай бұрын
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
@prathameshjadhav2942
@prathameshjadhav2942 6 ай бұрын
Thanks a lot striver's
@ganeshjaggineni4097
@ganeshjaggineni4097 3 ай бұрын
NICE SUPER EXCELLENT MOTIVATED
@SibiRanganathL
@SibiRanganathL Ай бұрын
Understood 👍
@sanjanagupta3860
@sanjanagupta3860 6 ай бұрын
Sir, please make video of sliding window
@amanverma5912
@amanverma5912 6 ай бұрын
Thank you so much for such amazing content.
@himanshukaushik9223
@himanshukaushik9223 6 ай бұрын
Bit manipulation a2z pa update kar do bhaiya with link
@codeman3828
@codeman3828 5 ай бұрын
Understood. Thanks!
@Code_Mania
@Code_Mania 6 ай бұрын
Bhaiya Strings ka playlist Kara do 🫠 only hard problems kai thoda dikkat ho raha
@knowthrvdo
@knowthrvdo 6 ай бұрын
plz complete string as well
@viewer9022
@viewer9022 5 ай бұрын
Thank you bhaiya ❤❤🎉
@satyamjaiswal7419
@satyamjaiswal7419 6 ай бұрын
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 9 күн бұрын
go to take you forward website you will get all the question link in order
@reddygopichand2002
@reddygopichand2002 6 ай бұрын
Understood ❤
@subee128
@subee128 6 ай бұрын
Thanks
@abhinanda7049
@abhinanda7049 5 ай бұрын
understood
@shivanidhotre9506
@shivanidhotre9506 3 ай бұрын
Please provide lecture on strings
@rajsharmawatch
@rajsharmawatch 3 ай бұрын
String Playlist plzzzz
@PapuGhosh45
@PapuGhosh45 6 ай бұрын
love you Dada
@xoxoxo7313
@xoxoxo7313 6 ай бұрын
where's the lecture 1
@hat_awesome21
@hat_awesome21 5 ай бұрын
Lecture 1 is basic math
@kajalmukherjee3944
@kajalmukherjee3944 6 ай бұрын
You already cover it na in your last basic math lecture? By using sqrt(n)
@rvms6947
@rvms6947 6 ай бұрын
@mayankdubey9528
@mayankdubey9528 3 ай бұрын
instead use a set to add the number
@mango-strawberry
@mango-strawberry 2 ай бұрын
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.
@gurusuryaprakash3461
@gurusuryaprakash3461 5 ай бұрын
String Playlist pls..
@devanshsahu5914
@devanshsahu5914 5 ай бұрын
can we do it without using array ?
@subhamdas8589
@subhamdas8589 5 ай бұрын
ye playlist konse topic ka hai? a to z series me to maths ka koi topic nhi hai
@abhishekmasne3348
@abhishekmasne3348 6 ай бұрын
please increase size of face window
@santoshmore2953
@santoshmore2953 5 ай бұрын
Where is lecture 1?
@praphullpandey425
@praphullpandey425 6 ай бұрын
First view ❤ .
@chiragbansod8252
@chiragbansod8252 5 ай бұрын
understood
@havefunwithshort
@havefunwithshort 2 ай бұрын
understood
@navinchaudhary2812
@navinchaudhary2812 6 ай бұрын
understood
L3. Check if a Number if Prime or not | Maths Playlist
7:10
take U forward
Рет қаралды 29 М.
LeetCode was HARD until I Learned these 15 Patterns
13:00
Ashish Pratap Singh
Рет қаралды 303 М.
L4. Print all prime factors of a Number | Maths Playlist
18:53
take U forward
Рет қаралды 39 М.
L6. Sieve of Eratosthenes | Maths Playlist
18:27
take U forward
Рет қаралды 45 М.
TUF+ Basic Maths - Check for perfect number [Optimal approach]
7:50
How I Trick My Brain to Stay Focussed? [Andrew Huberman Method]
15:03
Rahuram Chanthrakumar
Рет қаралды 243 М.
Why web3 developers are paid so much
18:53
Harkirat Singh
Рет қаралды 150 М.
Basic Maths for DSA | Euclidean Algorithm | Strivers A2Z DSA Course
1:03:20
L5. Power Exponentiation | Maths Playlist
12:39
take U forward
Рет қаралды 25 М.
Coding Habits that earned me a 4 Crores Package!
20:01
Harkirat Singh
Рет қаралды 438 М.