Hello,
My input has duplicate keys and hence, using a dictionary isn’t possible.
What should I use instead to create a table of keys with values that accepts duplicates?
Hello,
My input has duplicate keys and hence, using a dictionary isn’t possible.
What should I use instead to create a table of keys with values that accepts duplicates?
For the duplicate keys, are the values the same or different? What are you going to do with this data? We need to understand what your process is doing.
Duplicate keys with different values. The data will be used to enter in a desktop application.