I\'m programming an assignment for my algorithms class. I have a struct
struct Node { int firstPosition; int secondPosition; string firstColor;