This code is about graph with node and edge. I am trying to add addEdge method for my graph class, I have difined the Edge constructor(with Node*, Node*, E), but wh
addEdge