What is the difference between Hash Table and Arrays?
Answer Posted / sey
both hash table and arrays are data structure, but the way
they store data are different. hash table in some way use
array for its implementations so what makes it a hash table
is the design of hash function that map key(value)to the
hash table. the has function has noting to do with the
actual value(key) except to create O(1) hit to access,
insert or delete item.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Wcf and what is difference between wcf and web services?
Show us in simple steps to create setup & deployment project for windows application?
What is a base class in C#?
What is console readkey in vb net?
Which framework is best for desktop application?
Is arraylist generic in c#?
What is the purpose of abstract class in c#?
What is different between Static Constructor and Private Constructor?
i want o/p 011242110 in c# code.
What is the difference between // comments, /* */ comments and /// comments?
What is the use of parse in c#?
Does unity use c++ or c#?
What does assert() do in c#?
Why do we use threads in c#?
Explain the three test cases in unit testing?