@ -72,3 +72,11 @@ void Graph::add_vertex(int x, int y, int r)
edges.push_back(e);
current_vertex=v;
}
Vertex::Vertex(intx,inty,intr)
{
this->x=x;
this->y=y;
this->r=r;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.