Tuesday, March 31, 2015

Get key from Dictionary for all elements in array

I just thought I'd push my luck and ask an additional question. It's somewhat related to my original problem. By the end of my application there will be be several Lists/Dictionaries statically input into my program, although it's starting to make things look cluttered as some of the Lists are quite extensive.


Considering that all this data is static and will never change, is there any format that this data would be better to be stored in?


An example of this is the Dictionary that I use to store the character-to-integer mappings.


No comments:

Post a Comment