0% found this document useful (0 votes)
2 views8 pages

DSA Problem Set

The document lists various programming problems from platforms like LeetCode and GeeksforGeeks, categorized by difficulty levels ranging from easy to medium-hard. Each problem includes its name, platform, difficulty, and a link for further details. Additionally, there are key learnings and intuitions for some problems, indicating the approach to solve them.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views8 pages

DSA Problem Set

The document lists various programming problems from platforms like LeetCode and GeeksforGeeks, categorized by difficulty levels ranging from easy to medium-hard. Each problem includes its name, platform, difficulty, and a link for further details. Additionally, there are key learnings and intuitions for some problems, indicating the approach to solve them.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd

Problem Name Platform Difficulty Solved (Yes/No)

Running Sum of 1d Array LeetCode Easy


Split an Array into Two Equal Sum SuGeeksforGeeksEasy
Equal Left and Right Subarray Sum GeeksforGeeksEasy
Find Pivot Index LeetCode Easy
Average GeeksforGeeksEasy
Range Sum Query Immutable LeetCode Easy
Mean of Range in Array GeeksforGeeksEasy
Find the Highest Altitude LeetCode Easy
Max Sum Subarray of Size K GeeksforGeeksMedium
Split Array in Three Equal Sum SubarGeeksforGeeksMedium
Minimum Value to Get Positive Step LeetCode Medium
Left and Right Sum Differences LeetCode Medium
Ant on the Boundary LeetCode Medium
Minimum Positive Sum Subarray LeetCode Medium
Max Value After M Range Operation GeeksforGeeksMedium-Hard
Longest Subarray with Sum Divisible GeeksforGeeksMedium-Hard
Subarray with Given Sum GeeksforGeeksMedium-Hard
Minimum Size Subarray Sum LeetCode Medium-Hard
Product of Array Except Self LeetCode Medium-Hard
Continuous Subarray Sum LeetCode Medium-Hard
Binary Subarrays with Sum LeetCode Medium-Hard
Find the Score of All Prefixes of an ArLeetCode Medium-Hard
Key learnings/Intuition
Iterate through the array, updating ea
Link
https://leetcode.com/problems/running-sum-of-1d-array/description/
https://www.geeksforgeeks.org/problems/split-an-array-into-two-equal-sum-subarrays/1?page=1&category=prefix-sum&sortBy
https://www.geeksforgeeks.org/problems/equal-left-and-right-subarray-sum--170647/1?page=1&category=prefix-sum&sortBy=d
https://leetcode.com/problems/find-pivot-index/description/
https://www.geeksforgeeks.org/problems/average4856/1?page=1&category=prefix-sum&sortBy=difficulty
https://leetcode.com/problems/range-sum-query-immutable/description/
https://www.geeksforgeeks.org/problems/mean-of-range-in-array2123/1?page=1&category=prefix-sum&sortBy=difficulty
https://leetcode.com/problems/find-the-highest-altitude/description/
https://www.geeksforgeeks.org/problems/max-sum-subarray-of-size-k5313/1?page=1&category=prefix-sum&sortBy=difficulty
https://www.geeksforgeeks.org/problems/split-array-in-three-equal-sum-subarrays/1?page=1&category=prefix-sum&sortBy=dif
https://leetcode.com/problems/minimum-value-to-get-positive-step-by-step-sum/description/
https://leetcode.com/problems/left-and-right-sum-differences/description/
https://leetcode.com/problems/ant-on-the-boundary/description/
https://leetcode.com/problems/minimum-positive-sum-subarray/description/
https://www.geeksforgeeks.org/problems/max-value-after-m-range-operation4300/1?page=1&category=prefix-sum&sortBy=diff
https://www.geeksforgeeks.org/problems/longest-subarray-with-sum-divisible-by-k1259/1?page=1&category=prefix-sum&sortB
https://www.geeksforgeeks.org/problems/subarray-with-given-sum-1587115621/1?page=1&category=prefix-sum&sortBy=diffic
https://leetcode.com/problems/minimum-size-subarray-sum/description/
https://leetcode.com/problems/product-of-array-except-self/description/
https://leetcode.com/problems/continuous-subarray-sum/description/
https://leetcode.com/problems/binary-subarrays-with-sum/description/
https://leetcode.com/problems/find-the-score-of-all-prefixes-of-an-array/description/
ategory=prefix-sum&sortBy=difficulty
tegory=prefix-sum&sortBy=difficulty

um&sortBy=difficulty

efix-sum&sortBy=difficulty
gory=prefix-sum&sortBy=difficulty

ory=prefix-sum&sortBy=difficulty
&category=prefix-sum&sortBy=difficulty
ry=prefix-sum&sortBy=difficulty
Problem Name Platform Difficulty Solved (Yes/No)
Ishaan Loves Chocolates GeeksForGeeks Easy Yes
Reverse a string with spaces intacGeeksForGeeks Easy
Sort the Half Sorted GeeksForGeeks Easy
Message Decoding GeeksForGeeks Easy
Reverse Prefix of Word LeetCode Easy
Count Binary String LeetCode Easy
Two Sum GeeksForGeeks Easy
Smallest Window containing 0, 1 GeeksForGeeks Easy
Find First Palindromic String LeetCode Easy
Find First Occurrence LeetCode Easy
Reverse String II LeetCode Easy
Flipping an Image LeetCode Easy
Largest Sum GeeksForGeeks Medium
Duplicate Zeroes LeetCode Medium
Min Avg. of Smallest and LargestLeetCode Medium
Reverse Words in String LeetCode Medium
Special Array Reversal GeeksForGeeks Medium
Intersection of Two Lists LeetCode Medium
First Negative in Every Window ofGeeksForGeeks Medium
Remove Duplicate From Sorted LiLeetCode Medium
Find Loop GeeksForGeeks Medium
Union of Two Sorted with DuplicaGeeksForGeeks Medium Hard
Triplets With Zero Sum GeeksForGeeks Medium Hard
Key learnings/Intuition
Link
https://www.geeksforgeeks.org/problems/ishaan-loves-chocolates2156/1
https://www.geeksforgeeks.org/problems/reverse-a-string-with-spaces-intact5213/1
https://www.geeksforgeeks.org/problems/sort-the-half-sorted2157/1
https://www.geeksforgeeks.org/problems/message-decoding4305/1
https://leetcode.com/problems/reverse-prefix-of-word/description/
https://leetcode.com/problems/count-binary-substrings/description/
https://www.geeksforgeeks.org/problems/count-pairs-with-given-sum5022/1
https://www.geeksforgeeks.org/problems/smallest-window-containing-0-1-and-2--170637/1
https://leetcode.com/problems/find-first-palindromic-string-in-the-array/description/
https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string/description/
https://leetcode.com/problems/reverse-string-ii/description/
https://leetcode.com/problems/flipping-an-image/description/
https://www.geeksforgeeks.org/problems/first-negative-integer-in-every-window-of-size-k3345/1
https://leetcode.com/problems/duplicate-zeros/
https://leetcode.com/problems/minimum-average-of-smallest-and-largest-elements/description/
https://leetcode.com/problems/reverse-words-in-a-string-iii/description/
https://www.geeksforgeeks.org/problems/special-array-reversal2328/1?page=1
https://leetcode.com/problems/intersection-of-two-arrays/description/
https://www.geeksforgeeks.org/problems/first-negative-integer-in-every-window-of-size-k3345/1
https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/
https://www.geeksforgeeks.org/problems/find-the-first-node-of-loop-in-linked-list--170645/1?page=1
https://www.geeksforgeeks.org/problems/union-of-two-sorted-arrays-1587115621/1?page=1
https://www.geeksforgeeks.org/problems/find-triplets-with-zero-sum/1?page=1
5/1?page=1

You might also like