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
- Host: GitHub
- URL: https://github.com/amari-calipso/pdqsort-python
- Owner: amari-calipso
- License: zlib
- Created: 2021-07-29T19:35:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T10:27:00.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T15:18:56.912Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# pdqsort-python
A Python port of Orson Peters' Pattern-Defeating QuickSortThis port doesn't currently feature the branchless version of the algorithm.