Пример #1
0
 public bool HasEdge(Vertex firstVertex, Vertex secondVertex)
 => firstVertex.HasNeighbor(secondVertex);