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
Is string null or empty?
Why do we need private constructor in c#?
How to rotate an Image in C#?
what are implementation inheritance and interface inheritance?
Can we create instance of private class in c#?
What is an example of a delegate?
Can you specify nested classes as partial classes?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What does || mean in programming?
Is a char?
What is string method in c#?
Define mutex in C#?
What does the parsefloat function do?
Can datetime be null c#?
Is overriding of a function possible in the same class?