개발챙 AI study
/
Python
/
자료구조에 따른 복잡도 차이
/
List
/
Sort
Search
Share
Sort
Big-O
O(N Log N)
Example
l.sort()
Notes
key/reverse mostly doesn’t change