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 purpose of dictionary in c#?
List down the differences between public, static and void keywords?
What does .length do in c#?
List out the differences between array and arraylist in c#?
What is a linked list c#?
How big is int16?
What is thread.sleep()?
How are delegates chosen?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
Name some string escape sequences in c#.
Define Abstract Class in C#
Define an assembly in .net?
What is callback delegate in c#?
What do you mean by the delegate in c#?
Why to use “using” in c#?