Benutzer:Hoxyd: Unterschied zwischen den Versionen

Aus Sureai
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „<syntaxhighlight lang="python" line="1" > def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else:…“)
 
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<syntaxhighlight lang="python" line="1" >
+
<source lang="python" line="1" >
 
def quickSort(arr):
 
def quickSort(arr):
 
     less = []
 
     less = []
Zeile 8: Zeile 8:
 
     else:
 
     else:
 
       pass
 
       pass
</syntaxhighlight>
+
</source>
 +
ads
 +
 
 +
 
 +
<div style="width:666px; height:380px; position:relative; left:0; top:0;">
 +
{{Special:IframePage|Youtube|path=6hrmSD6DZt4/embed}}
 +
</div>
 +
 
 +
 
 +
<div style="width:666px; height:380px; position:relative; left:0; top:0;">
 +
{{Special:IframePage|MapEnderal|}}
 +
</div>
 +
 
 +
 
 +
dsaasdas

Aktuelle Version vom 30. Juli 2017, 16:22 Uhr

def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr
    else:
       pass

ads




dsaasdas