Name: Anonymous 2008-03-07 16:55
I'm trying to make something like a hash table that can locate a value quickly given a key to match. But my problem is that the data can't just match one key to retrieve a unique value, it must match three different keys to get the correct value. Is there any sort of existing data structure that provides this sort of lookup capability?