What exactly are hashtables?
Posted
by keg
on Stack Overflow
See other posts from Stack Overflow
or by keg
Published on 2010-04-12T20:24:32Z
Indexed on
2010/04/12
20:43 UTC
Read the original article
Hit count: 99
hashtable
- What are they and how do they work?
- Where are they used?
- When should I (not) use them?
I've heard the word over and over again, yet I don't know its exact meaning.
What I heard is that they allow associative arrays by sending the array key through a hash function that converts it into an int and then uses a regular array. Am I right with that?
(Notice: This is not my homework; I go too school but they teach us only the BASICs in informatics)
© Stack Overflow or respective owner