Literature Note
/
So basically a set uses a hashtable as its underlying data structure. This explains the O(1) membership checking, since looking up an item in a hashtable is an O(1) operation, on average.
Search
Share
๐
So basically a set uses a hashtable as its underlying data structure. This explains the O(1) membership checking, since looking up an item in a hashtable is an O(1) operation, on average.
์ถ์ฒ
์์ง์๊ฐ
2022/09/22 05:09
์ฐ๊ฒฐ์๋ฃ
1 more property