Linux algemeen: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
<syntaxhighlight lang="python"> | <syntaxhighlight lang="python"> | ||
def quickSort(arr): | |||
less = [] | |||
pivotList = [] | |||
more = [] | |||
if len(arr) <= 1: | |||
return arr | |||
else: | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="bash"> | |||
def quickSort(arr): | def quickSort(arr): | ||
less = [] | less = [] |
Latest revision as of 16:33, 11 August 2015
- fuser -ck /net
pid of proccess holding mount
openssl x509 -noout -in scx-host-sldbowzs0101.basis-a.acc.pem -text
<syntaxhighlight lang="python"> def quickSort(arr):
less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else:
</syntaxhighlight>
<syntaxhighlight lang="bash"> def quickSort(arr):
less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else:
</syntaxhighlight>