Woot woot
2010-02-18 13:33:44 UTC
so my assignment is to compare the efficiency of how long it takes to search for a character string (Persons name) and integer (telephone number) pair in a hastable versus a vector of objects in Java. my question is how do i store the data in a hashtable and store that same data as a vector of objects.
thanks for your help!