Skip to content

Commit 5fb7148

Browse files
fibonacci_search
1 parent 9a26351 commit 5fb7148

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Arrays-searching/src/fibonacci_search/Fibonacci_Search.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111

1212
#Given a sorted array arr[] of size n and an element x to be searched in it. Return index of x if it is present in array else return -1.
1313

14-
15-
16-
from bisect import bisect_left
17-
1814
def fibMonaccianSearch(arr, x, n):
1915

2016
# Initialize fibonacci numbers

0 commit comments

Comments
 (0)