Skip to content

Commit

Permalink
Update choose-edges-to-maximize-score-in-a-tree.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Aug 22, 2022
1 parent ceccf5c commit 08c5780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion C++/choose-edges-to-maximize-score-in-a-tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class Solution {
}
};


// Time: O(n)
// Space: O(n)
// dfs
Expand Down

0 comments on commit 08c5780

Please sign in to comment.