Tagged Questions
45
votes
18answers
4k views
Recursion without factorial, Fibonacci numbers etc
Almost every article I can find about recursion includes the examples of factorial or Fibonacci Numbers, which are:
Math
Useless in real life
Are there some interesting non-math code examples to ...
41
votes
18answers
17k views
In plain English, what is recursion?
The idea of recursion is not very common in real world. So, it seems a bit confusing to the novice programmers. Though, I guess, they become used to the concept gradually. So, what can be a nice ...
18
votes
9answers
2k views
What are some games involving recursion? [closed]
I need to introduce a group of 5-15 people to recursion and I would like to do so by using a physical game/dance/activity they can play to get a feeling for recursion. The class is not so much focused ...
14
votes
9answers
4k views
How do I explain “Recursion” to a 8 years old kid? [duplicate]
Possible Duplicate:
In plain English, what is recursion?
What is the best way to explain "Recursion" to 8 years old kid?
I tried with the Fibonacci Series but i failed.