Skip to content

Commit d957c68

Browse files
authored
Update maximum-sum-of-edge-values-in-a-graph.cpp
1 parent f3b7988 commit d957c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/maximum-sum-of-edge-values-in-a-graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
n = 11
77
edges = [[0,1],[1,2],[2,3],[5,6],[6,7]]
8-
max is 367 but ans is 365, which is wrong
8+
max is 367 but ans is 366, which is wrong
99
*/
1010
class Solution_WA {
1111
public:

0 commit comments

Comments
 (0)