/ArraysCodingQuestions

Arrays Coding Questions ( Problems) for Practice | Placement Preparation | Interviews

ArraysCodingQuestions 🚀

Arrays Coding Questions ( Problems) for Practice | Placement Preparation | Interviews

Foundation Questions 🚀

Array Questions Practice Link Code Solutions Video Solutions HINT
Wave Array
Subarray with given sum
Missing number in array
Rotate Array
Find duplicates in an array
Move all zeroes to end of array
Sort an array of 0s, 1s and 2s Solve , Solve Code Video
Intersection of two arrays
Reverse an array
Swapping Elements in an array
Find Min and Max in an Array

Medium Questions 🚀

Array Questions Practice Link Code Solutions Video Solutions HINT
Valid Moutain Array Solve Code Video 2 pointers
Majority Element Solve Code Video Sorting / or Boyer-Moore Voting Algorithm
Kth largest/smallest element in an array Solve Code Video soritng / priority q
Trapping Rain Water
Coin Change
Stock span problem
Merge k Sorted Arrays
Next Permutation
Kadane's Algorithm

Hard Questions 🚀

Array Questions Practice Link Code Solutions Video Solutions HINT
Merge Without Extra Space
Next Smallest Palindrome