I have a List class that has nodes of type Node.
class List{ Node* head; int size; public: List(); List(const Team&am