개발챙 AI study
/
Python
/
자료구조에 따른 복잡도 차이
/
Set
/
Clear
Search
Share
Clear
Big-O
O(1)
Example
s.clear()
Notes
similar to s = set()