Changes

Jump to navigation Jump to search
197 bytes added ,  00:24, 15 January 2022
no edit summary
Line 1: Line 1:  
Tachyony
 
Tachyony
 +
 +
‎<syntaxhighlight lang="python" style="border: 3px dashed blue;">
 +
def quick_sort(arr):
 +
less = []
 +
pivot_list = []
 +
more = []
 +
if len(arr) <= 1:
 +
return arr
 +
else:
 +
pass
 +
‎</syntaxhighlight>
Bureaucrats, Check users, editor, emailconfirmed, Interface administrators, reviewer, smwadministrator, smwcurator, smweditor, Suppressors, Administrators
12,798

edits

Navigation menu