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
Define encapsulation?
How do I declare inout arguments in c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What does out mean in c#?
Define collections?
Is java better than c sharp?
Explain copy constructor?
What are the advantages of using delegates in c#?
Explain about Error handling and how this is done
What are the applications of c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
What is tryparse?
What is the differences between datagrid, datalist and repeater in .net?
What is a method c#?
What are the steps to create a webservice and consume it?