mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
parent
316d5ffa37
commit
c1130490d7
@ -41,7 +41,7 @@ def bucket_sort(my_list,bucket_size=DEFAULT_BUCKET_SIZE):
|
||||
|
||||
|
||||
#test
|
||||
#besd on python 3.7.3
|
||||
#best on python 3.7.3
|
||||
user_input =input('Enter numbers separated by a comma:').strip()
|
||||
unsorted =[int(item) for item in user_input.split(',')]
|
||||
print(bucket_sort(unsorted))
|
||||
|
Loading…
Reference in New Issue
Block a user