Skip to content
Snippets Groups Projects
Commit bf861ee3 authored by Martin Mareš's avatar Martin Mareš
Browse files

Hashing: A note on terminology

parent 5ec11c1d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,14 @@
\singlechapter{6}
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Terminology:
% • Things in the universe are called elements.
% • Elements stored in the data structure (or searched for etc.) are items.
% • Hash function maps elements to buckets.
% • In open addressing, we call the buckets cells (of the array).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter[hash]{Hashing}
\section{Systems of hash functions}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment