「Sandbox4moved3」の版間の差分
Notion-MW |
Notion-MW |
||
169行目: | 169行目: | ||
==aaaa== | ==aaaa== | ||
<syntaxhighlight lang="python">def quick_sort(arr): | |||
less = [] | |||
pivot_list = [] | |||
more = [] | |||
if len(arr) <= 1: | |||
return arr | |||
else: | |||
pass</syntaxhighlight> | |||
; bbbb | ; bbbb | ||