Difference between revisions of "User:Renzo"

From vsd
Jump to navigation Jump to search
(Created page with "This is a test page. <syntaxhighlight lang="python" line='line'> def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else: pass </synt...")
 
m
 
Line 1: Line 1:
 
This is a test page.
 
This is a test page.
−
<syntaxhighlight lang="python" line='line'>
 
−
def quickSort(arr):
 
−
less = []
 
−
pivotList = []
 
−
more = []
 
−
if len(arr) <= 1:
 
−
return arr
 
−
else:
 
−
pass
 
−
</syntaxhighlight>
 

Latest revision as of 16:29, 13 March 2017

This is a test page.