dataStructure\edge - HilaShoshan/RobotsGame GitHub Wiki

This class implements edge_data interface.

Methods...

*just constructors and getters & setters

Constructors:

  1. public edge() - Default

  2. public edge(int src, int dest, double weight)

  3. public edge(edge copy) - Deep Copy