64. Hash table is a useful data structure for accessing the target data rapidly. Which one of
the following is NOT a good hash key choice?
(A)Use the first number digit of Taiwan identity number as the hash key for the member
data of a company
(B)Use birthday as the hash key for the student data of a class
(C)Use email as the hash key for the employee data of a company
(D)Use squad number as the hash key for the player data of a football team
詳解 (共 1 筆)
未解鎖
哈希表是一種用於快速訪問目標數據的有用數...