DSA Practice Sheet
*Company wise details for Questions coming soon.
Note – This Sheet is only meant for Prime & Super Students.
Day 01 : Arrays I
Question | Difficulty | Problem Link | Solution |
---|---|---|---|
Majority Element | EASY | Go to Question | Coming soon... |
Repeat & Missing Number | EASY | Go to Question | Coming soon... |
Merge 2 Sorted Arrays | EASY | Go to Question | Coming soon... |
Single Number | EASY | Go to Question | Coming soon... |
Stock Buy & Sell | EASY | Go to Question | Coming soon... |
Compute Pow X^N | MEDIUM | Go to Question | Coming soon... |
Day 02 : Arrays II
Question | Difficulty | Problem Link | Solution |
---|---|---|---|
Kadane's Algorithm | MEDIUM | Go to Qs | Coming soon... |
Search in 2D Matrix | MEDIUM | Go to Qs | Coming soon... |
Container with Most Water | MEDIUM | Go to Qs | Coming soon... |
Sort Array of 0s, 1s & 2s | MEDIUM | Go to Qs | Coming soon... |
3Sum | MEDIUM | Go to Qs | Coming soon... |
4Sum | MEDIUM | Go to Qs | Coming soon... |
Day 03 : Arrays III
Question | Difficulty | Problem Link | Solution |
---|---|---|---|
Next Permutation | MEDIUM | Go to Question | Coming Soon... |
Merge Overlapping Intervals | MEDIUM | Go to Question | Coming Soon... |
Longest Substring without Repeating | MEDIUM | Go to Question | Coming Soon... |
Set Matrix Zeroes | MEDIUM | Go to Question | Coming Soon... |
Word Search | MEDIUM | Go to Question | Coming Soon... |
Product of Array except Self | MEDIUM | Go to Question | Coming Soon... |
Day 04 : Arrays IV
Question | Difficulty | Problem Link | Solution |
---|---|---|---|
Subarray Sum Equals K | MEDIUM | Go to Question | Coming Soon... |
Find Duplicate | MEDIUM | Go to Question | Coming Soon... |
Spiral Matrix | MEDIUM | Go to Question | Coming Soon... |
Search in Sorted Matrix II | MEDIUM | Go to Question | Coming Soon... |
Count Inversions | HARD | Go to Question | Coming Soon... |
Day 05 : Arrays V
Question | Difficulty | Problem Link | Solution |
---|---|---|---|
Trapping Rainwater | HARD | Go to Question | Coming Soon... |
Sliding Window Maximum | HARD | Go to Question | Coming Soon... |
Reverse Pairs | HARD | Go to Question | Coming Soon... |
Largest Rectangle in a Histogram | HARD | Go to Question | Coming Soon... |
Day 06 : Strings I
Question | Difficulty | Problem Link | Solution |
---|---|---|---|
Valid Palindrome | EASY | Go to Question | Coming Soon... |
Valid Anagram | EASY | Go to Question | Coming Soon... |
Reverse Words in String | MEDIUM | Go to Question | Coming Soon... |
Remove All Occurrences | MEDIUM | Go to Question | Coming Soon... |
Permutation in String | MEDIUM | Go to Question | Coming Soon... |
String Compression | MEDIUM | Go to Question | Coming Soon... |
Day 07 : Strings II
Question | Difficulty | Problem Link | Solution |
---|---|---|---|
Reverse Words in String | MEDIUM | Go to Question | Coming Soon... |
Longest Common Prefix | EASY | Go to Question | Coming Soon... |
Group Anagrams | MEDIUM | Go to Question | Coming Soon... |
Minimum Window Substring | HARD | Go to Question | Coming Soon... |
KMP Algorithm | HARD | Go to Question | Coming Soon... |
Robin-Karp Algorithm | HARD | Concept | Coming Soon... |