programming:hashing

Data Structures

Hashing / Hash table

The Hash table data structure organizes components into key-value pairs.

  • Key- unique integer that is used for indexing the values
  • Value - data that are associated with keys
Hash_table
  • programming/hashing.txt
  • Last modified: 2022/08/13 19:59
  • by Henrik Yllemo