We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520182b commit e8124e6Copy full SHA for e8124e6
solution/0900-0999/0947.Most Stones Removed with Same Row or Column/README_EN.md
@@ -339,7 +339,7 @@ function removeStones(stones: number[][]): number {
339
340
<!-- solution:end -->
341
342
-<!--- solution:start --->
+<!-- solution:start -->
343
344
### Solution 2: Union-Find (Optimized)
345
@@ -600,7 +600,7 @@ function removeStones(stones: number[][]): number {
600
601
<!-- tabs:end -->
602
603
-<!--- solution:end --->
+<!-- solution:end -->
604
605
<!-- solution:start -->
606
@@ -702,6 +702,6 @@ function removeStones(stones) {
702
703
704
705
706
707
<!-- problem:end -->
0 commit comments