Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 168 Bytes

File metadata and controls

3 lines (3 loc) · 168 Bytes

hash table 구조

파이썬의 set, dictionary 자료형은 hash table 구조이기 때문에 검색 속도가 빠르다. hash table 구조에 대해서 알아보자!