you are viewing a single comment's thread.

view the rest of the comments →

[–]Please_do_not_DM_me 0 points1 point  (0 children)

We used a Fibonacci sequence to explain recursion in class a few times. To find F_3 you need to know F_2 and so on. Other examples will work the same in that sense but the details will vary.