COMMITS
/ sorts/quick_sort.py October 5, 2022
J
refactor: pivot is randomly chosen (#6643)
Jérome Eertmans committed
September 7, 2021
C
Pyupgrade to Python 3.9 (#4718)
Christian Clauss committed
February 20, 2021
M
[mypy] Add/fix type annotations for quick_sort(#4085) (#4215)
Matthew committed
October 15, 2020
C
Tighten up quicksort() (#3319)
Christian Clauss committed
March 4, 2020
M
contribution guidelines checks (#1787)
matkosoric committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
August 19, 2019
C
Simplify code by dropping support for legacy Python (#1143)
Christian Clauss committed
June 28, 2019
B
Update quick_sort.py (#928)
BruceLee569 committed
May 24, 2019
B
Update quick_sort.py (#830)
BruceLee569 committed
April 26, 2019
S
variable in function should be lowercase (#768)
sakuralethe committed
November 25, 2017
C
Modernize Python 2 code to get ready for Python 3
cclauss committed
October 7, 2017
K
Fix: typo in multiple files.
KyleScharnhorst committed
April 6, 2017
M
Added some other spaces
Mehdi ALAOUI committed
M
Added some space before and after operators
Mehdi ALAOUI committed
April 5, 2017
M
Code more concise and more readable
Mehdi ALAOUI committed
January 3, 2017
A
updated version
alvin562 committed
August 29, 2016
Y
Update quick_sort.py
yyeltsyn committed
August 16, 2016
J
Fixed typos and added the shell sort algorithm
JakeBonek committed
August 11, 2016
M
[Quicksort]Added shuffling of input
miczal committed
August 1, 2016
S
Move files to separate directories
Sergey Tsaplin committed