Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 203 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 203 Bytes

Recursive Numeric Spirals

Build a function that takes one parameter and prints out the Fibonacci sequence based on the input parameter.

  • Write a recursive fibonacci sequence without looking one up