linked list with hashtable storage

  • Thread starter Thread starter Larry
  • Start date Start date
L

Larry

has anyone implemented a linked list with a hash table storing the data
values?

has anyone implemented an array with a hash table storing the data
values?

any examples?
 
has anyone implemented a linked list with a hash table storing the data
values?

has anyone implemented an array with a hash table storing the data
values?

any examples?

*** Sent via Developersdexhttp://www.developersdex.com***

Larry,

Maybe it's just me, but I'm not sure what you mean in either of those
questions. Can you provide a few more details?

Brian
 
Larry said:
has anyone implemented a linked list with a hash table storing the data
values?

has anyone implemented an array with a hash table storing the data
values?

any examples?

It's hard to know exactly what you mean, or what you're intending to
achieve. What problem are you facing, and how are you contemplating
solving it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top