Slide 6
Slide 6 text
Before we get to the code
• Hash tables are included in most programming
languages. This article is for a better understanding
on how they work than a tutorial on how to
implement one yourself.
• In the following code example, we will implement
an simple hash function. There are multiple ways to
write them.