Genetics and CS, Part 3
Dictionaries
In this part, we are going to learn about a new data structure. Our first data structure was an array, and our new data structure, a Dictionary, shares some properties with arrays, but as you’ll see, it is a very different data structure.