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 the difference between a function and a method?
If you want to write your own dot net language, what steps you will u take care?
What is a class c#?
How does split work in c#?
What is dao in c#?
What is the use of the dispose method in C# ?
In which order the destructor is called for an inherited class?
How do I start a program in c#?
What are desktop applications examples?
Explain the top reason to use c# language?
What is difference between singleordefault and firstordefault?
What is out int in c#?
Which is faster iqueryable or ienumerable?
Can struct inherit from class c#?
What do u mean by delegation of authority?