Skip to content

Codewars Challenge - Complete Fibonacci Series // Made in Python and TypeScript.

Notifications You must be signed in to change notification settings

jonathan-messina/Fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Fibonacci

Codewars Challenge - Complete Fibonacci Series // Made in Python and TypeScript.

Link: https://www.codewars.com/kata/5239f06d20eeab9deb00049b

The function 'fibonacci' should return an array of fibonacci numbers.
The function takes a number as an argument to decide how many no. of elements to produce.
If the argument is less than or equal to 0 then return empty array.

Example:

fibonacci(4) # should return [0,1,1,2]

fibonacci(-1) # should return []

About

Codewars Challenge - Complete Fibonacci Series // Made in Python and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published