Recursion explanation - how it works? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 235

Recursion explanation - how it works?

If you want to know, click the link below: https://www.sololearn.com/discuss/307407/?ref=app

10th Apr 2017, 3:21 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
114 Answers
+ 97
This is how :)
10th Apr 2017, 3:21 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 71
Now someone access the link until SL crashes and report to devs the amount of recursion it requires to crash app.
10th Apr 2017, 3:37 PM
Hatsy Rei
Hatsy Rei - avatar
+ 53
Wow, Awesome! Recursion is much powerful, looks like a bug in the app 😂
10th Apr 2017, 3:25 PM
Dev
Dev - avatar
+ 50
To understand what is recursion, you must understand what is recursion!! :))
12th Apr 2017, 2:35 PM
Gami
Gami - avatar
+ 43
== ok........this is the most epic recursion that I have ever seen.😆😆😆
10th Apr 2017, 3:46 PM
Leon lit
Leon lit - avatar
+ 36
wow ✌️👍 😎 practical working example for a moment I got traped in the recursion...😵😵😵😂😂😂
27th Mar 2018, 6:12 PM
🌛DT🌜
🌛DT🌜 - avatar
+ 30
#ThugLife
10th Apr 2017, 3:24 PM
Meharban Singh
Meharban Singh - avatar
+ 22
"And another one." infinity post
10th Apr 2017, 6:25 PM
Manual
Manual - avatar
+ 22
Greaaat!
11th Apr 2017, 2:23 PM
Emma
Emma - avatar
+ 18
@Emma You are really inactive, but now you are active and I want to thank you for being my first ever Sololearn follower... You motovated me to continue using this app and I am really glad I still use it Thank you!
12th Apr 2017, 7:25 PM
Gami
Gami - avatar
+ 16
Yes, I know - it should have a base exit clause ;)
10th Apr 2017, 3:38 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 14
In C, when a function call itself again and again it is called Recursion
12th Apr 2017, 2:41 PM
Prince Saini
Prince Saini - avatar
+ 13
Recursion is fairly straightforward once you have done it a few times. My suggestion -- try writing a few recursive function. start with Fibonacci. Essentially you break your problem into sub problems until you hit a really easy sub problem you know the answer to. then you use the sub problems to solve a harder problem.
11th Apr 2017, 4:16 PM
Keenen Cates
Keenen Cates - avatar
+ 12
Recursion != infinite loop.
13th Apr 2017, 11:35 PM
Abner Schmidt
Abner Schmidt - avatar
+ 11
My advice: To understand recursion, you first have to understand recursion.
10th Apr 2017, 4:00 PM
Tob
Tob - avatar
+ 11
It is very important in programming.... Useful for less coding...
19th Mar 2019, 7:11 AM
Grandhi priyanka
Grandhi priyanka - avatar
+ 9
So an infinite loop with no base case.
12th Apr 2017, 3:56 AM
Swati
Swati - avatar
+ 9
lmao at first i was like wheres the code. why do i keep opening the same post. then i understood....
12th Apr 2017, 2:31 PM
Edward
+ 9
Sahil Exactly :)
29th Jun 2018, 5:51 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 8
This is the best recursion I have seen in my life
13th Apr 2017, 3:27 PM
Dragon Slayer Xavier
Dragon Slayer Xavier - avatar