[Python] 5205. 퀵 정렬 def partition(l, r): p = arr[l] # 피봇 설정 i, j = l, r while i Algorithm/SW Expert Academy 2021.10.07