Skip to content

Commit

Permalink
Update detonate-the-maximum-bombs.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Dec 18, 2021
1 parent 95cc9b7 commit cbf7cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C++/detonate-the-maximum-bombs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Solution {
}
};

// Time: O(|V|^2 | + |V| * |E|)
// Time: O(|V|^2 + |V| * |E|)
// Space: O(|V| + |E|)
// dfs solution
class Solution2 {
Expand Down

0 comments on commit cbf7cd0

Please sign in to comment.