Comparison of bubble sort and quicksort algorithms. VTK Python programming example
Loading...
17,115
Loading...
Uploader Comments (mariostorti)
see all
All Comments (9)
-
want to know composer too...
-
What is the name of the piano piece? Who is the composer? Thank you for your answer
Loading...
You do an excellent job of displaying the disparity in swaps between the two sorts.
In most cases quick sort is better than bubble sort. But this artificially inflates quick sort. You fail to display the comparisons that each does. In a perfectly ordered array, bubble sort will always finish first. In your video it would display them both finishing on the same step.
Ishakaru 11 months ago
@Ishakaru I don't agree with you, this case doesn't "artificially inflate" the gain of quick-sort. In fact statisttically this is the most typical case. The case were the array is initially ordered is statistically insignificant. On the other hand, the purpose of this video is to show an example of VTK-Python programming, rather to focus on the sorting algorithms.
mariostorti 11 months ago
What is the name of the song in this video?
jon1579193 1 year ago
@jon1579193 I don know! I choose it from the AudioSwap feature, but now I don't remember which one, sorry...
mariostorti 1 year ago
@jon1579193 I finally found which is the cong. It is Polonaise No. 16 in G sharp minor Polonaise. The Artist it Sandor Falvay. I took it from YouTube's AudioSwap service.
mariostorti 10 months ago
@jon1579193 I finally found which is the cong. It is Polonaise No. 16 in G sharp minor Polonaise. The Artist it Sandor Falvay. I took it from YouTube's AudioSwap service.
mariostorti 10 months ago