Skip to content

Commit

Permalink
lab 4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-anastasiia committed Nov 25, 2024
1 parent e3e0ca8 commit fa3f14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LibraryCPPTemplate/Tests/graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ int main() {
}

//////////Vertex removal check//////////////////////////////////////////
graph.add_Edge(2, 3, 5);
graph.add_Edge(0, 4, 1);
/*graph.add_Edge(2, 3, 5);
graph.add_Edge(0, 4, 1);*/

int index1 = 3;
std::cout << "Deleting a vertex with an index: " << index1 << std::endl;
Expand Down

0 comments on commit fa3f14d

Please sign in to comment.