Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d6061eb

Browse files
fixes table indentation
1 parent 5936572 commit d6061eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,36 @@
88

99
## Introduction
1010
| #Number | Name | Solution | Youtube |
11-
|:--------:|------|:----------:|:--------:|:----------------------:|
11+
|:-------:|------|:--------:|:----------------------:|
1212
| 1 | [Max Consecutive Ones](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3238/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
1313
| 1 | [Find Numbers with Even Number of Digits](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3237/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
1414
| 1 | [Squares of a Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3240/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
1515

1616

1717
## Inserting Items Into An Array
1818
| #Number | Name | Solution | Youtube |
19-
|:--------:|------|:----------:|:--------:|:----------------------:|
19+
|:-------:|------|:--------:|:-------:|
2020
| 1 | [Duplicate Zeros](https://leetcode.com/explore/learn/card/fun-with-arrays/525/inserting-items-into-an-array/3245/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
2121
| 1 | [Merge Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/525/inserting-items-into-an-array/3253/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
2222

2323

2424
## Deleting Items From An Array
2525
| #Number | Name | Solution | Youtube |
26-
|:--------:|------|:----------:|:--------:|:----------------------:|
26+
|:-------:|------|:--------:|:----------------------:|
2727
| 1 | [Remove Element](https://leetcode.com/explore/learn/card/fun-with-arrays/526/deleting-items-from-an-array/3247/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
2828
| 1 | [Remove Duplicates from Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/526/deleting-items-from-an-array/3248/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
2929

3030

3131
## Searching For Items In An Array
3232
| #Number | Name | Solution | Youtube |
33-
|:--------:|------|:----------:|:--------:|:----------------------:|
33+
|:-------:|------|:--------:|:----------------------:|
3434
| 1 | [Check if N And It's Double Exists](https://leetcode.com/explore/learn/card/fun-with-arrays/527/searching-for-items-in-an-array/3250/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
3535
| 1 | [Valid Mountain Array](https://leetcode.com/explore/learn/card/fun-with-arrays/527/searching-for-items-in-an-array/3251/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
3636

3737

3838
## In-Place Operations
3939
| #Number | Name | Solution | Youtube |
40-
|:--------:|------|:----------:|:--------:|:----------------------:|
40+
|:-------:|------|:--------:|:----------------------:|
4141
| 1 | [Replace Elements with Greatest Element on Right Side](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3259/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
4242
| 1 | [Remove Duplicates from Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3258/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
4343
| 1 | [Move Zeros](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3157/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
@@ -47,7 +47,7 @@
4747

4848
## Conclusion
4949
| #Number | Name | Solution | Youtube |
50-
|:--------:|------|:----------:|:--------:|:----------------------:|
50+
|:-------:|------|:--------:|:----------------------:|
5151
| 1 | [Height Checker](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3228/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
5252
| 1 | [Third Maximum Number](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3231/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |
5353
| 1 | [Find All Numbers Disappeared in an Array](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3270/) | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](src/) [![Python](https://img.icons8.com/color/35/000000/python.png)](python/) |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /