Towers of Hanoi: A Complete Recursive Visualization

  Рет қаралды 430,951

Reducible

Reducible

Күн бұрын

This video is about an in depth look at one of the most challenging recursive problems for computer science students: Towers of Hanoi. We first take the perspective of how we would solve it if it was just a puzzle, where we look specifically at developing a general strategy. Afterwards, we then convert this strategy into a complete recursive solution to the problem. On the way to this solution, we learn a framework to think about and solve tough recursive problems like this one. We finish the video by take a step back and analyzing the recursive solution and how the recursion unravels.
Support: / reducible
This video wouldn't be possible without the open source manim library created by 3blue1brown: github.com/3b1b/manim
Here is link to the repository that contains the code used to generate the animations in this video: github.com/nipunramk/Reducible
Music:
October by Kai Engel freemusicarchive.org/music/Ka...
November by Kai Engel
freemusicarchive.org/music/Ka...
Cobweb Morning by Kai Engel
freemusicarchive.org/music/Ka...

Пікірлер: 490
@leonardofillipe7668
@leonardofillipe7668 3 жыл бұрын
Now I realized that the steps for recursive problem solving is basically the same steps taken in induction proofs in mathematics.
@HuyTran-ny7mg
@HuyTran-ny7mg 3 жыл бұрын
That's why they're usually taught together in discrete math courses for computer science!
@angrymurloc7626
@angrymurloc7626 3 жыл бұрын
There is a generalized version of induction called "structural induction" which has uses in proving things about recursively defined objects
@srujangurram
@srujangurram 2 жыл бұрын
@@HuyTran-ny7mg yes I learnt that along with recursive functions in discrete math
@curiosdevcookie
@curiosdevcookie 2 жыл бұрын
I’m stunned 😮
@_mrmark
@_mrmark Жыл бұрын
Now I realized that I do not understand anything in either one or the other.😭
@boredpotato6366
@boredpotato6366 3 жыл бұрын
If you keep making videos like this, you'll become the best and most famous CS teacher on KZbin.
@codeoncloudtv7193
@codeoncloudtv7193 3 жыл бұрын
I agree. Never see someone like him. So passionate
@princessassmunch4354
@princessassmunch4354 3 жыл бұрын
The amount of ads on this video fucking disgusts me tho.
@lqv3223
@lqv3223 3 жыл бұрын
@@princessassmunch4354 Man’s gotta make his bread. At this point, only 20 people support him on Patreon and he has tens of thousands of viewers who get such amazing content for free.
@princessassmunch4354
@princessassmunch4354 3 жыл бұрын
@@lqv3223 He can't tone it down just a little? I mean for God sakes man, fucking 6 ads on a 20 min video.
@lqv3223
@lqv3223 3 жыл бұрын
@@princessassmunch4354 That sounds like a lot tbh. A portion of my premium membership fee goes towards this channel, making it easier to support this channel and guarantee an ad-free experience. I'm sure he'll tone down the number of ads once he has a decent number of subscribers.
@JamesJon1187
@JamesJon1187 2 жыл бұрын
If anyone else had didn't immediately catch the logic behind the " other = 6 - (start + end) ", it's because if you tally up the values of rods 1,2, 3 that will equal six. Thus if start = rod 1 and end = rod3, 6-(rod1+rod3) = rod2, thus "other = rod2".
@mohammedsuhail1500
@mohammedsuhail1500 Жыл бұрын
u made my day thank you:)
@ryannickles3218
@ryannickles3218 Жыл бұрын
I was just about to say that "6" appears to be a *magic number* that should be defined based on core principles. Thank you for elucidating.
@isaiahpaul56
@isaiahpaul56 Жыл бұрын
@@ryannickles3218 lol same
@thomaslao9832
@thomaslao9832 Жыл бұрын
unless you are using indices to store values or calculating distance between indices or having some kind of significance with adding up the labels of the rods, im going to call that "logic" presented in the video magic numbered bullshit for the sake of pseudo-genius content.
@mohammadraddad9446
@mohammadraddad9446 Жыл бұрын
so if I had 4 rods it will be (1+2+3+4) => 10-(strat+end)?
@anujjadhav2175
@anujjadhav2175 3 жыл бұрын
I am a simple person, I see recursion, I panic.
@jonathanhirsch1717
@jonathanhirsch1717 3 жыл бұрын
My jaw literally dropped when I saw that you had 32k subs, I was expecting over 500k!!! But now you're one sub closer!
@ThatOneEgoLifter
@ThatOneEgoLifter 3 жыл бұрын
Geez, SubCount Tripled in 1 month
@pankajbisht897
@pankajbisht897 3 жыл бұрын
the effort you put into explaining these complex concepts is unimaginable. I have never seen this kind of presentation for explaining an algorithm. Keep it up please.
@jocelynchang183
@jocelynchang183 3 жыл бұрын
This video is soooo great! It took me awhile, but after repeating your video for 5 times, I finally understand this completely and was able to even work out examples with 5+ discs on my own. Thank you so much!!!
@igor-yc7ey
@igor-yc7ey 3 жыл бұрын
Great explanation! Just a suggestion: highlight which line of the code is doing each step as you explain it
@tmorid3
@tmorid3 3 жыл бұрын
This is actually an amazing video, with super clear and simple explanations and animations. This is absolutely amazing and mind blows. Thank you so much
@fairextl
@fairextl 3 жыл бұрын
I was thinking about this problem a while back, today I got one of your videos recommended to me, and now I'm here! Astounding explanation!
@puspamadak
@puspamadak 2 жыл бұрын
I don't ever take the time to think of such hard problems. But your lessons gives me confidence. Thanks a lot!
@markomozina7894
@markomozina7894 3 жыл бұрын
I can’t even belive that the video of this quality has so few views. Keep up the good work!
@eduardorios6463
@eduardorios6463 3 жыл бұрын
Thank you so much for these awesome videos. I'm currently taking course MITx 6.00.1x over on edX and your videos are really helping me understand the concepts. Thank you again.
@bhautiksavaliya3635
@bhautiksavaliya3635 3 жыл бұрын
The best explanation with the best visual animation. An extraordinary work. Thank you very much and please keep doing it.
@bntejn
@bntejn 3 жыл бұрын
Beautiful. You’re really talented at unraveling seemingly complex concepts very elegantly. After watching your videos, I can’t help but knowing the concepts matter-of-factly. And wonder to myself why I wasn’t able to get it earlier.
@harikrishnan204
@harikrishnan204 3 жыл бұрын
the explanation is amazing! I hope you make more videos on more algorithmic problems. there are very few on youtube who explain with such clarity
@voidproc
@voidproc Жыл бұрын
Honestly great job dude You have much respect from me I havent seen anyone having such a great ability making something so complex , look so easy
@HalfEye79
@HalfEye79 3 жыл бұрын
A few years ago, I solved the towers of hanoi with a loop. I assumed, that there are always three rods. And I said, that an empty rod is a very large disc. I only needed one input: the number of discs. I had realized quite another pattern, for which it is important, whether the number of discs is odd or even. The pattern is, that every other move is the move of the smallest disc. If the number of discs is odd, it always moves start -> end -> other -> start. If the number of discs is even, it always moves start -> other -> end -> start. The other move is always the smaller of the two discs on top of the bigger disc. This solution might might have a few memory issues, but it works.
@juliuskadel7696
@juliuskadel7696 Жыл бұрын
That is so interesting
@muhammadumarorakzai
@muhammadumarorakzai 8 ай бұрын
that is how i solved it for my C lab problem. had to play it so many times to figure out that pattern
@samgodse5824
@samgodse5824 Жыл бұрын
Greatest video ever on towers of hanoi problem. Even though I have tried to understand this problem number of time I finally understood it here. Because I was trying to name the discs as well but now I realised it isn't necessary since we'll always be moving top disc on a certain rod. Absolutely amazing way of explaining!! Keep it up!!🎉
@lakshyamangal51
@lakshyamangal51 3 жыл бұрын
thank you so much man ❤️ please keep making videos like this 🙏the quality and simplicity you have is unmatched.
@samuelsitina8558
@samuelsitina8558 2 жыл бұрын
The simplicity of the code is truly beautiful.
@maheshvshet
@maheshvshet 3 жыл бұрын
You amaze with awesome content. The explanation was some understandable, I can hardly forget it. Thanks.
@surabhigupta49
@surabhigupta49 Жыл бұрын
Thank you so much. This is by far the best explanation on youtube for this problem. Thoroughly understood the logic because of the amazing animation.
@jayantverma6196
@jayantverma6196 3 жыл бұрын
This was so awesome man, i watched all of your videos and they are amazing. Big fan here!!!!!
@iszaffar
@iszaffar 3 жыл бұрын
Thank you for taking the time and effort to make this video. The quality of the editing and animations in the video are excellent and remind me of 3Blue1Brown's videos. Great explanation and it really helped me to visualise and understand how this problem works!
@Reducible
@Reducible 3 жыл бұрын
Thanks for the awesome comment! Glad this content helped you with this problem!
@alinac5512
@alinac5512 3 жыл бұрын
Lol, I was thinking of 3blue1brown too.
@chriswu6823
@chriswu6823 3 жыл бұрын
@@Reducible was that intro a reference to his ted talk hahaha
@bubblesort8760
@bubblesort8760 Жыл бұрын
the best videos that i have ever watched that explains Towers of Hanoi. I love this channel. Keep up the good work. I can't wait watching this kind of vids.
@mohammedsanaullah1065
@mohammedsanaullah1065 3 жыл бұрын
Im really glad that KZbin finally recommended something that I really needed. Your passion for CS I really resonate with. Amazing video and unparalleled explanation. After encountering recursion, my interest in dynamic programming dwindled quite a lot, but your videos really helped me overcome this hurdle of mine. Many thanks, keep up the amazing work, Here's to hoping for more amazing content Cheers!
@Reducible
@Reducible 3 жыл бұрын
Wow, that is one powerful comment Mohammad! Thanks for taking the time to write it and comments like yours mean a lot to me. I'm glad this video helped rekindle your interest in recursion and dynamic programming. Those are hard topics so there's no shame in admitting that they can be frustrating, and the goals of videos like this are to find a way past that frustration and focus on learning the beauty of the concepts, however hard that can be at times. I'm happy that you were able to see that through this video. I'm definitely planning on making future content, so stay tuned!
@umchoyka
@umchoyka 3 жыл бұрын
Holy crap, that 3 step list gave me an "aha!" moment. Great video!
@noorfathima3499
@noorfathima3499 3 жыл бұрын
This is the best explanation I have come across till date!! and nothing can be better than this.. thank you
@vsk0208
@vsk0208 3 жыл бұрын
Best explanation I have seen on KZbin, I appreciate your effort. Thanks for uploading this video :)
@nikosrouskas2438
@nikosrouskas2438 2 жыл бұрын
Amazing!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I have been trying to solve this problem for a while now and I was so confused with other solutions on the internet (the code of the solutions) but yours is extremely intuitive and elegant. I am very new to recursion and you made this so understandable. THANKS! I hope you continue making such videos because you really really help the community!
@dansmar_2414
@dansmar_2414 Жыл бұрын
What an insane work you did here. It's awesome. Thank you so much!
@SaumyaSharma007
@SaumyaSharma007 3 жыл бұрын
Best Teacher Award goes to u Man..... Seriously best explanation I have ever seen 👌🔥🔥🔥🔥🔥
@sparrrooww5473
@sparrrooww5473 2 ай бұрын
Very detailed and simple explanation. Keep up the good work
@mohd.salahuddinansari8008
@mohd.salahuddinansari8008 3 жыл бұрын
This is the best explanation of tower of hanoi on KZbin. So thanks a lot.
@akhilgupta3664
@akhilgupta3664 3 жыл бұрын
This video just explained it in easy manner.. Using animations make things to understand easily...Carry on and keep on adding the videos of data structures and algorithms in your playlist ..😀 Eagerly waiting for next video !!! Happy Learning !!
@clemofunhound8381
@clemofunhound8381 2 жыл бұрын
You saved my day! I am taking a course on discrete mathematics and this was a heck of an explanation!!!! Cheers!
@MUHAMMADASADSHAHAB
@MUHAMMADASADSHAHAB Жыл бұрын
Simply no words to praise this person! I often feel lazy for leaving comments on youtube videos, but this time I must. Kindly make a playlist for explaining the theory of all the data structures and algorithms.
@VirajChokhany
@VirajChokhany 3 жыл бұрын
Thank you so much Sir. It gives such satisfaction about understanding these concepts so clearly. Often I end up facing problems while solving recursion and backtracking problems. Please do make videos on those topics. 💓
@abhirup619
@abhirup619 7 ай бұрын
spent 2 hours last year trying to understand towers of hanoi without any context (just by lloking at code) ...finally gave up and now, after you explained the recursive approach I coded it in python in 10 minutes. just shows what a huge difference a systematic approach can make. your video helped me immensely. thank you
@anjumaurya6233
@anjumaurya6233 3 жыл бұрын
Thankyou so much for the wonderful explanation. Your efforts are like blessings for the learners.
@vinwizard1217
@vinwizard1217 Жыл бұрын
Such a beautifully visualised video that I was able to code it within minutes of seeing it. Thank you so much
@davidruiz2656
@davidruiz2656 Жыл бұрын
Thank you so much for this. No one has explained recursion as well as you did. I had a similar problem to this in one of my assignments: Find recursive function to solve a tower of hanoi for n discs if you want to move them from 1st peg to 3rd peg and you can only move discs to an adjacent peg. I was overwhelmed when I tried it on my own the first time but after watching your video I was able to figure out the solution for this modified version of the problem. Keep up the great work.
@zhangyi5145
@zhangyi5145 3 жыл бұрын
It was my biggest challenge when I started my CS course. It's a wonderful presentation, what a great work!
@surfnerder
@surfnerder 3 жыл бұрын
As always, fantastic video, thanks a lot! I'm certain you know about this and just didn't mention it to keep things organized and a little more intuitive but I'd like to point it out anyways for the fellow viewers who might be interested: You can simplify the code even further when having n = 0 as your base case. It sounds kind of useless at first but solving the problem with 0 discs just means “do nothing“ which allows you to save space in your code: def h( n, start, end): if n = 0: do nothing else: other = 6 - (start + end) h(n - 1, start, other) pm(start, end) h(n - 1, other, end) ...this boils down to: def h( n, start, end): if n > 0: other = 6 - (start + end) h(n - 1, start, other) pm(start, end) h(n - 1, other, end)
@mariiatverdokhlib2057
@mariiatverdokhlib2057 6 ай бұрын
Your work brought a lot of insights into solving recursive tasks, thanks!
@alexmattyou
@alexmattyou Жыл бұрын
Woooow, this is mind blowing. I'll try to understand this again. Thanks for making it visual, I can undertake something
@tastypie2276
@tastypie2276 Жыл бұрын
This, indeed, blew my mind! Thank you so much! This was very interesting and educational to me!
@dacfniel5442
@dacfniel5442 3 жыл бұрын
Bless you, man. The best explanation on KZbin.
@ershadulrayhan7324
@ershadulrayhan7324 3 жыл бұрын
Thank you very much for this video. You have not only explained the problem easily but also introduced us to a framework to solve recursive problems. 👍
@Reducible
@Reducible 3 жыл бұрын
Thanks for the kind comment! Glad to hear that this content helped you!
@souravsharma9505
@souravsharma9505 Жыл бұрын
Nobody could have explained it better..genius.The dominos concept is gold!
@Saikiran-pf1ry
@Saikiran-pf1ry 3 жыл бұрын
You need more views! Excellent explanation. Nothing can beat the Aha moment when you actually understand how something works! Thanks a ton
@uljhe_hue_wires_ka_khambha
@uljhe_hue_wires_ka_khambha 10 ай бұрын
Great explanation, cleared the confusion to a great extent. Thanks
@alkamishra9974
@alkamishra9974 3 жыл бұрын
Great video. Only watched a couple of videos of tours but can tell your love for the subject.
@piperamp3331
@piperamp3331 3 жыл бұрын
Thanks so much! This video and your last video about recursion helped me understand the topic way better.
@Ayan-od8hk
@Ayan-od8hk Жыл бұрын
Best explanation ! I tried understanding this problem before but gave up, thankfully I found this video
@aminmaleki4592
@aminmaleki4592 16 күн бұрын
Best explanation to Hanoi tower and its basis in discrete mathematics and algorithms, This is multi target video!!
@user-dp7ye3cg2z
@user-dp7ye3cg2z Жыл бұрын
This is the video that explains the problem the best so far.
@tlqy
@tlqy 3 жыл бұрын
You are the 3blue1brown of computer science. Keep it up!
@praphulyadav4471
@praphulyadav4471 2 жыл бұрын
thank you very much i never thought this problem will be so simple to understand. you made this hard problem very simple
@ialgorithms
@ialgorithms Жыл бұрын
Thank you so much. I was using n,A,B,C initially which was bit difficult but after watching your video it make more sense now. i.e. n, source, temp, dest as n, A,B,C
@rmatarrita
@rmatarrita 2 жыл бұрын
I had solved this problem on my own before watching the video. Btw, in my personal case I found the iterative solution harder to come up with than the recursive one. Since I had already solved this problem before watching the video, what blew mi mind was the little arithmetic "hack" to find the "other" rod: 6 - (start + end) LOL. Great stuff!
@fangle0121
@fangle0121 3 жыл бұрын
Thank you so much! The animations are amazing to aid our understanding of this problem. :)
@Reducible
@Reducible 3 жыл бұрын
Thank you for the kind comment and I'm glad the animations were able to help with your understanding!
@ratikgoyal7841
@ratikgoyal7841 Жыл бұрын
best video ... literally background music .. soothes my mind
@kedardeshmukh1168
@kedardeshmukh1168 7 ай бұрын
This is the best video visualization of any CS concept i have erver seen....... Keep it up
@ImBlackDragon
@ImBlackDragon 2 жыл бұрын
Thank you for existing🙏.
@swapnilnagar4710
@swapnilnagar4710 3 жыл бұрын
Mindblowing explanation and animation! That 'Dominos' concept :), I personally liked it!
@Reducible
@Reducible 3 жыл бұрын
Thank you, I had a lot of fun making that domino animation so glad you appreciated it!
@rajat0610
@rajat0610 Жыл бұрын
woooooooooooooooooooooooooooooooooowww!! this was wonderful! the only explanation of this problem that made sense i tried searching all over and failed to get a good explanation of the problem and underlying concepts and this video covers all of it Grant Sanderson would be proud :)
@gautamkumarshukla3055
@gautamkumarshukla3055 3 жыл бұрын
world's best video to show how tower of hanoi works recursively
@robyfischer4501
@robyfischer4501 2 жыл бұрын
Wow, that's just magic. Thank you for the detailed, visualised and simplified explication. Thanks to you another man on earth understood this problem and by extension a bit about recursion xD. And you obtain a subscriber of course
@12jgy
@12jgy 3 жыл бұрын
Love this! I just recently discovered this channel through the FFT video (KZbin recommendations) and I just immediately loved it! The topics covered are really cool, and I really like the way they're presented in here (Reminds me of 3b1b, not only because Manin is used here to do the bulk of the animations, but too because of the quality of the explanations). Now, one neat little fact about this algorithm for solving the towers of Hanoi is that if you have n disks, this algorithm takes exactly 2^n - 1 steps to complete (The proof is just a simple induction argument for those who might want to try to figure it out), and in fact, if I'm recalling this correctly, this is actually the optimal amount of steps, you can't go any lower than this! Quite fascinating if you ask me.
@Reducible
@Reducible 3 жыл бұрын
Thank you for this comment! I absolutely love compliments like this one! And yeah that's a fun inductive reasoning exercise -- fun fact by the way, you can see the number is steps is 2^n - 1 visually by generalizing the tree diagram for the recursion that we did here. In fact, I believe I touched upon this in the Big O notation video with the O(2^n) example. The basic idea is counting the number of nodes in a tree where at each level we have two branches representing calls to n - 1 and continue until we reach the base case of 1. The inductive argument you mentioned also works for solving this problem, but a fun visual addition. Thanks for sharing this!
@jacksonwang3974
@jacksonwang3974 3 жыл бұрын
This is the visual version of CS Bible. A ton of respect and appreciation
@lovisharora7604
@lovisharora7604 Жыл бұрын
Excellent explanation 🔥🔥🔥
@Arya-mf3ey
@Arya-mf3ey 3 жыл бұрын
He made it so simple. Thank you.
@amandubey6331
@amandubey6331 2 жыл бұрын
This is Awesome man! Subbed
@darasimiajewole007
@darasimiajewole007 2 жыл бұрын
My mind is absolutely blown by this solution
@williamrutherford553
@williamrutherford553 3 жыл бұрын
Great video for introducing the puzzle! One piece of critique though, When you talked about the "recursive leap of faith" (the induction hypothesis) you took n-1 to mean the second to last domino. This can be a bit confusing. I think it's more explanatory if you just said: Pick any domino, and assume it will fall over. If it falls over, prove the next domino (+1) will ALSO fall over. Thus, the first domino falls because of the base case. The second domino falls down, because the first one falls. The third falls, because the second falls because the first, etc etc. That explanation is better at showing how a proof by Induction kind of "cascades" like dominoes, proving every case. Otherwise, it can seem a bit like assuming something random, just to come up with a result.
@Reducible
@Reducible 3 жыл бұрын
Ah, that is a subtle and good point. Thanks for the feedback!
@sandeepverma-mp9co
@sandeepverma-mp9co Жыл бұрын
Yes that was a bit confusing
@alexkang7336
@alexkang7336 3 жыл бұрын
These videos remind me of 3blue1brown's videos. Really appreciating your work! Thank you!
@vijaykumarreddyalavala3713
@vijaykumarreddyalavala3713 3 жыл бұрын
3blue1brown to maths is Reducible to Algorithms
@RaghavendraK458
@RaghavendraK458 Жыл бұрын
Thanks a lot for the great explanation !
@loveandlive5563
@loveandlive5563 2 жыл бұрын
Great work. Thanks for such an amazing video.
@wecodedaily7777
@wecodedaily7777 2 жыл бұрын
Outstanding explanation..
@sivag519
@sivag519 Жыл бұрын
Awesome ! Great Explanation
@arielcavalcante8187
@arielcavalcante8187 3 жыл бұрын
after watching the code part (from 16:00 to 20:00) a couple of times and not understanding a single thing, I wrote the functions on paper and watched again and my mind blew away. Damn you're amazing.
@Lee-tj8bn
@Lee-tj8bn 3 жыл бұрын
Thanks, man!!! This really helped me... very well done, sir.
@_callmegupta
@_callmegupta 2 жыл бұрын
Simply Beautiful
@sganguly_iitm
@sganguly_iitm Жыл бұрын
This was a G.R.E.A.T explanation. Thank you so much!
@HuyTran-ny7mg
@HuyTran-ny7mg 3 жыл бұрын
Underrated channel.
@davedsp8513
@davedsp8513 2 жыл бұрын
I remember this being a pancake themed recurring puzzle in a Professor Layton game when I was young. I didn't understand the whole recursive ramifications of it but I'm pretty proud I managed to figure out the general strategy of breaking it down to each smaller tower
@NYBlueBlueSky
@NYBlueBlueSky Жыл бұрын
it's a awesome video, explain this complicated problem easily. and help to solve other problems.
@sherazdotnet
@sherazdotnet Жыл бұрын
Best explanation to leap of faith concept in recursion hands down (time trac: 11:00). Absolutely amazig. Subscribed
@hannahcora5939
@hannahcora5939 3 жыл бұрын
oh my gawd after 30mins of trying to understand it from a book, i understood this algo in the first 5 mins watching your video!!!! THANKYOU
@rashidyaseen6270
@rashidyaseen6270 Жыл бұрын
best explanation available on internet
@thachkiencao3883
@thachkiencao3883 3 жыл бұрын
The thing is i subscribe to your channel in my first arrival to the channel after seeing this video I dont often do that to other channels Keep goodjob!
@pauljoneseyboy9615
@pauljoneseyboy9615 3 жыл бұрын
Excellent work
@nikhilgupta7697
@nikhilgupta7697 2 жыл бұрын
Loved your explanation! You earned a sub.
@istiakurrahman6567
@istiakurrahman6567 3 жыл бұрын
Thankyou so much for the wonderful explanation.❤❤❤❤❤❤
@dvdpro3726
@dvdpro3726 3 жыл бұрын
damn, this channel is so underrated. I came here after watching your 5 steps for solving recursive problems and I am blown away after seeing that whole thing took only 10 lines of code, that's amazing
@alphamega3306
@alphamega3306 3 жыл бұрын
Excellent explanation. This recursive program definitely blew my mind when I first saw it two days ago. I hand-drew out the stack frames for a 3 disk problem. And even though it worked, I still couldn’t grasp HOW it was working-the abstract idea of n-1 recursively moving sequentially smaller stacks was the part the really got me. After watching this video a second time, it clicked. The crux of the program’s ability is in that assumption that n-1 will work. It’s pretty amazing stuff. Thank you!
@autotechtraveller8787
@autotechtraveller8787 Жыл бұрын
Sir can u pls explain me this.. struggling since 4 days..
@autotechtraveller8787
@autotechtraveller8787 Жыл бұрын
How can I contact u..
@susantipsyhealy7655
@susantipsyhealy7655 20 күн бұрын
I have never been good in math, even simple math. I have an app called IMPULSE. One of the games is Tower of Hanoi. It started out relatively simple but I was taking so long to finish each level and was ending up at 2% of the number of moves and time used. So i searched out a video to help me understand how this game works. I never thought it was a mathematical problem. One of my issues is my ADHD & ASD brain. Trying to keep organized in my thinking is not easy. But now I hope to finish my next level in much fewer moves. I will never reach a faster time, but improving in fewer moves is now my biggest goal. Thank you for this video
@raht9578
@raht9578 3 жыл бұрын
this video is an 11/10 effort
Key to the Tower of Hanoi - Numberphile
14:07
Numberphile
Рет қаралды 421 М.
5 Simple Steps for Solving Any Recursive Problem
21:03
Reducible
Рет қаралды 1,1 МЛН
LA FINE 😂😂😂 @arnaldomangini
00:26
Giuseppe Barbuto
Рет қаралды 20 МЛН
[실시간] 전철에서 찍힌 기생생물 감염 장면 | 기생수: 더 그레이
00:15
Netflix Korea 넷플릭스 코리아
Рет қаралды 38 МЛН
Programming Loops vs Recursion - Computerphile
12:32
Computerphile
Рет қаралды 1,4 МЛН
This is a Better Way to Understand Recursion
4:03
Alex Hyett
Рет қаралды 18 М.
How Dijkstra's Algorithm Works
8:31
Spanning Tree
Рет қаралды 1,2 МЛН
Recursion 'Super Power' (in Python) - Computerphile
12:18
Computerphile
Рет қаралды 487 М.
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41
Recursion in Programming - Full Course
1:51:36
freeCodeCamp.org
Рет қаралды 910 М.
ASMR Programming - Spinning Cube - No Talking
20:45
Servet Gulnaroglu
Рет қаралды 3,5 МЛН
How I Got Good at Coding Interviews
6:29
NeetCode
Рет қаралды 1,6 МЛН
Binary, Hanoi and Sierpinski, part 1
13:59
3Blue1Brown
Рет қаралды 689 М.
LA FINE 😂😂😂 @arnaldomangini
00:26
Giuseppe Barbuto
Рет қаралды 20 МЛН