-
Notifications
You must be signed in to change notification settings - Fork 1
Edge
neta-r edited this page Dec 19, 2020
·
1 revision
Implements edge_data and Serilizable
- src and dest int which represent the id of the source and destination nodes of the edge
- int tag which used for algorithms in the graph
- double w which represents the weight of the edge
- String info which helps algorithms in the graph
- equals and hashCode are being overriden in order to compare between the diffrent edges and to be used in graph algorithms
- getters and setters for every field of the edge
-
Graph related classes:
-
Game related classes:
-
Design related classes:
-
Util related classes: