I was wondering if anyone knew a good way to store data such that it would be indexed with two keys. Basically, I need something like a table (top-row is key1, left-column is k
I recommend:
Dictionary, char>
unless your table will be very large.