What is HashTable, what is the use of it, when do we use
(purpose).
Answer Posted / shiva charan
1.basically hashtable stores in terms of (key,value) pair.
2.all the searching operations can be done in O(1) time
complexity.
3. hashtable when u insert the values internally it uses
some optimized algorithm so that accessing will be pretty
much easier.
all the searching operations will be done with less time
complexity if u store the data in a hash table
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Are constructors inherited c#?
What are extensions methods in c#?
What is Event - Delegate?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is the use of the dispose method in C# ?
What does void mean in c#?
What is the class in c#?
What is deferred execution in c#?
If the original method is not static you can declare an override method to be static or not?
What is function c#?
Why do we use class in c#?
Define acid rule of thumb for transactions in c#.
Can arraylist hold primitive types?
Is concurrent queue thread safe?
What is the purpose of the integer parse method the decimal parse method?