Skip to content

Commit 35aa325

Browse files
authored
Update README.md
1 parent 54f187e commit 35aa325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Find duplicates in an array
1313
Remove all occurrences of Given Number | [Solve](https://leetcode.com/problems/remove-element/)
1414
Remove Duplicates from Sorted Array | [Solve](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)
1515
Move all zeroes to end of array
16-
Sort an array of 0s, 1s and 2s | [Solve](https://leetcode.com/problems/sort-colors/submissions/) , [Solve](https://practice.geeksforgeeks.org/problems/sort-an-array-of-0s-1s-and-2s4231/1/) | [Code](#) | [Video](#)
16+
Sort an array of 0s, 1s and 2s | [Solve](https://leetcode.com/problems/sort-colors/submissions/) , [Solve](https://practice.geeksforgeeks.org/problems/sort-an-array-of-0s-1s-and-2s4231/1/) | [Code](https://github.com/CodingWallah/Arrays-DSA-Coding-Questions/blob/main/Sort%20Array%200-1-2.md) | [Video](#)
1717
Intersection of two arrays
1818
Reverse an array
1919
Swapping Elements in an array

0 commit comments

Comments
 (0)