Difference between revisions of "Test"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| + | |||
| + | === Code === | ||
| + | |||
| + | <syntaxhighlight lang="Python" style="border:3px dashed blue"> | ||
| + | def quickSort(arr): | ||
| + | less = [] | ||
| + | pivotList = [] | ||
| + | more = [] | ||
| + | if len(arr) <= 1: | ||
| + | return arr | ||
| + | else: | ||
| + | pass | ||
| + | </syntaxhighlight> | ||
=== Category-tree === | === Category-tree === | ||
Revision as of 15:35, 20 September 2019
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 |