Participate In CodeStudio Weekend Contest:www.codingninjas.com/codestudio/contests? Practice Recursion Questions here:bit.ly/2VEOksT
@gantayat2 жыл бұрын
04:26 : Me while learning DSA.
@allenalex48612 жыл бұрын
It would have been nice if you could have shown a recursive tree as well.
@lsdxsaurabh27982 жыл бұрын
NO hate but sir kuch bhi samaz nahi aaya.....
@tuntunewala3 жыл бұрын
Just a Joke: Sir:Hanoi problem is super easy............. after sometime : ye kaise hogi sorry😂😂😂😂😂😂😂
@शिवजीकाभक्त2 жыл бұрын
🤣🤣🤣
@amangupta4914 Жыл бұрын
the sound quality of CN classes are Really Really Really awesome...(kind of appealing).
@CodingNinjasIndia Жыл бұрын
Thank you for the kind words!
@lsdxsaurabh27982 жыл бұрын
But you can't move more than one disk at a time..........
@Hoxolotl Жыл бұрын
"if I have n-1 disks, I can assume that I can move the using a helper"... how does this assumption work?
@sanchittripathi15372 жыл бұрын
i appreciate your hardwork sir and also ,learning from our courses i am from july batch 2022
@CodingNinjasIndia2 жыл бұрын
Hey Thank you for your kind words! We hope that you found this video informative! You can now get up to 100% Scholarship (Discount) on ALL CODING NINJAS COURSES Using This SCHOLARSHIP TEST. Register Here Now: www.codingninjas.com/landing/scholarship-test/? Stay tuned to Coding Ninjas KZbin channel for more! Happy Learning!
@PriyanshuKumar-bx9oy3 жыл бұрын
Problem solve kahan hua 😅
@vaibhavmurarka5179 Жыл бұрын
great explanation, just a small tip since you have already made the hint video can you please add it in recursion assignment 1b q5 as well since the hint video is not present there
@CodingNinjasIndia Жыл бұрын
Thank you for the kind words!
@saumilaggarwal52332 жыл бұрын
thnx for breaking down this problem it is super easy void tower(int n,char source,char helper,char destination){ if(n==1){ cout
@nsg70152 жыл бұрын
i was having problem in understanding this topic, so searched on youtube. thankfully i got the best explanation.
@CodingNinjasIndia2 жыл бұрын
Hey Nazmus Thank you for your kind words! We hope that you found this video informative! You can now get up to 100% Scholarship (Discount) on ALL CODING NINJAS COURSES Using This SCHOLARSHIP TEST. Register Here Now: www.codingninjas.com/landing/scholarship-test/? Stay tuned to Coding Ninjas KZbin channel for more! Happy Learning!
@yashviPIETCS Жыл бұрын
it helped! thanksss
@CodingNinjasIndia Жыл бұрын
Hey Thank you for your kind words! We hope that you found this video informative! You can now get Scholarship (Discount) on ALL CODING NINJAS COURSES Using This SCHOLARSHIP TEST. Register Here Now: www.codingninjas.com/landing/scholarship-test/? Stay tuned to Coding Ninjas KZbin channel for more! Happy Learning!
@rajji73903 жыл бұрын
Don't understand.
@uuujjwalsquare89912 жыл бұрын
kzbin.info/www/bejne/mKC2ZYFnlLl_eM0
@ALLLLL_IN_ONE2 жыл бұрын
Same
@saptarsshimukherjee1026 Жыл бұрын
The concept he used is wrong how can u place the n-1 part over the biggest disk
@saptarsshimukherjee1026 Жыл бұрын
U have to move 1 disk at a time even he doesn't knw what he is talking about
@arunkumaryadav8054 Жыл бұрын
Same here
@ajaywavare95602 жыл бұрын
if u can move n-1 which is 3 disk at once then why u cant move 4 disk directly?
@balbeer_prasad3n2 жыл бұрын
One disk at a time hi move ho rhi h not 3 .. recursion tree bna k dekh
@shubhamgupta79933 жыл бұрын
Sir plz make video on placements happening from coding ninja course. It will encourage more people to join and understand the placement scenario in coding ninja.
@aakritiroshan5232 жыл бұрын
Thank you sir, understood the explanation perfectly
@CodingNinjasIndia2 жыл бұрын
Hey, Thanks for the kind words, stay tuned for more interesting videos.
@DTALKS01 Жыл бұрын
He is also confused
@suyashrahatekar49643 жыл бұрын
Watch reducible' s video on tower of Hanoi for in depth analysis
@shreykabir2 жыл бұрын
Best explanation Thnx a lot :)
@Sumer-zt5cu Жыл бұрын
There is a condition we can move only one at a time
@jayaramgautam48903 жыл бұрын
How can u move three disk at a time
@thisissheraf26332 жыл бұрын
It is recursion moving them one by one, but in recursive call through pseudo code we don’t show three disk moving
@Muwahid999 Жыл бұрын
Check out Geeksforgreks animation video of this problem
@swordain2 жыл бұрын
Worse explanation exists?
@azraazra82733 жыл бұрын
Thanks for teaching in english sir,please continue this
@CodingNinjasIndia Жыл бұрын
Thank you for the kind words! We hope that this video has helped you! Stay tuned to Coding Ninjas KZbin channel for more such content! Do check our Coding Ninjas Studio, where you can upskill for free and become a Ninja Coder: www.codingninjas.com/studio/home? If reading is your preference, you can find top articles to upskill in your career here: www.codingninjas.com/studio/library? If you would like to opt for a Coding Ninjas course, you can check our courses here: www.codingninjas.com/?
@misibusi49322 жыл бұрын
ok bro sab samjh gya #op #besties
@vinayaksharma-ys3ip2 жыл бұрын
Thank You Sir!!
@CodingNinjasIndia Жыл бұрын
Thank you for the kind words! We hope that this video has helped you! Stay tuned to Coding Ninjas KZbin channel for more such content! Do check our Coding Ninjas Studio, where you can upskill for free and become a Ninja Coder: www.codingninjas.com/studio/home? If reading is your preference, you can find top articles to upskill in your career here: www.codingninjas.com/studio/library? If you would like to opt for a Coding Ninjas course, you can check our courses here: www.codingninjas.com/?
@zoviostandoff26883 жыл бұрын
One of my fav questions
@kritisrivastava21023 жыл бұрын
Great !
@aintEvanescence2 жыл бұрын
Improve your handwriting sir .. Never thought I would get the chance to say this to a teacher
@akashdubey.consultant2 жыл бұрын
Ankur singla ji was destined to become doctor, accidentally went to IIT :P
@codingdose33992 жыл бұрын
best explanation i have seen so far. thanks sir
@CodingNinjasIndia Жыл бұрын
Hi @codingdose3399 Thank you for the kind words! We hope that this video has helped you! Stay tuned to Coding Ninjas KZbin channel for more such content! Do check our Coding Ninjas Studio, where you can upskill for free and become a Ninja Coder: www.codingninjas.com/studio/home? If reading is your preference, you can find top articles to upskill in your career here: www.codingninjas.com/studio/library? If you would like to opt for a Coding Ninjas course, you can check our courses here: www.codingninjas.com/?
@amish45262 жыл бұрын
Thankyou
@CodingNinjasIndia Жыл бұрын
Hi @amish4526 Thank you for the kind words! We hope that this video has helped you! Stay tuned to Coding Ninjas KZbin channel for more such content! Do check our Coding Ninjas Studio, where you can upskill for free and become a Ninja Coder: www.codingninjas.com/studio/home? If reading is your preference, you can find top articles to upskill in your career here: www.codingninjas.com/studio/library? If you would like to opt for a Coding Ninjas course, you can check our courses here: www.codingninjas.com/?