mirror of
https://github.com/onyx-and-iris/grokking-algorithms.git
synced 2024-11-15 17:30:52 +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 random
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user