Skip to content

These questions test your ability to apply various techniques such as hashing, sorting, binary search, two pointers, sliding window, divide and conquer, dynamic programming, etc.

Notifications You must be signed in to change notification settings

rath23/JAVA-DSA-VectorCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Arrays-DSA-Coding-Questions 🚀

Arrays are one of the most fundamental and widely used data structures in programming. These questions test your ability to apply various techniques such as hashing, sorting, binary search, two pointers, sliding window, divide and conquer, dynamic programming, etc.

Foundation Questions ❤️

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

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 Solve
Coin Change Solve
Stock span problem Solve
Merge k Sorted Arrays Solve
Next Permutation Solve Code Video 2 poniters
Kadane's Algorithm Solve

Hard Questions 💔

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

About

These questions test your ability to apply various techniques such as hashing, sorting, binary search, two pointers, sliding window, divide and conquer, dynamic programming, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published