dataStructure\edge - HilaShoshan/RobotsGame GitHub Wiki
This class implements edge_data interface.
Methods...
*just constructors and getters & setters
Constructors:
-
public edge() - Default
-
public edge(int src, int dest, double weight)
-
public edge(edge copy) - Deep Copy