Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Fibonacci number

Please follow the requirements :-)

  • Should return n-th member of Fibonacci sequence.
  • Throw IllegalArgumentException for negative numbers .