Skip to content

Commit b051c4e

Browse files
yanglbmeactions-user
authored andcommitted
style: prettify code
1 parent f687179 commit b051c4e

File tree

236 files changed

+6
-359
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+6
-359
lines changed

solution/0500-0599/0547.Number of Provinces/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
</div>
5252
</div>
5353

54-
5554
## 解法
5655

5756
<!-- 这里可写通用的实现逻辑 -->

solution/0500-0599/0547.Number of Provinces/README_EN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<li><code>isConnected[i][j] == isConnected[j][i]</code></li>
4040
</ul>
4141

42-
4342
## Solutions
4443

4544
<!-- tabs:start -->

solution/1500-1599/1576.Replace All 's to Avoid Consecutive Repeating Characters/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
</li>
5555
</ul>
5656

57-
5857
## 解法
5958

6059
<!-- 这里可写通用的实现逻辑 -->

solution/1500-1599/1576.Replace All 's to Avoid Consecutive Repeating Characters/README_EN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<li><code>s</code> contains&nbsp;only lower case English letters and <code>&#39;?&#39;</code>.</li>
4949
</ul>
5050

51-
5251
## Solutions
5352

5453
<!-- tabs:start -->

solution/1600-1600/1600.Throne Inheritance/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ t.getInheritanceOrder(); // 返回 [&quot;king&quot;, &quot;andy&quot;, &quot;ma
7575
<li>最多调用&nbsp;<code>10</code>&nbsp;次&nbsp;<code>getInheritanceOrder</code>&nbsp;。</li>
7676
</ul>
7777

78-
7978
## 解法
8079

8180
<!-- 这里可写通用的实现逻辑 -->

solution/1600-1600/1600.Throne Inheritance/README_EN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ t.getInheritanceOrder(); // return [&quot;king&quot;, &quot;andy&quot;, &quot;ma
7373
<li>At most <code>10</code> calls will be made to <code>getInheritanceOrder</code>.</li>
7474
</ul>
7575

76-
7776
## Solutions
7877

7978
<!-- tabs:start -->

solution/1600-1600/1601.Maximum Number of Achievable Transfer Requests/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
<li><code>0 &lt;= from<sub>i</sub>, to<sub>i</sub> &lt; n</code></li>
6262
</ul>
6363

64-
6564
## 解法
6665

6766
<!-- 这里可写通用的实现逻辑 -->

solution/1600-1600/1601.Maximum Number of Achievable Transfer Requests/README_EN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ We can achieve all the requests. </pre>
6060
<li><code>0 &lt;= from<sub>i</sub>, to<sub>i</sub> &lt; n</code></li>
6161
</ul>
6262

63-
6463
## Solutions
6564

6665
<!-- tabs:start -->

solution/1600-1600/1603.Design Parking System/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ parkingSystem.addCar(1); // 返回 false ,因为没有空的大车位,唯一
4444
<li>最多会调用 <code>addCar</code> 函数 <code>1000</code> 次</li>
4545
</ul>
4646

47-
4847
## 解法
4948

5049
<!-- 这里可写通用的实现逻辑 -->

solution/1600-1600/1603.Design Parking System/README_EN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ parkingSystem.addCar(1); // return false because there is no available slot for
4040
<li>At most <code>1000</code> calls will be made to <code>addCar</code></li>
4141
</ul>
4242

43-
4443
## Solutions
4544

4645
<!-- tabs:start -->

0 commit comments

Comments
 (0)