Home About

Tags

MachineLearning (25) LinearAlgebra (16) GameDesign (12) ComputerScience (11) SoftwareEngineering (11) LargeLanguageModels (7) AudioEngineering (7) DiscreteMath (6) AutomatedTesting (6) Roblox (5) Zettelkasten (5) DataStructures (4) More

Notes by Lex Toumbourou

Hash Function

Dec 21, 2024 permanent    Hashing  ComputerScience

A hash function takes an input sequence of characters and returns fixed-length "hash value".

Used in Hash Table to convert keys into array indexes.