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 orm in c#?
What is the size of a decimal?
What is msil, and why should developers need an appreciation of it if at all?
Is c# strongly typed?
What is default constructor in c#?
How to reduce image resolution in C#?
What is unrecognized escape sequence in c#?
Why reflection is used in c#?
What is difference between dll and exe in c#?
What is the difference between system.string and system.text.stringbuilder classes?
What is an assembly in .net?
What is use of private class in c#?
What is the difference between readkey and readline in c#?
Define constructors
What is string [] args in c#?