Introduction - If you have any usage issues, please Google them yourself
A hash table (Hash table, also called hash table) is a data structure that accesses directly according to the key code value (Key value). That is to say, it accesses the record by mapping key code values to a location in the table to speed up the search. This mapping function is called a hash function, and an array of records is called a hash table.