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
What is difference between function and method in c#?
Is a games console a computer?
Can you mark static constructor with access modifiers?
What is difference between string and stringbuilder in c#?
What is the Signification of the "new " keyword in C#? example
windows c# using datagridview in edit form sql server
What is option parameter in C#?
Is hashset ordered c#?
Which technology is best for desktop application?
Are structs faster than classes?
Is c++ or c# better?
Why delegates are type safe in c#?
What are variables in c#?
Can you store strings in arrays?
Is Multiple-inheritance supported by c#?