Retired

Fibonacci Sequence (retired)

Description:

The fibonacci sequence is a sequence where each term is generated by adding up the 2 previous terms. The fibonacci sequence can start with (1, 1) or (0, 1). In this test we assume it starts with (1, 1) For example, up to the 10th term:

1, 1, 2, 3, 5, 8, 13, 21, 34, 55...

Your function must return the nth term of the sequence.

Algorithms
Mathematics
Logic
Numbers
Sequences
Arrays
Data Types

Stats:

CreatedAug 27, 2014
Warriors Trained155
Total Skips18
Total Code Submissions268
Total Times Completed78
Python Completions78
Ruby Completions0
Total Stars1
% of votes with a positive feedback rating0% of 0
Total "Very Satisfied" Votes19
Total "Somewhat Satisfied" Votes0
Total "Not Satisfied" Votes2
Ad
Contributors
  • Fowlron Avatar
  • jhoffner Avatar
  • josuedhg Avatar
  • user578387 Avatar
Ad