Skip to content

Commit e8124e6

Browse files
authored
Update README_EN.md
1 parent 520182b commit e8124e6

File tree

1 file changed

+3
-3
lines changed
  • solution/0900-0999/0947.Most Stones Removed with Same Row or Column

1 file changed

+3
-3
lines changed

solution/0900-0999/0947.Most Stones Removed with Same Row or Column/README_EN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ function removeStones(stones: number[][]): number {
339339

340340
<!-- solution:end -->
341341

342-
<!--- solution:start --->
342+
<!-- solution:start -->
343343

344344
### Solution 2: Union-Find (Optimized)
345345

@@ -600,7 +600,7 @@ function removeStones(stones: number[][]): number {
600600

601601
<!-- tabs:end -->
602602

603-
<!--- solution:end --->
603+
<!-- solution:end -->
604604

605605
<!-- solution:start -->
606606

@@ -702,6 +702,6 @@ function removeStones(stones) {
702702

703703
<!-- tabs:end -->
704704

705-
<!--- solution:end --->
705+
<!-- solution:end -->
706706

707707
<!-- problem:end -->

0 commit comments

Comments
 (0)