Seriously man this recursion is not less than rocket science for a beginner like me...
@maha-kq9um3 жыл бұрын
Yeah😬
@anonymousnoob36603 жыл бұрын
for fibonacii(5) fibonacii(5) = fibonacci(3) + fibonacci(4) = [ fibonacci(1) + fibonacii(2) ] + [ fibonacii(2) + fibonacci(3) ] = [ 1 + 1 ] + [ 1 + [ fibonacii(1) + fibonacii(2) ] ] = [ 1 + 1 ] + [ 1 + [ 1 + 1 ] ] = 2 + [ 1 + 2 ] = 2 + 3 = 5 i have tried simplifying it . Let me know if it helped you
@kunalghosh43343 жыл бұрын
@@anonymousnoob3660 I am thinking how much time you spend in writing this comment 🙂🙂🙂
@anonymousnoob36603 жыл бұрын
@@kunalghosh4334 Don't bother as as long it helps i'm cool with it
@pratikghule29952 жыл бұрын
@@anonymousnoob3660 ❤️
@neetujha41684 жыл бұрын
I watched around 6 to 7 videos, only in this video I could understand the recursion properly. Thankyou
@Xmarty_Live4 жыл бұрын
Awesome lecture life m pehli Baar koi Acha sai smjhaya hai
@jyotigupta69214 жыл бұрын
sir in this current world of digital study ,we still wamt a teacher to explain the concept in detail like this..please continue the good work, we all appreciate your efforts .. thank you
@kanhaiyabhardwaj4504 Жыл бұрын
@jyotigupta6921 you are so sweet Jyoti Gugpta ji .. mera ek dost hai hai wo bhi gupta hai ...
@nikhil17141 Жыл бұрын
@@kanhaiyabhardwaj4504simp spotted
@akashsahu546 ай бұрын
Bestam Best explanation raja ji
@sbikki12485 жыл бұрын
Finally i understand how last fib(n-1)+fib(n-2) work. Lots of thnak
@001Tadasuke4 жыл бұрын
Hello! Although I am learning C programming, at the explanation of recursive functions, the Fibonacci Sequence appeared. It seemed very difficult, because a statement has 2 functions, which is itself. I could not imaging how it expands, but I have understood it. Following your explanation, I also checked the process by my hand. Thank you, so much!
@dragonballs86432 жыл бұрын
Is this Inc programming plu reply
@Ritik7_77 Жыл бұрын
well explained😊
@kshitizkaushik80922 жыл бұрын
god 7:49 solved biggest mistery how fib 2 changed directy into 2 lol i paused 6:34 for 3-4 min to understand what he done
@WeGaming-26 Жыл бұрын
Best explanation sir 🔥🔥🔥
@陈瀚龙4 жыл бұрын
This was the closest I came to understanding this. Then on the way back up the board got too cluttered and I couldn't follow. That's for getting me closer, sir.
@vaibhavbilwal59032 жыл бұрын
Very very thanks sir literally i trying for last two days learning this concept of recursion today's i have finally understand this concept 🙏🏻
@himanshusharma10665 жыл бұрын
I don't know why you wouldn't get goods likes but your explanation is best I have seen many videos on this concept but understood by ur video so please make more videos even a complete course. Thanks alot sir.
Sir I satisfy your lecture but Fibonacci series start to 0
@areebamughal7506 жыл бұрын
u can do it from 0, if u take 0 instead of 2 in base case..
@avesh_sayyed4 жыл бұрын
Just put a printf("0, "); 😂
@beepst2 жыл бұрын
@@avesh_sayyed just replace the base if with this one: ‘if (n == 0 || n == 1) return n;’. That way you will print 0, 1, 1, 2…, n.
@SuprabhaDeyTalentsToSee3 жыл бұрын
Thank you so much! This is helpful for doing code and past test cases in the assignments of Newton School. I'm so glad that I found it.
@athirasekhar20332 жыл бұрын
very helpful as a beginner.Thanku so much.
@saurabhraj2690 Жыл бұрын
Thankyou, i finally understood because of your execution
@Prajwal_93 жыл бұрын
Best explaination thankyou lots of love from nepal keep growing ......
@rushikeshpanchal13493 жыл бұрын
Nice explanation technique understood very well. Thank you so much sir.
@n.s.karthik56285 жыл бұрын
Thank you so much because of your explanation I clearly understood how recursive function works.
@mdfarhan0203 Жыл бұрын
thank you sir itna acche se explaine karnne ke liye
@kanhaiyabhardwaj4504 Жыл бұрын
ek video bana dijya sir ... bada black board me bahut hotch pooch ho gha hai screen me
@alphonsegerold28307 ай бұрын
Good job sir. Thank you
@mitrajsinh7081 Жыл бұрын
Thanks finally understood after watching so many videos 😌
@nobody12-x1k Жыл бұрын
Sir the video was great but only one thing has to be changed ,the fibonacci series starts from 0 ,i might be wrong but still this is what i know
@maksperminov Жыл бұрын
Thank You, the best explanation
@tinkalrokade74202 жыл бұрын
Sir sir sir thank you very much It is helpful for me
@sruthigopi72244 жыл бұрын
Really very good I don't understand y there are less likes..... Because he is explaining tracing part very easily than compared to other vdeos which are complex to understand and also they ll get more likes yyyy it is so
@SmartProgramming6 жыл бұрын
nicely explained sir 👍👍
@aramaicjew32123 жыл бұрын
Plss make a vid on fibonacci
@informationtechnology71142 жыл бұрын
You are great teacher...
@brandogg5 жыл бұрын
If you passed a 0 to this it would be an infinite loop...need if (n==0) return 0
@GurpreetSingh-ps6kl3 жыл бұрын
we return n, if n==1 or if n==0
@harshasuresh40622 жыл бұрын
Thank you so much Sir! Recursion gets confusing for me but this helps a lot!
@iqqss_63255 жыл бұрын
Explaination is good. But the board is too messy and you’ve squeeezed them together, u can hardly see anything
@alexEMP1 Жыл бұрын
Very good explanation
@naveenkumarkn27315 жыл бұрын
Really u make me understood very well.... 👏👏👏👏..... Pls focus on communication lil bit u will get better success than others.... All d best n thanks u so much
@poppymoonpaperie54582 жыл бұрын
awesome vid!! this helped so much!!
@chetansonawane92862 жыл бұрын
I have spend over a 2 days to got this but after watching your video i got it in just 20 minutes thanks so much
@syedhaiderali15195 жыл бұрын
video was helpfull. But sir make habbit to speak loud
@mohammadsaidi8806 жыл бұрын
love u from bangladesh....recursion clear....thank you sooo much... may ALLAH bless you.
@mehmetcanevi29973 жыл бұрын
Thank you so mich Brother 👍
@RATANAGARWALITINFORMER3 жыл бұрын
Good
@ritavyas6444 жыл бұрын
Thank you so much. Your explanation is truly understood.
@santoshr42123 жыл бұрын
Why return 1 if condition, explain
@aniketdhara24353 жыл бұрын
Thank you ☺️ sir❤️❤️
@narayananka60815 жыл бұрын
Super explanation sir
@kirandhope59896 жыл бұрын
This program generates only the nth term of Fibonacci series rather than displaying the Fibonacci series uptill nth term
@rnjnmhta.catomato2 жыл бұрын
thanks for the video
@cme-033manojrao72 жыл бұрын
Must and should add for loop
@proxy89183 жыл бұрын
Thank you dude, you helped me significantly
@hamzachaoui59405 жыл бұрын
Please what do you mean by n is it concerne the position of the number or what ??
@nipu416 жыл бұрын
Loved the way how you explained
@venkatacharan33592 жыл бұрын
But the first num may be 0 in the fibanocci series??
@hipravwaghela12662 жыл бұрын
Very helpful.......
@danishdev3584 жыл бұрын
Good explanation i really appreciate
@munawarmahtab29786 жыл бұрын
sir,though you had made a silly mistake,(:-p)only you managed me to understand this problem. thank you. :-)
@shilpi08124 жыл бұрын
Visit sci_comp channel on KZbin to explore more on python
@gratusrichard16443 жыл бұрын
well this is only thing that made sense to me. seriously thankyou somuch.
@gatplace2738 Жыл бұрын
Best info
@payalsingh22967 күн бұрын
Doesn't Fibonacci series starts with 0?
@medrmn2945 жыл бұрын
you explain the part that most of student doesnt understand but i suggest you to redo the video and redo the plan clearly cause its hard sometimes to identify some numbers
@rajkirankhulimuli51824 ай бұрын
Thank You, Sir
@mohammedfahad27465 жыл бұрын
I got it, good explanation, tq☺
@chirag85034 жыл бұрын
Sir video would have been nice if u had started from 0 not 1
@suhasgt77992 жыл бұрын
Need full source code!
@parashurampm20642 жыл бұрын
TQ so much sir
@techenick3854 Жыл бұрын
If you can't speak English fluently then just try in your langauge
@nikhilgaonkar1320 Жыл бұрын
but the 1st fibonacci number is 0
@harshalgore41176 жыл бұрын
Sir Fibonacci series starts with 0 So u haven’t displayed it What changes should be done to display 0
@kunal45576 жыл бұрын
SIMPLY WRITE printf("0 ");
@ramanand68364 жыл бұрын
Thank you sir
@leninlenin90375 жыл бұрын
First Fibonacci 0
@gsharma87815 жыл бұрын
thnku very much sir
@__Kuch_Bhi___ Жыл бұрын
👍🙂
@soniyaperera63373 жыл бұрын
not clear
@eliaswurzer62004 жыл бұрын
Thank you!!
@prashantzambare19736 жыл бұрын
Fibonacci series start from 0
@manyammuppuri39276 жыл бұрын
0+1 also 1 so take the 1
@prashantzambare19736 жыл бұрын
@@manyammuppuri3927 ask to expert
@anujgupta77494 жыл бұрын
@@prashantzambare1973 Its ok brother
@hilaryknight29165 жыл бұрын
thanku so muchh sir
@harini74815 жыл бұрын
You can start Fibonacci series with 0
@anonymousnoob36603 жыл бұрын
yes
@nikhil71292 жыл бұрын
sir thanks for confusing with your delivering skill
@MohsinJunaidEE6 жыл бұрын
nice
@salmanmehmood1803 жыл бұрын
this person messing up
@ldsahoo9234 Жыл бұрын
Bhai ache se padhana heii to padha warna mat padha
@leninlenin90375 жыл бұрын
Onnum theriyama nadathadha
@anilbarad18562 жыл бұрын
not a good explanation, i cant understood anything at the last feb(3) call , whatching frequently but not understanding.
@yatendrachawda5 жыл бұрын
Following wrong format First learn and then explain