5 kyu
[BF] N-th Fibonacci Number
19iNont
Description:
Task
Write a program in BrainFuck to find the N-th Fibonacci number
from the sequence 1, 1, 2, 3, 5, 8, ...
Input:
Integer N, as charcode from 1 to 100. (1 <= N <= 100
)
Output:
N-th Fibonacci number as string
Example:
Input: charcode 8
Output: 21
Hint: 100th Fibonacci Number has 21 digits.
Fundamentals
Algorithms
Similar Kata:
Stats:
Created | Feb 6, 2018 |
Published | Feb 6, 2018 |
Warriors Trained | 194 |
Total Skips | 26 |
Total Code Submissions | 45 |
Total Times Completed | 19 |
BF Completions | 19 |
Total Stars | 3 |
% of votes with a positive feedback rating | 94% of 9 |
Total "Very Satisfied" Votes | 8 |
Total "Somewhat Satisfied" Votes | 1 |
Total "Not Satisfied" Votes | 0 |
Total Rank Assessments | 3 |
Average Assessed Rank | 5 kyu |
Highest Assessed Rank | 4 kyu |
Lowest Assessed Rank | 6 kyu |