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 system namespace?
What are value types in c#?
What is a .exe extension files? How is it similar to .dll extension files?
Which operator cannot be overloaded in c sharp?
What is escape character in c#?
What operator means?
What is the use of ienumerable?
Why do we need escape characters?
What is a c sharp?
Why is it important to override gethashcode when equals method is overridden?
What is the difference between readkey and readline in c#?
Can we change static variable value in c#?
What do you mean by delegates and explain different types of delegates?
What is a .aspx file?
What is the difference between select and selectmany?