Looping with Recursion

You cannot view this unit as you're not logged in yet. Go to Account to login.

1 Comment

  1. Maksym Kosenko on May 22, 2022 at 8:19 am

    Hey It’s a cool theme! Thx Mark. Especially I liked Fibonacci challenge.
    There’re also another solutions. For instance a fibonacci list is always starts with [0, 1, 1, … ], so it’s possible to generate required list (because we know desired final index) and take its last element like List.last(our_fibonacci_list)

Leave a Comment

You must be logged in to post a comment.