개발챙 AI study
/
Python
/
자료구조에 따른 복잡도 차이
/
List
/
Copy
Search
Share
Copy
Big-O
O(N)
Example
l.copy()
Notes
Same as l[:] which is O(N)