Loading [MathJax]/extensions/mml2jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 1 results
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Databases_and_Data_Structures/Data_Structures_(Wikibook)/09%3A_Hash_Tables
    A hash table, or a hash map, is a data structure that associates keys with values. It works by transforming the key using a hash function into a hash, a number that the hash table uses to locate the d...A hash table, or a hash map, is a data structure that associates keys with values. It works by transforming the key using a hash function into a hash, a number that the hash table uses to locate the desired value. This hash maps directly to a bucket in the array of key/value pairs, hence the name hash map. Returns the value of the element for the given key. Sets the element of the array for the given key to be equal to new-value. Remove the element for the given key from the hash table.

Support Center

How can we help?