Skip to content

Commit e4726f9

Browse files
authored
Update README_EN.md
1 parent a904029 commit e4726f9

File tree

1 file changed

+1
-2
lines changed
  • solution/2600-2699/2685.Count the Number of Complete Components

1 file changed

+1
-2
lines changed

solution/2600-2699/2685.Count the Number of Complete Components/README_EN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Take example 1 to explain:
248248

249249
#### C++
250250

251-
```c++
251+
```cpp
252252
class Solution {
253253
public:
254254
int countCompleteComponents(int n, vector<vector<int>>& edges) {
@@ -273,7 +273,6 @@ public:
273273
return ans;
274274
}
275275
};
276-
// cost:283ms、beats 5%.
277276
```
278277
279278
<!-- tabs:end -->

0 commit comments

Comments
 (0)