What is the difference between Hash Table and Arrays?
Answer Posted / naga samrat chowdary narla
In both these data structures you require index to access the element(s). in case of hash table we use hash function to calculate the index from key.
one more we can say with respect to time complexity for insert, delete and search
Thanks,
Naga Samrat Chowdary, Narla
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the extension of c# file?
What is icomparer in c#?
Define method overloading in c#?
Can a sealed class be used as a base class?
Is void a class?
Is array passed by reference in c#?
What is difference between field and property in c#?
What are cookies in c#?
What is datareader c#?
What are the drawbacks of extending an interface as opposed to extending a class?
What are the delegates in c#?
What are the desktop applications?
Is array thread safe c#?
What is a multicast delegate in c#?
What is a event in c#?