7 kyu

Reverse fibonacci series

Description:

Write a function to generate 'n' number of fibonacci series (0,1,1,2,3...) in reverse order . The output should be a string of fibonacci series in the reverse order upto the given number.

Example

reverseFibo(3)  // => '110'
reverseFibo(10) // => '3421138532110'
Fundamentals

Stats:

CreatedMar 23, 2015
PublishedMar 23, 2015
Warriors Trained628
Total Skips7
Total Code Submissions1722
Total Times Completed389
JavaScript Completions389
Total Stars4
% of votes with a positive feedback rating88% of 156
Total "Very Satisfied" Votes127
Total "Somewhat Satisfied" Votes22
Total "Not Satisfied" Votes7
Total Rank Assessments16
Average Assessed Rank
6 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • manishsivanandan Avatar
  • ooflorent Avatar
  • Voile Avatar
  • farhanaditya Avatar
Ad