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
How to assign Null value to Var?
What is the difference between int16 and int32 in c#?
What is as keyword in c#?
What is static and use of it?
What is system predicate?
Can the nested class access, the containing class. Give an example?
If casting fails what type of exception is thrown?
What is difference between mutable and immutable in c#?
What is keywords in c#?
What is the use of console application in c#?
What are the types of delegates in c#?
Can class be protected in c#?
What is sealed class in c#?
How do I type a whitespace character?
What is the correct way of declaring an xml namespace?