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
What is a data set in c#?
What is namespace in oops?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is the default scope of a class in c#?
What is the delegates in c#?
What is a int in c#?
What is reference c#?
What is escape character in c#?
Why do we use inheritance in c#?
the c# keyword .int. Maps to which .net type?
What are the desktop applications?
Differentiate between sqlclient oledb and providers?
What are methods in C#?
How many variables do you need?
What is the use of parse in c#?