@@ -5,32 +5,32 @@ These questions test your ability to apply various techniques such as hashing, s
55## Foundation Questions ❤️  
66| Array Questions | Practice Link | Code Solutions | Video Solutions | HINT
77-|-|-|-|-
8- Wave Array| [ Solve ] ( https://practice.geeksforgeeks.org/problems/wave-array-1587115621/1?utm_source=geeksforgeeks )  |
9- Subarray with given sum| [ Solve ] ( https://Solve .com/problems/subarray-sum-equals-k/ )  |
10- Missing number in array| [ Solve ] ( https://Solve .com/problems/missing-number/ )  |
11- Rotate Array | [ Solve ] ( https://Solve .com/problems/rotate-array/ )  | | [ Video] ( https://youtu.be/0OTPqrEd74g )  
12- Find duplicates in an array| [ Solve ] ( https://Solve .com/problems/find-all-duplicates-in-an-array/ )  | 
13- Remove all occurrences of Given Number | [ Solve ] ( https://Solve .com/problems/remove-element/ ) 
14- Remove Duplicates from Sorted Array | [ Solve ] ( https://Solve .com/problems/remove-duplicates-from-sorted-array/ ) 
15- Move all zeroes to end of array| [ Solve ] ( https://Solve .com/problems/move-zeroes/ ) 
16- Sort an array of 0s, 1s and 2s | [ Solve ] ( https://Solve .com/problems/sort-colors/submissions/ )  | 
17- Intersection of two arrays| [ Solve ] ( https://Solve .com/problems/intersection-of-two-arrays/ ) 
18- Reverse an array| [ Solve ] ( https://Solve .com/problems/reverse-string/ ) 
8+ Wave Array| [ Leetcode ] ( https://practice.geeksforgeeks.org/problems/wave-array-1587115621/1?utm_source=geeksforgeeks )  |
9+ Subarray with given sum| [ Leetcode ] ( https://Leetcode .com/problems/subarray-sum-equals-k/ )  |
10+ Missing number in array| [ Leetcode ] ( https://Leetcode .com/problems/missing-number/ )  |
11+ Rotate Array | [ Leetcode ] ( https://Leetcode .com/problems/rotate-array/ )  | | [ Video] ( https://youtu.be/0OTPqrEd74g )  
12+ 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/ )  | 
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/ ) 
1919Swapping Elements in an array|
20- Remove Min and Max in an Array| [ Solve ] ( https://leetcode.com/problems/removing-minimum-and-maximum-from-array/ ) 
20+ Remove Min and Max in an Array| [ Leetcode ] ( https://leetcode.com/problems/removing-minimum-and-maximum-from-array/ ) 
2121
2222## Medium Questions ❤️🔥  
2323| Array Questions | Practice Link | Code Solutions | Video Solutions | HINT
2424|  ------------- |  :-------------: |  :-------------: |  :---------: | :---------: | 
25- Valid Moutain Array | [ Solve ] ( https://Solve .com/problems/valid-mountain-array/ )  | [ Code] ( # )  | [ Video] ( https://youtu.be/tVDTjm_fYbQ )  | 2 pointers
26- Majority Element | [ Solve ] ( https://Solve .com/problems/majority-element/ )  | [ Code] ( # )  | [ Video] ( https://www.youtube.com/watch?v=cLE1J34pYUo )  | Sorting / or Boyer-Moore Voting Algorithm
27- Kth largest/smallest element in an array | [ Solve ] ( https://Solve .com/problems/kth-largest-element-in-an-array/ )  | [ Code] ( https://github.com/CodingWallah/Arrays-DSA-Coding-Questions/blob/main/kth-largest-smallest.md )  | [ Video] ( # )  | soritng / priority q
28- Trapping Rain Water|[ Solve ] ( https://Solve .com/problems/trapping-rain-water/ ) 
29- Coin Change|[ Solve ] ( https://Solve .com/problems/coin-change/ ) 
30- Stock span problem|[ Solve ] ( https://Solve .com/problems/online-stock-span/ ) 
31- Merge k Sorted Arrays|[ Solve ] ( https://Solve .com/problems/merge-k-sorted-lists/ ) 
32- Next Permutation |[ Solve ] ( https://Solve .com/problems/next-permutation )  | [ Code] ( # )  | [ Video] ( # )  | 2 poniters 
33- Kadane's Algorithm|[ Solve ] ( https://Solve .com/problems/maximum-subarray ) 
25+ Valid Moutain Array | [ Leetcode ] ( https://Leetcode .com/problems/valid-mountain-array/ )  | [ Code] ( # )  | [ Video] ( https://youtu.be/tVDTjm_fYbQ )  | 2 pointers
26+ Majority Element | [ Leetcode ] ( https://Leetcode .com/problems/majority-element/ )  | [ Code] ( # )  | [ Video] ( https://www.youtube.com/watch?v=cLE1J34pYUo )  | Sorting / or Boyer-Moore Voting Algorithm
27+ Kth largest/smallest element in an array | [ Leetcode ] ( https://Leetcode .com/problems/kth-largest-element-in-an-array/ )  | [ Code] ( https://github.com/CodingWallah/Arrays-DSA-Coding-Questions/blob/main/kth-largest-smallest.md )  | [ Video] ( # )  | soritng / priority q
28+ Trapping Rain Water|[ Leetcode ] ( https://Leetcode .com/problems/trapping-rain-water/ ) 
29+ Coin Change|[ Leetcode ] ( https://Leetcode .com/problems/coin-change/ ) 
30+ Stock span problem|[ Leetcode ] ( https://Leetcode .com/problems/online-stock-span/ ) 
31+ Merge k Sorted Arrays|[ Leetcode ] ( https://Leetcode .com/problems/merge-k-sorted-lists/ ) 
32+ Next Permutation |[ Leetcode ] ( https://Leetcode .com/problems/next-permutation )  | [ Code] ( # )  | [ Video] ( # )  | 2 poniters 
33+ Kadane's Algorithm|[ Leetcode ] ( https://Leetcode .com/problems/maximum-subarray ) 
3434
3535
3636
0 commit comments