Skip to content

Commit 47d5d9d

Browse files
authored
Update fibonacci.js
1 parent e631c4a commit 47d5d9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algorithms/fibonacci.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
33
Return Fibonacci of a given number
4+
Big O of fibonacci is O(2^n)
45
56
*/
67

0 commit comments

Comments
 (0)