The usage of hash table in layman's

Source: Internet
Author: User

1. hash table (hash table) is also a hash list, which is a data structure directly accessed according to the key code value (Key,value).
That is, it accesses records by mapping key code values to a location in the table to speed up the search.
2. Given table M, there is a function f (key), for any given keyword value key, after substituting the function, if you can get the address of the record in the table containing the key word,
The table M is a hash (hash) table, and the function f (key) is a hash (hash) function, also known as a hash function.

The usage of hash table in layman's

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.