-
hash tables
today in class my teacher talked about hash tables I had no idea what he was talking about so could someone please explain to me what a hash table is or were to find easy to understand information on hash tables an example use of a hash table would be appreciated
thanks
-
Perhaps this link will help you.
-
Just wondering what class you were in? Did you feel like you couldn't just ask the teacher (I know that can be intimidating)... but you are probably not the only person in the class lost on the topic... and it could therefore help others.
Anyway...
Definition of Hashtable: In computer science, a hash table is an associative array data structure that associates keys with values. The primary operation it supports efficiently is a lookup, where it is given a key, an identifier for the information to be found such as a person's name, and asked to find the corresponding value. It works by transforming the key using a hash function into a hash, a number that the hash table uses to locate the desired value.
You can get more info from here :
http://en.wikipedia.org/wiki/Hashtable
Similar Threads
-
Replies: 3
Last Post: 11-11-2005, 12:29 PM
-
Replies: 0
Last Post: 04-04-2003, 05:25 PM
-
By Jason Sobell \(iGadget\) in forum .NET
Replies: 0
Last Post: 10-28-2002, 03:22 AM
-
Replies: 0
Last Post: 04-02-2002, 02:13 PM
-
By Mel Raab in forum VB Classic
Replies: 5
Last Post: 05-25-2000, 02:14 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|