InterviewSolution
Saved Bookmarks
| 1. |
Define A Hash Table? |
|
Answer» They are GENERALLY used for DATABASE indexing. A hash table is NOTHING but a DATA STRUCTURE that produces an associative array. They are generally used for database indexing. A hash table is nothing but a data structure that produces an associative array. |
|