In this video we implement a Hash Table, to efficiently search for an item in a list.
00:00 Introduction
04:35 What are hash tables?
09:45 Converting main program
13:46 Hash implementation
23:10 Walking through hash
24:28 Adding element to hash
27:25 Compiling, fixing errors, and (some) testing
35:55 Hash function: strlen
40:10 Finding an element
59:45 Command line arguments
1:03:02 Better hashing functions
1:10:48 Closing