As we know there are 2 classical strategies to collision resolution: Separate chaining and Open addressing.
I’m wondering which one was chosen for HashTable/Dictionary in .net.
Or there were used some other strategy?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s all described in this paper on the MSDN : An Extensive Examination of Data Structures Using C# 2.0
Remember only the first sentence is my own 🙂