We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e631c4a commit 47d5d9dCopy full SHA for 47d5d9d
algorithms/fibonacci.js
@@ -1,6 +1,7 @@
1
/*
2
3
Return Fibonacci of a given number
4
+ Big O of fibonacci is O(2^n)
5
6
*/
7
0 commit comments