I have watched even MIT lectures but yours are best. First time something clicked in the mind. I understood how to optimize algo
@gauravrai57843 жыл бұрын
Same here😉
@adityamehra72382 жыл бұрын
Cs50?
@avinashchaudhary42312 жыл бұрын
@@adityamehra7238 yes
@tavilefty2 жыл бұрын
@@avinashchaudhary4231 NW bro, u cappin
@gatepreparation6452 жыл бұрын
Same
@priyankaruby6 жыл бұрын
omg this guy is super Genius !!! I never seen such a great teaching in my life ! thank you so much Madhavan
@tavilefty2 жыл бұрын
he's your papa's age.
@iyodajedi Жыл бұрын
Beautiful Explanation. Kudos to you to explain this interesting algorithm and kudos to Euclid for discovering(? or inventing😁) this algorithm...😃
@nirmalrajtb35865 жыл бұрын
@5.07 return(gcd(max(n,diff),min(n,diff))) is correct
@rimjhimgoenka53514 жыл бұрын
Why do we have to write gcd(max(n,diff),min(n,diff)) if the gcd function has the if statement to interchange if m
@naveen.kumawat4 жыл бұрын
listen carefully at 8:10.
@animeshbansal92144 жыл бұрын
Yes it is not required
@TusharGupta19913 жыл бұрын
it’ll help with the first iteration.
@rohanthomas54346 ай бұрын
It's redundant, great observation.
@The_vaishnav2 жыл бұрын
dimmag khol diva ...one problem many solutions ....life lesson 🙂🙂🙂
@hb_shyampur3 жыл бұрын
In case helpful. m=qn+r 15=2*6+3 ad=q(bd)+r 5*3=2*(2*3)+3 d divides r.
@abhishekmazumdar20725 жыл бұрын
wow..just wow!! simply wow.
@sruthir12363 жыл бұрын
Why we have to manually change the input values as gcd(big_no,small_no) ?? Will it give wrong solution if we give the input as it is like gcd(small_no,big_no) ??
@luciferdelhi43526 жыл бұрын
sir at the 15:00 slide are we missing an if loop before the starting of while loop??
@deepakdhaka.6 жыл бұрын
no
@Jaimin_Bariya2 ай бұрын
Jp here again [comment number 50] Thank you, sir, :)
@srikanthkarunakaran16996 жыл бұрын
Thank you very much sir, you are the best in teaching!
@shubhankarsharma22212 жыл бұрын
teacher took complicated topic and explained it with very low volume
@sahilkumarsingh6 жыл бұрын
Only 1 and 2 are coming as the GCD for every input ???? How