Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##################################
- ##
- ## Jordi W. Hoock Castro
- ## www.twitter.com/JWHC_
- ##
- ## Bubble Sort Algorithm. (at least a try)
- ##
- #################################
- '\nNumeros ordenados correctamente.\n')
- print(numbers)
- print('\nIteraciones: '+str(it))
- print('Numeros ordenadors: '+str(len(numbers)))
- print('Tiempo de ejecucion: '+str( round(time.time()-time_start, 5 ) ) +str('\n'))
- bubbleSort(numbers)
Advertisement
Add Comment
Please, Sign In to add comment