Skip to content

Commit 520182b

Browse files
authored
Update README.md
1 parent 94fcef9 commit 520182b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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

341-
<!--- solution:start --->
341+
<!-- solution:start -->
342342

343343
### 方法二:并查集(优化)
344344

@@ -701,6 +701,6 @@ function removeStones(stones) {
701701

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

704-
<!--- solution:end --->
704+
<!-- solution:end -->
705705

706706
<!-- problem:end -->

0 commit comments

Comments
 (0)