[Updated] Introduction to Hash Tables
- Published 08/30/2004
Read a brief, non-academic, explanation of what hash tables are and why they are important.
Read a brief, non-academic, explanation of what hash tables are and why they are important.
See how to use a hash table. The example uses a small hash table that works with std::strings as key and any data as member. (The article, demo project, and source code were updated.)