mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-19 00:37:02 +00:00
parent
316d5ffa37
commit
c1130490d7
|
@ -41,7 +41,7 @@ def bucket_sort(my_list,bucket_size=DEFAULT_BUCKET_SIZE):
|
||||||
|
|
||||||
|
|
||||||
#test
|
#test
|
||||||
#besd on python 3.7.3
|
#best on python 3.7.3
|
||||||
user_input =input('Enter numbers separated by a comma:').strip()
|
user_input =input('Enter numbers separated by a comma:').strip()
|
||||||
unsorted =[int(item) for item in user_input.split(',')]
|
unsorted =[int(item) for item in user_input.split(',')]
|
||||||
print(bucket_sort(unsorted))
|
print(bucket_sort(unsorted))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user