@CS in Tamil Thank you so much for your response bro...! Currently I am watching your Data structure playlist. You are making such a complex topics in a simple and understandable way...!! I am glad that I found your channel while seeking for job... 🙂🙂
Finally someone who just doesn't say, "Function calling itself" and actually explaining the actual meaning behind it simply, this is what exactly is needed to understand how it works. Thanks for the help you gave, it seriously is helping to get more clarity and release overwhelming stress ❤❤
Super thambi. Rocking always understanding in Own language remain unforgettable for students Irrespective o f language ur explain in crystal clear and simple
good explanation! learning python, is the concept for recursion same in python as well? while/for loops vs. recursion -> which is the better way to write loop logic?
Bro please one program I didn't understand in recursion, getting output as 123454321 (mid val = 5) when the mid val changes output should change accordingly, indha program la stack flow suthama purila can you make a short or video for that?
C++ full course video la C++ la basic ah enalaan theriyanumo adhu kuduthiruken. C++ la ena pananum naalum indha topics laan first theriyanum. So kandipa adhu paarunga. Adhu apron neenga neraya extra ah kathukalaam use case poruthu.
Bro are you using OBS studio for screen recording..... I'm using 4 GB ram, intel PENTIUM processor hp laptop. If I use obs for screen recording it stuck (or) frame drops.... But how you use obs for screen recording.... Please reply bro!!!!
Yes, I use OBS Studio. You can check their website for system requirements, I m not sure about that. 4GB Ram should be fine, maybe since its Pentium and i series its a little slow. But you can check their website for it.
@@65muralikumarj bro na ipo competitive programming panlantu iruken so I'm not gonna learn js If you want to learn Learn these topics : 1.basics 2.oops 3.es6 features 4.oops 5.higher order array methods 6.asynchronys js 7. Dom
Own ah try panniruken but complete ah publish panni, maintain panra maari perusa edhum panla :) I m planning to do maybe for this channel, etc but full time work iruka naala time kidaika maatenguthu
Thank you so much for the beautiful explanation bro..!!
recursion (1) + recursion (0)
1 + 0
recursion (2) + recursion (1)
1 + 1
recursion (3) + recursion (2)
2 + 1
recursion (4) + recursion (3)
3 + 2
recursion (5) + recursion (4)
5 + 3
recursion (6) => 8
Ans = 8 // Is it right bro??
Yes that is correct! :)
@CS in Tamil
Thank you so much for your response bro...!
Currently I am watching your Data structure playlist.
You are making such a complex topics in a simple and understandable way...!!
I am glad that I found your channel while seeking for job... 🙂🙂
Got it..!
How this? Recursion (0) becomes 0 ?
@@senthilkrish2 if confition la less than 1 nah it returns n so recursion(0) porappoh return 0 varum...
Finally someone who just doesn't say, "Function calling itself" and actually explaining the actual meaning behind it simply, this is what exactly is needed to understand how it works. Thanks for the help you gave, it seriously is helping to get more clarity and release overwhelming stress ❤❤
Output for the question asked in this video :
Recurse (6) = recurse(5) + recurse (4)
Recurse (5) = recurse (4) + recurse (3)
Recurse (4) = recurse (3) + recurse (2)
Recurse (3) = recurse (2) + recurse (1)
Recurse (2) = recurse (1) + recurse (0)
Recurse (1) = 1, recurse(0) = 0. Therefore, the output is 8 and the series is 0 1 1 2 3 5 8 is called Fibonacci series 🤩🤩 Thanks for making understand recursion simple !
Super 👌
Ok i understand that recursion, please explain how the answers came (0,1,1,2,3,5, 8)
@@sowndharraja804 if the stack is full we want to pop out the element in the stack
These element are pop out from the stack
How it is sis please explain
Plz explain
very good explanation
Anna videos regular ah podunga neenga solli tharathy ellame super ah purithu
Thank you. Your explanation is simple and very clear.
Mass Thalaiva.🔥
concept-crystal clear.
Thank you
Super thambi. Rocking always understanding in
Own language remain unforgettable for students
Irrespective o f language ur explain in crystal clear and simple
Excellent teaching bro, clearly I'm getting , continue for the people
Thanks for detailed explanation :)
for JS
function fun(n) {
if (n === 1) return 1;
return n + fun(n-1)
}
fun(5)
Clear explanation thank you
Arumai. nit: Complier doesn't execute things line by line :-) Also, its language specific
Neat Explanation
Bro one request, antha last ah neenga thantha question ah explain panni oru video podunga bro
Fantastic explanation
clear perfect explanation bro
Suuupeerb explanation
Easy understanding vera level explanation super bro
nandrigal bro🤗
Super ra understant aagudhu vera level bro
Thank you for ur video but please explain briefly.*
thanks bro, well explanation......
Awesome explanation.. Tutorials for data structure implementations anna
Super explain pro
Supperr Anna Need more like this
So much useful.... Thank you bro
Super explain bro 👍
Perfect teaching
Great explanation anna yen us ponathuku aprm videos upload pandrathu illa ?
good explanation! learning python, is the concept for recursion same in python as well? while/for loops vs. recursion -> which is the better way to write loop logic?
I understand what you say ..
Vara level explain bro
Yenga bro iruntheenga ivlo naala❤
Bathroom la
SIR Sumita Arora topic wise Recursion teach panuka sir please .This video is very helpful sir but also teach according to that sir please
Nice explanation bro pls do a lecture for oops concepts with coding examples 🙏
wow superb
Thanks for the video bro last video la than unga ta ketan odanea potinga thanks bro
Bro please one program I didn't understand in recursion, getting output as 123454321 (mid val = 5) when the mid val changes output should change accordingly, indha program la stack flow suthama purila can you make a short or video for that?
Very useful vedio 🙏
Super teaching bro
nice teaching
Nice
Super bro... Vera levell...
2. Fibanocci series bro
thanks boii
Thank you sir
Hii bro... Kotlin tutorials pannuga bro ...
And app development tutorials ❤️
Mass bro 🔥
Tq bro
Fibonacci series👍👍
Bro javascript la iteration and recursion similarities and differences sollunga bro
Hi brother ungaloda c++ videos pathu ippathan konjam konjam kathukitto varran bro unga c++ videos fulla patha na c++ la expert ahiralama
C++ full course video la C++ la basic ah enalaan theriyanumo adhu kuduthiruken. C++ la ena pananum naalum indha topics laan first theriyanum. So kandipa adhu paarunga. Adhu apron neenga neraya extra ah kathukalaam use case poruthu.
Enaku heart thaga
Can we give any number in the place of 1 in "return 1;" line based on problem specifications?
Yes but the answer will be ultimately wrong akka
@@hariprasad467 😁
Depends on what output you want
I am your new follower bro
Bro java la naraya new topic videos upload pannuga
I will try to do more in Java! 👍🏻
@@CSinTamil thanks for replay ☺️ bro
Ans is 12
Ans 8
spr bro
Bro are you using OBS studio for screen recording..... I'm using 4 GB ram, intel PENTIUM processor hp laptop. If I use obs for screen recording it stuck (or) frame drops.... But how you use obs for screen recording.... Please reply bro!!!!
Yes, I use OBS Studio. You can check their website for system requirements, I m not sure about that. 4GB Ram should be fine, maybe since its Pentium and i series its a little slow. But you can check their website for it.
-1
well done : )
Ss ans is 8 correct
Oms bro
Bro JavaScript tutorials podunga bro
S bro JS tutorials venum
Bro neenga beginner ah
@@65muralikumarj bro na ipo competitive programming panlantu iruken so I'm not gonna learn js
If you want to learn
Learn these topics :
1.basics
2.oops
3.es6 features
4.oops
5.higher order array methods
6.asynchronys js
7. Dom
@@sriramadithya4799 super bro
Js la basics mattum than pathu irukkan...
Node and express poitu irukku bro
bro vector pathi video poduing bro
Rec()+rec()
Inthis two fun which fun is call first 1r 2
Hi bro
Bro.. Video post pannavey mattukingga
🎉
Recursion in python solli kudunga bro
Anna niga ethachum app,web develop pannirukigala?
Pannirutha solluga na paakuran ❤️
Own ah try panniruken but complete ah publish panni, maintain panra maari perusa edhum panla :) I m planning to do maybe for this channel, etc but full time work iruka naala time kidaika maatenguthu
Bro presentation software name solluga
I use canva.com for PPTs & OBS for recording.
Answer apidi varuthu athu solluga
Blog pathi sollungha anna
Epdi Blog create pananumnu explain panna solringala?
@@CSinTamil ama anna
❤️
Fantastic explanation
Bro presentation software name solluga
Bro presentation software name solluga
Canva.com
Bro presentation software name solluga