I am trying to use remove method from list on struct object to remove it. This is my struct:
typedef struct pair{ int x; int y; } PAIR;
A