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 0957732

Browse files
fixes table indentation
1 parent d6061eb commit 0957732

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

‎README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,48 +7,48 @@
77
🔒 = Subscription Content
88

99
## Introduction
10-
| #Number | Name | Solution | Youtube |
11-
|:-------:|------|:--------:|:----------------------:|
12-
| 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/) |
13-
| 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/) |
14-
| 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/) |
10+
| Question | Solution | Youtube |
11+
|------|:--------:|:----------------------:|
12+
| [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/) |
13+
| [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/) |
14+
| [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
18-
| #Number | Name | Solution | Youtube |
19-
|:-------:|------|:--------:|:-------:|
20-
| 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/) |
21-
| 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/) |
18+
| Question | Solution | Youtube |
19+
|------|:--------:|:-------:|
20+
| [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/) |
21+
| [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
25-
| #Number | Name | Solution | Youtube |
26-
|:-------:|------|:--------:|:----------------------:|
27-
| 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/) |
28-
| 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/) |
25+
| Question | Solution | Youtube |
26+
|------|:--------:|:----------------------:|
27+
| [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/) |
28+
| [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
32-
| #Number | Name | Solution | Youtube |
33-
|:-------:|------|:--------:|:----------------------:|
34-
| 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/) |
35-
| 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/) |
32+
| Question | Solution | Youtube |
33+
|------|:--------:|:----------------------:|
34+
| [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/) |
35+
| [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
39-
| #Number | Name | Solution | Youtube |
40-
|:-------:|------|:--------:|:----------------------:|
41-
| 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/) |
42-
| 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/) |
43-
| 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/) |
44-
| 1 |[Sort Array By Parity](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3260/) | [![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/) |
45-
| 1 |[Remove Element](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3575/) | [![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/) |
39+
| Question | Solution | Youtube |
40+
|------|:--------:|:----------------------:|
41+
| [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/) |
42+
| [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/) |
43+
| [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/) |
44+
| [Sort Array By Parity](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3260/) | [![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/) |
45+
| [Remove Element](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3575/) | [![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/) |
4646

4747

4848
## Conclusion
49-
| #Number | Name | Solution | Youtube |
50-
|:-------:|------|:--------:|:----------------------:|
51-
| 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/) |
52-
| 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/) |
53-
| 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/) |
54-
| 1 |[Squares of a Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3574/) | [![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/) |
49+
Name | Solution | Youtube |
50+
|------|:--------:|:----------------------:|
51+
| [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/) |
52+
| [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/) |
53+
| [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/) |
54+
| [Squares of a Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3574/) | [![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 によって変換されたページ (->オリジナル) /