An open API service indexing awesome lists of open source software.

https://github.com/amari-calipso/pdqsort-python

A Python port of Orson Peters' Pattern-Defeating QuickSort
https://github.com/amari-calipso/pdqsort-python

Last synced: 2 months ago
JSON representation

A Python port of Orson Peters' Pattern-Defeating QuickSort

Awesome Lists containing this project

README

        

# pdqsort-python
A Python port of Orson Peters' Pattern-Defeating QuickSort

This port doesn't currently feature the branchless version of the algorithm.