Posts by Sandra Silva • 19 points
2 posts
-
-2
votes1
answer56
viewsQ: Insert edge into graph
I’m trying to insert an edge into a graph. The problem is to represent a metro line, considering the existing information in csv files. I created the classes Vertex, Edge, Station(Vertex),…
-
1
votes1
answer71
viewsQ: Add object validating if it exists
I am creating these two methods in which the first worth the existence of a vehicle from your name. In the second, it is intended to add a new vehicle, validating first, if there is a vehicle with a…