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