In these code alongs, our primary objective is to implement the algorithms that we saw in the main chapter for analyzing genomes. To this end, we will need to learn a bit more about arrays and slices. We will then appreciate how Go implements strings and maps, and return to solving the Frequent Words Problem from the main text.