|
11 | 11 | | Question | Solution | Youtube |
|
12 | 12 | |------|:--------:|:----------------------:|
|
13 | 13 | | [Max Consecutive Ones](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3238/) | [](java/src/MaxConsecutiveOnes.java) [](python/max_consecutive_ones.py) |
|
14 | | -| [Find Numbers with Even Number of Digits](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3237/) | [](src/) [](python/) | |
15 | | -| [Squares of a Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3240/) | [](src/) [](python/) | |
| 14 | +| [Find Numbers with Even Number of Digits](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3237/) | [](java/src/FindNumbersWithEvenNumberOfDigits.java) [](python/find_number_with_even_number_of_digits.py) | |
| 15 | +| [Squares of a Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3240/) | [](java/src/) [](python/) | |
16 | 16 |
|
17 | 17 |
|
18 | 18 | ## Inserting Items Into An Array
|
19 | 19 | | Question | Solution | Youtube |
|
20 | 20 | |------|:--------:|:-------:|
|
21 | | -| [Duplicate Zeros](https://leetcode.com/explore/learn/card/fun-with-arrays/525/inserting-items-into-an-array/3245/) | [](src/) [](python/) | |
22 | | -| [Merge Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/525/inserting-items-into-an-array/3253/) | [](src/) [](python/) | |
| 21 | +| [Duplicate Zeros](https://leetcode.com/explore/learn/card/fun-with-arrays/525/inserting-items-into-an-array/3245/) | [](java/src/) [](python/) | |
| 22 | +| [Merge Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/525/inserting-items-into-an-array/3253/) | [](java/src/) [](python/) | |
23 | 23 |
|
24 | 24 |
|
25 | 25 | ## Deleting Items From An Array
|
26 | 26 | | Question | Solution | Youtube |
|
27 | 27 | |------|:--------:|:----------------------:|
|
28 | | -| [Remove Element](https://leetcode.com/explore/learn/card/fun-with-arrays/526/deleting-items-from-an-array/3247/) | [](src/) [](python/) | |
29 | | -| [Remove Duplicates from Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/526/deleting-items-from-an-array/3248/) | [](src/) [](python/) | |
| 28 | +| [Remove Element](https://leetcode.com/explore/learn/card/fun-with-arrays/526/deleting-items-from-an-array/3247/) | [](java/src/) [](python/) | |
| 29 | +| [Remove Duplicates from Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/526/deleting-items-from-an-array/3248/) | [](java/src/) [](python/) | |
30 | 30 |
|
31 | 31 |
|
32 | 32 | ## Searching For Items In An Array
|
33 | 33 | | Question | Solution | Youtube |
|
34 | 34 | |------|:--------:|:----------------------:|
|
35 | | -| [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/) | [](src/) [](python/) | |
36 | | -| [Valid Mountain Array](https://leetcode.com/explore/learn/card/fun-with-arrays/527/searching-for-items-in-an-array/3251/) | [](src/) [](python/) | |
| 35 | +| [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/src/) [](python/) | |
| 36 | +| [Valid Mountain Array](https://leetcode.com/explore/learn/card/fun-with-arrays/527/searching-for-items-in-an-array/3251/) | [](java/src/) [](python/) | |
37 | 37 |
|
38 | 38 |
|
39 | 39 | ## In-Place Operations
|
40 | 40 | | Question | Solution | Youtube |
|
41 | 41 | |------|:--------:|:----------------------:|
|
42 | | -| [Replace Elements with Greatest Element on Right Side](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3259/) | [](src/) [](python/) | |
43 | | -| [Remove Duplicates from Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3258/) | [](src/) [](python/) | |
44 | | -| [Move Zeros](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3157/) | [](src/) [](python/) | |
45 | | -| [Sort Array By Parity](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3260/) | [](src/) [](python/) | |
46 | | -| [Remove Element](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3575/) | [](src/) [](python/) | |
| 42 | +| [Replace Elements with Greatest Element on Right Side](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3259/) | [](java/src/) [](python/) | |
| 43 | +| [Remove Duplicates from Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3258/) | [](java/src/) [](python/) | |
| 44 | +| [Move Zeros](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3157/) | [](java/src/) [](python/) | |
| 45 | +| [Sort Array By Parity](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3260/) | [](java/src/) [](python/) | |
| 46 | +| [Remove Element](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3575/) | [](java/src/) [](python/) | |
47 | 47 |
|
48 | 48 |
|
49 | 49 | ## Conclusion
|
50 | 50 | Name | Solution | Youtube |
|
51 | 51 | |------|:--------:|:----------------------:|
|
52 | | -| [Height Checker](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3228/) | [](src/) [](python/) | |
53 | | -| [Third Maximum Number](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3231/) | [](src/) [](python/) | |
54 | | -| [Find All Numbers Disappeared in an Array](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3270/) | [](src/) [](python/) | |
55 | | -| [Squares of a Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3574/) | [](src/) [](python/) | |
| 52 | +| [Height Checker](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3228/) | [](java/src/) [](python/) | |
| 53 | +| [Third Maximum Number](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3231/) | [](java/src/) [](python/) | |
| 54 | +| [Find All Numbers Disappeared in an Array](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3270/) | [](java/src/) [](python/) | |
| 55 | +| [Squares of a Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3574/) | [](java/src/) [](python/) | |
0 commit comments