Hash Algorithm from Video

Create Hash Table to Recognize the Days of the Week

This hash uses the first and second character of the day (string) to avoids collisions.

image missing

This hash uses the first character of the day (string) and has collisions.

image missing