Skip to content

Commit 1e3d27d

Browse files
authored
Update 5-arrays.md
1 parent e0fcd15 commit 1e3d27d

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

assignments/5-arrays.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
# [Video Link](https://youtu.be/n60Dn0UsbEk)
22

33
## Submit the following on your Leetcode profile itself.
4+
45
### Easy
56
1. [Build Array from Permutation](https://leetcode.com/problems/build-array-from-permutation/)
6-
2. [solved]()->[Concatenation of Array](https://leetcode.com/problems/concatenation-of-array/)
7-
3. [solved]()->[Running Sum of 1d Array](https://leetcode.com/problems/running-sum-of-1d-array/)
8-
4. [solved]()->[Richest Customer Wealth](https://leetcode.com/problems/richest-customer-wealth/)
9-
5. [solved]()->[Shuffle the Array](https://leetcode.com/problems/shuffle-the-array/)
10-
6. [solved]()->[Kids With the Greatest Number of Candies](https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/)
11-
7. [solved]()->[Number of Good Pairs](https://leetcode.com/problems/number-of-good-pairs/)
12-
8. [solved]()->[How Many Numbers Are Smaller Than the Current Number](https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/)
13-
9. [solved]()->[Create Target Array in the Given Order](https://leetcode.com/problems/create-target-array-in-the-given-order/)
7+
2. [Concatenation of Array](https://leetcode.com/problems/concatenation-of-array/)
8+
3. [Running Sum of 1d Array](https://leetcode.com/problems/running-sum-of-1d-array/)
9+
4. [Richest Customer Wealth](https://leetcode.com/problems/richest-customer-wealth/)
10+
5. [Shuffle the Array](https://leetcode.com/problems/shuffle-the-array/)
11+
6. [Kids With the Greatest Number of Candies](https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/)
12+
7. [Number of Good Pairs](https://leetcode.com/problems/number-of-good-pairs/)
13+
8. [How Many Numbers Are Smaller Than the Current Number](https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/)
14+
9. [Create Target Array in the Given Order](https://leetcode.com/problems/create-target-array-in-the-given-order/)
1415
10. [Check if the Sentence Is Pangram](https://leetcode.com/problems/check-if-the-sentence-is-pangram/)
15-
11. [solved]()->[Count Items Matching a Rule](https://leetcode.com/problems/count-items-matching-a-rule/)
16-
12. [solved]()->[Find the Highest Altitude](https://leetcode.com/problems/find-the-highest-altitude/)
17-
13. [solved]()->[Flipping an Image](https://leetcode.com/problems/flipping-an-image/)
16+
11. [Count Items Matching a Rule](https://leetcode.com/problems/count-items-matching-a-rule/)
17+
12. [Find the Highest Altitude](https://leetcode.com/problems/find-the-highest-altitude/)
18+
13. [Flipping an Image](https://leetcode.com/problems/flipping-an-image/)
1819
14. [Cells with Odd Values in a Matrix](https://leetcode.com/problems/cells-with-odd-values-in-a-matrix/)
19-
15. [solved]()->[Matrix Diagonal Sum](https://leetcode.com/problems/matrix-diagonal-sum/)
20-
16. [solved]()->[Find Numbers with Even Number of Digits](https://leetcode.com/problems/find-numbers-with-even-number-of-digits/)
21-
17. [solved]()->[Transpose Matrix](https://leetcode.com/problems/transpose-matrix/)
22-
18. [solved]()->[Add to Array-Form of Integer](https://leetcode.com/problems/add-to-array-form-of-integer/)
20+
15. [Matrix Diagonal Sum](https://leetcode.com/problems/matrix-diagonal-sum/)
21+
16. [Find Numbers with Even Number of Digits](https://leetcode.com/problems/find-numbers-with-even-number-of-digits/)
22+
17. [Transpose Matrix](https://leetcode.com/problems/transpose-matrix/)
23+
18. [Add to Array-Form of Integer](https://leetcode.com/problems/add-to-array-form-of-integer/)
2324
19. [Maximum Population Year](https://leetcode.com/problems/maximum-population-year/)
2425
20. [Determine Whether Matrix Can Be Obtained By Rotation](https://leetcode.com/problems/determine-whether-matrix-can-be-obtained-by-rotation/)
2526
21. [Two Sum](https://leetcode.com/problems/two-sum/)

0 commit comments

Comments
 (0)