A pretty fast sorting algorithm, that works on both the extremities (edges) of a list per iteration to sort the given list in either ascending or descending order.
-
Updated
Apr 28, 2021 - Python
A pretty fast sorting algorithm, that works on both the extremities (edges) of a list per iteration to sort the given list in either ascending or descending order.
Add a description, image, and links to the single-iteration topic page so that developers can more easily learn about it.
To associate your repository with the single-iteration topic, visit your repo's landing page and select "manage topics."