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 can I access the registry from c# code?
How many constructor can a class have?
Why do we use namespace in c#?
What is the purpose of escape sequence?
How to find type of variable?
Explain the different ways a method can be overloaded?
What is reflection in c#?
What is readline c#?
What is the difference between asp net and c#?
Can we have multiple constructors in a class c#?
Explain the difference between “constant” and “read-only” variables used in c#?
What are the fundamental principles of oo programming?
In which way a two-dimensional array declared in C#?
What to implement on my class Finalize or IDisposable
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?