You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subarray with given sum| [Leetcode](https://leetcode.com/problems/subarray-sum-equals-k/), [CodingNinjas](https://www.codingninjas.com/codestudio/problems/subarray-with-given-sum_842487), [GeeksForGeeks](https://practice.geeksforgeeks.org/problems/subarray-with-given-sum-1587115621/1?utm_source=geeksforgeeks) |
10
+
Missing number in array| [Leetcode](https://leetcode.com/problems/missing-number/), [CodingNinjas](https://www.codingninjas.com/codestudio/problems/missing-number_6680467), [GeeksForGeeks](https://practice.geeksforgeeks.org/problems/missing-number-in-array1416/1?utm_source=geeksforgeeks) |
Find duplicates in an array| [Leetcode](https://leetcode.com/problems/find-all-duplicates-in-an-array/) |
13
+
Remove all occurrences of Given Number | [Leetcode](https://leetcode.com/problems/remove-element/)
14
+
Remove Duplicates from Sorted Array | [Leetcode](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)
15
+
Move all zeroes to end of array| [Leetcode](https://leetcode.com/problems/move-zeroes/)
16
+
Sort an array of 0s, 1s and 2s | [Leetcode](https://leetcode.com/problems/sort-colors/submissions/) , [GeeksForGeeks](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) |
17
+
Intersection of two arrays| [Leetcode](https://leetcode.com/problems/intersection-of-two-arrays/)
18
+
Reverse an array| [Leetcode](https://leetcode.com/problems/reverse-string/)
19
+
Swapping Elements in an array|
20
+
Find Min and Max in an Array| [GeeksForGeeks](https://practice.geeksforgeeks.org/problems/max-min/1?utm_source=geeksforgeeks)
21
21
22
22
## Medium Questions ❤️🔥
23
23
| Array Questions | Practice Link | Code Solutions | Video Solutions | HINT
Merge k Sorted Arrays|[Leetcode](https://leetcode.com/problems/merge-k-sorted-lists/), [CodingNinjas](https://www.codingninjas.com/codestudio/problems/merge-k-sorted-arrays_975379)
0 commit comments