Quick sort visualization with python

Veröffentlicht am: 15 Februar 2021
auf dem Kanal: Bitrogen
196
14

Today's video is about the Quicksort algorithm. It's a sorting algorithm. It goes like this: First, it chooses an element, called a pivot, from the array, then reorder the array so that all elements with values less than the pivot come before the pivot, and then the elements with values greater than the pivot come after the pivot. This is called the partition operation. And recursively apply the partition algorithm to the left and right sides of the pivot element. Eventually, our shuffled list becomes sorted. We make this video by pillow library of the python programming language. You can find the source code in the description of this video.

Source Code: https://github.com/bitrogen/sorting-a...

Music: Erik Satie - Gymnopedie No 1


------------------------------------------------------------------
Gymnopedie No 1 by Kevin MacLeod is licensed under a Creative Commons Attribution 4.0 license. https://creativecommons.org/licenses/...

Source: http://incompetech.com/music/royalty-...

Artist: http://incompetech.com/


Auf dieser Seite können Sie das Online-Video Quick sort visualization with python mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Bitrogen 15 Februar 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 196 Mal angesehen und es wurde von 14 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!