mirror of
https://github.com/onyx-and-iris/grokking-algorithms.git
synced 2025-01-18 16:50:53 +00:00
cleanup quicksort
This commit is contained in:
parent
e30581d576
commit
cc680c1807
@ -1,8 +1,3 @@
|
|||||||
def quicksort(arr):
|
|
||||||
if len(arr) < 2:
|
|
||||||
return arr
|
|
||||||
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import random
|
import random
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user