Creating and using a hashtable in your application is a single-step process[Topic] Hash Table.

Skill/Topic: Hash Table
A) True
B) False
Explanation: Creating and using a hashtable in your application is a two-step process. The first step is to define a user-defined structure similar to the way you defined nodes in a tree or a linked list. The second step is to define a Hashtable class. The Hashtable class declares an instance of the user-defined structure and defines member data and member functions that are used to add, remove, and manipulate information stored in the hashtable.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions