파이썬으로 직접 구현한 quick sort와 binary tree 입니다. 아래 문서에서 Integer Overflow, exception 등이 재밌어 구현해봤습니다. 문서 출처는 MIT, Saylor.org 입니다. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263import random # use a mid point pivot# recursion# O(n log n)def quickSort(List): # base case if len(List) pivot: more.append(el) elif el