I am implementing and adjacency-list type graph (undirected) in c language, and I need to remove an edge. My data structures are:
typedef struct edge { int v2