mirror of
https://github.com/onyx-and-iris/grokking-algorithms.git
synced 2025-03-31 11:01:14 +01:00
remove print numbers
This commit is contained in:
parent
4cd7bb7d18
commit
7e44b37850
@ -34,7 +34,6 @@ SAMPLE_SIZE = 1000
|
||||
numbers = random.sample(range(LOWER, UPPER), SAMPLE_SIZE)
|
||||
numbers.extend([9000, 999999])
|
||||
numbers.sort()
|
||||
print(numbers)
|
||||
|
||||
search = BinarySearch(numbers)
|
||||
print(search.search(42))
|
||||
|
Loading…
x
Reference in New Issue
Block a user