Home
Random
Log in
Settings
About Nick Faro's Homepage
Disclaimers
Nick Faro's Homepage
Search
Test: Difference between revisions
Page
Discussion
Newer edit →
Test
(view source)
Revision as of 11:35, 17 May 2024
161 bytes added
,
17 May 2024
Created page with "<syntaxhighlight lang="python" line> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>"
Revision as of 11:35, 17 May 2024
(
view source
)
Nick
(
talk
|
contribs
)
(Created page with "<syntaxhighlight lang="python" line> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>")
Newer edit →
(No difference)
Nick
Bureaucrats
,
Interface administrators
,
Administrators
85
edits