Test
Revision as of 15:35, 20 September 2019 by BuckarooBanzai (talk | contribs)
Code
def quickSort(arr):
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
pass
Category-tree
Directions
/spawn → Earth teleports → Korlen travelhub
Train station
V1
Earth teleports
↓
Korlen travelhub
V2
Earth teleports |
↓ |
Korlen travelhub |
V3
Station 1 | |
↓ | |
Station 2 | Station 2 |
↓ | |
Station 3 |