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
Is hashset ordered c#?
Hi Friends, I am going through Siemens Interview Procedure from last 1+1/2 months. I went through 1 written + 2 Technical + 1 Managerial Round process after which I got call from HR informing that "you are selected and we would like to meet you for HR round". HR round was very nominal compared to MR. HR Round last for hardly 5 mins. They told me that you will get the final result on Friday. Still I have not received any feedback from them. Please help!!!
What is the symbol used for in c#?
Which of these statements correctly declares a two-dimensional array in c#?
Give examples for reference types?
What is main thread in c#?
What is the difference between string and stringbuilder in c#?
How can I check the type of an object at runtime?
Can I use exceptions in c#?
What is the difference between parse and tryparse in c#?
Can u list some style properties of List Box?
Can constructor be protected in c#?
What is windows application in c#?
How can I get the ascii code for a character in c#?
What is this keyword in C#?