자료구조 (Data Structures)/해시 테이블, Hash Table (1) 썸네일형 리스트형 [Hash Table] 해시 테이블, Hash Table https://github.com/cuttingworms/Data-Structures-with-Python GitHub - cuttingworms/Data-Structures-with-Python Contribute to cuttingworms/Data-Structures-with-Python development by creating an account on GitHub. github.com - 용어 Hashing : 키를 간단한 함수를 사용해 변환한 값을 배열의 인덱스로 이용하여 항목을 저장하는 것을 해싱이라 함 Hash function : 해싱에 사용되는 함수 Hash value : 해시 함수가 계산한 값, 해시 주소라고도 함 Hash table : 항목이 해시값에 따라 저장되는 1차원 리스트 Co.. 이전 1 다음