Skip to content

Commit 3eae54f

Browse files
fixed BinarySearch.py
1 parent 0caa8af commit 3eae54f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

classical_algorithms/python/BinarySearch.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import unittest
2-
31
class BinarySearch:
42
def search(self, array, element):
53
first = 0

0 commit comments

Comments
 (0)