25/08/2023 4:40 pm
Topic starter
Notifications
Clear all
What is recursion?
0
Add a comment
1 Answer
0
27/08/2023 10:24 am
Recursion means “defining a problem in terms of itself“. This can be a very powerful tool in writing algorithms. Recursion comes directly from Mathematics, where there are many examples of expressions written in terms of themselves. For example, the Fibonacci sequence is defined as: F(i) = F(i-1) + F(i-2)
Add a comment
Add a comment
Forum Information
- 14 Forums
- 1,838 Topics
- 5,054 Posts
- 0 Online
- 1,079 Members
Our newest member: Tyronenodub
Latest Post: loli
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed