Bro gave us the inception example and i thought he was going to explain it differently, then boom fibo is back
@ladro_magro57376 ай бұрын
bro said ‘this is a better way to understand recursion’ and proceed not to explain anything useful
@larsybarz4 ай бұрын
The recursive joke here is that this is just like any other explanation of recursion
@AbuAl7sn12 ай бұрын
he explains everything like a magic
@alexhyettdev2 ай бұрын
Maybe try this video instead kzbin.info/www/bejne/h2mWn4FvbLGJhbc
@shafaitahir4728Ай бұрын
bro said ‘this is a better way to understand recursion’ and proceed not to explain anything useful
@noorg96582 күн бұрын
@@alexhyettdevrecursing to understand recursion
@danieldyson27548 ай бұрын
In your next video, could you please explain recursion?
@sagarshah53417 ай бұрын
In your next video, could you please explain recursion?
@marcusantenor7937 ай бұрын
@@sagarshah5341In your next video, could you please explain recursion?
@Shubham-fo7ug6 ай бұрын
@@marcusantenor793 In your next video, could you please explain recursion?
@seanwhitty32184 ай бұрын
@@Shubham-fo7ug if explanation is null return recursion explanation
@jinyoung-ch11 ай бұрын
Wow, stumbled upon this video and floored by the quality of the explanation and inception analogy. Thank you so much!
@alexhyettdev10 ай бұрын
Thank you! I am glad you liked it.
@arpitkumar45255 ай бұрын
You just told the surface level information/definition. I was hoping you would help develop an intuition for recursion
@weekendsonlyy394710 ай бұрын
love the comparison to a movie, keep up the great videos!!
@sebwylleman Жыл бұрын
Great explanation and visuals Alex 🔥
@alexhyettdev Жыл бұрын
Thank you!
@etharhussein2 ай бұрын
I love the inception example you used! Made a lot of sense when you used that analogy. People should start using analogies more to explain things lol.
@constiskey-fb7sl18 күн бұрын
That is fascinating that for the fibonachi series, recursion is less efficient, while quick sort is amazing.
@tree3946Ай бұрын
Sir you explained it so nicely, and that analogy was really helpful 👍👍
@ikroac Жыл бұрын
To understand recursion you need to understand recursion first 😮💨
@alexhyettdev Жыл бұрын
To understand recursion you need to understand recursion first 😮💨
@douglasmasho2324 Жыл бұрын
@@alexhyettdev To understand recursion you need to understand recursion first 😮💨
@garryanderson9831 Жыл бұрын
@@douglasmasho2324 To understand recursion you need to understand recursion first 😮💨
@JoaoVictor-vd9fn Жыл бұрын
@@garryanderson9831 To understand recursion you need to understand recursion first 😮💨
@aswina6468 ай бұрын
@@alexhyettdev To understand recursion you need to understand recursion first.
@viniBraga103 ай бұрын
the inception analogy was Brilliant!
@kyomdonalddogo57759 ай бұрын
I dont understand recursion, esp how many times to call it or what operator to use it with. I honestly thank God for loops
@WiggyPineda-eg3gb8 ай бұрын
thank you so much! I loved the analogy, it really helped and now I must go watch inception again. Ive had a hard time wrapping my head aroound python, I mean I ace my classes so that must mean I understand it right? it just feels like Im not getting it.
@Michael-MoscaАй бұрын
recursion is SO GODLY POWERFUL in the right cases
@ohmegatech666Ай бұрын
I think it's less intuitive to write the fibonacci function using a single base case of n
@blazingguyop10 ай бұрын
The best video on recursion What an example 🙏 Was stuck at why it return back (kick) later understood just thinking logically 😂 Now everything clear 😅👌 Btw now I get it why people call some youtubers underrated😢
@kevint35229 ай бұрын
Very good quality video. It's too high level for my needs though. I need to understand what's happening on the stack and with the stack frames. Do you do anything with combinatorics? Like how to use recursion to find unique combinations of k integers from a list of n integers? I ChatGBT'd it and walked through the solution. The solution wraps a recursive call into a for loop. I can almost trace it, but it is very difficult to understand. I get the impression this is a well-known problem, but I had no prayer of solving it myself because I don't know how to think through it.
@deadvirgin4286 ай бұрын
If you want a proper answer, the first step is to stay away from webdev channels.
@Nicholas.pl_5 ай бұрын
same bro
@linux_college8 ай бұрын
thanks very much simple to understand can you explain to us what is BacktrackingFile please
@kyles115 Жыл бұрын
Why did the programmer get stuck in a recursive loop? Because he wanted to see how deep the rabbit hole went, but he forgot to include a base case in his recursive function. So he just kept calling the function over and over again, each time passing in the same parameters, until his stack overflowed and his program crashed. But don't worry, he learned his lesson. From then on, he always made sure to include a base case in his recursive functions, and he never got stuck in an infinite loop again... at least, not until he started playing with pointers and accidentally created a memory leak. Ah, programming. The gift that keeps on giving, even when you wish it would just stop already.
@alexhyettdev Жыл бұрын
Loved this! There is always something to trip us up. My favourite one is debugging race conditions. They are impossible to replicate if you are stepping through code.
@ghostwarrior73562 ай бұрын
Nice analogy.
@i_heart_emm4 ай бұрын
thanks for the explanation 🙂
@freelance-writer3 ай бұрын
"Let me explain recursion by relating it to a notoriously convoluted movie." 😂
@selbymdaka12606 ай бұрын
Can't believed I watched 10 minutes plus of videos trying to understand this only to get it on a 4 minutes 3 seconds video😂.
@digitalgoldmine-0074 ай бұрын
tomorrow i have an exam n the question will be like they will give me last part of the recursive r any code n want me to write the recursive form of it yet i couldnt get my answer that how to know to write that. if u or anybody know the proceture i will be grateful if u guys tell me.
@lauris527510 ай бұрын
Im learning for some time coding, but recoursion is one of those things that Im very bad at. If you dont need to nest it in the loop its not that hard. But one you need to use it in like 2-3 loops it gets hard.
@brookegerry505811 ай бұрын
Great video!
@alexhyettdev11 ай бұрын
Thanks!
@issameldaghayes542813 күн бұрын
I believe this movie (Predestination 2014 ) explain the true meaning of recursion, 😂 😂
@rain40710 ай бұрын
Great video!!!
@rain40710 ай бұрын
Great video!!
@rain40710 ай бұрын
Great video!
@adamsmateo2149 Жыл бұрын
"Don't worry, I won't spoil the movie Inception for you" Proceeds to spoil it for me💔
@alexhyettdev Жыл бұрын
It doesn’t spoil anything beyond what you learn in the first 10 minutes of the film. I watched it again last night. Great film even though it is 13 years old already!
@thepatzer5 ай бұрын
Nice work! Adding memoization would mitigate some of the inefficiencies you mentioned.
@josephalbert.9 ай бұрын
did you mean recursion? (this was really funny haha)
came to understand recursion, ended up understanding inception
@MooMoozis2 ай бұрын
Please leave a comment bellow
@theredtree74933 ай бұрын
This is a Better Way to Understand Recursion
@OulahceneYousra8 ай бұрын
did you mean recurions
@MukunthVaibhavАй бұрын
I understood inception better than recursion
@harshmalik347028 күн бұрын
Recursion is a Better Way to Understand Recursion
@AjayAbhishek2407 ай бұрын
Recursion
@datasciencetoday71275 ай бұрын
stack overfflew
@michaelbtw8 ай бұрын
I know you want to be fast for youtube because it's cool and edgy, but if you want people to learn from your videos, pause when you show code or equations and leave them onscreen for a few seconds so people can see what you are talking about - the human brain doesn't do well trying to read and listen at the same time.
@alexhyettdev8 ай бұрын
I have tried slowing it down a bit in newer videos. It's not really about being cool and edgy (I am too old for that), I just speak faster when nervous. I am still not that comfortable talking to a camera!
Those who didn't understand this video, I think you didn't first understand recursion. This was one of the best explanation of recursion
@NaylaKidd2 ай бұрын
*the best demonstration of recursion
@KarenLi-ht8itАй бұрын
bro if we understand recursion we wouldnt be clicking into this video in the first place, this defeats the whole purpose
@DeepakKumar-ob6ps3 ай бұрын
What was this? And why did KZbin put it on top in my search? BS
@reginald91253 ай бұрын
This is a BAD explanation..
@dijonstreak Жыл бұрын
thanks for teaching. NOTHING. so i learned.....NOTHING. !! what a JOKE. !!
@alexhyettdev Жыл бұрын
Why watch a video on recursion if you already understand it?
@whitehh1511 ай бұрын
With a comment that dumb; it's safe to assume you're not going to understand recursion no matter how it is taught.
@geoschool2022 Жыл бұрын
Fuxk this recursion i leave programming because for this recursion. Now im doing mba 😅
@alexhyettdev Жыл бұрын
To be fair there are only a handful of times that I have put recursion to good use. You could always go back to programming once you have your MBA and start SaaS company!