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
Enlist the different types of classes in c#?
What's your approach to fetch static data in your windows form application?
What is escape character in c#?
What is a linked list c#?
What are the various components in crystal reports?
What is asynccallback c#?
What is the name of c# compiler?
Why do we need to call CG.SupressFinalize?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
Explain the use of virtual, sealed, override, and abstract method?
How can you force derived classes to provide new method implementations for virtual methods?
Why are strings in c# immutable?
What is a property c#?
What is the difference between interface and abstract class in c#?
Why do we use polymorphism in c#?