The old anagram problem with open address hashing HS77154

D

DK15798

Anybody think there is a way to solve the anagram problem (reading in
a dictionary of words and printing out the anagrams for all words)
with an open address hash table as opposed to a chained hash table?
 
J

John Harrison

Anybody think there is a way to solve the anagram problem (reading in
a dictionary of words and printing out the anagrams for all words)
with an open address hash table as opposed to a chained hash table?

Open addressing and chaining are two different ways of implementing the
same functionality. So of course anything that can be solved with chaining
can also be solved with open addressing.

Did you have a question about C++?

john
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top