BruceLee569 34889fc6d8 Update quick_sort.py (#928)
Use the last element as the first pivot, for it's easy to pop, this saves one element space.
Iterating with the original list saves half the space, instead of generate a new shallow copy list by slice method.
2019-06-28 23:55:31 +08:00
..
2019-05-26 21:56:10 +05:30
2018-10-27 13:21:44 +02:00
2019-05-26 21:56:10 +05:30
2019-05-24 22:46:39 +05:30
2019-06-28 23:55:31 +08:00
2018-10-07 14:33:56 +05:30
2018-10-19 17:14:25 -05:00