সংবাদ

The code in bubble_sort_slow.py is taken from the wonderful book, Effective Python by Brett Slatkin, and the second bubble_sort_fast.py, I wrote it myself to demonstrate the difference. The algorithm ...
In order to use this you need docker and run the docker-compose file and check the execution time of the script for each which is using a bubble sort algorithm on an array of 10000 random generated ...