Skip to content

QueenieCplusplus/DataStructure_HashTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

DataStructure_HashTable

雜湊表的資料結構,也稱為字典或是 symbol table。

We have all used a dictionary. Dictionay-alike data are found in many apps and database mgmt apps. In computer science, we generally use the Symbol Table rather than Dictionary, we define symbol table as a set of name-attributes pairs. The characteristics of name & attrs vary according to the apps.

Define a Symbol Table

Releases

No releases published

Packages

No packages published

Languages