Prefix Sum Coding Problems

Cumulative sum techniques for range queries

208
Total Problems
18
Easy
128
Medium
61
Hard
Start Practicing
13610Σ prefix sums

Master DSA Topics - January, 2026

Practice problems across 75+ categories

Prefix Sum Coding Problems

Practice problems frequently asked at Prefix Sum 208 problems | 18 Easy | 128 Medium | 61 Hard

# Problem Difficulty Topics
91 Maximum Frequency of an Element After Performing Operations II Hard
ArrayBinary SearchSliding Window
92 Maximum Fruits Harvested After at Most K Steps Hard
ArrayBinary SearchSliding Window
93 Maximum Good Subarray Sum Medium
ArrayHash TablePrefix Sum
94 Maximum Number of Non-Overlapping Subarrays With Sum Equals Target Medium
ArrayHash TableGreedy
95 Maximum Number of Robots Within Budget Hard
ArrayBinary SearchQueue
96 Maximum Number of Ways to Partition an Array Hard
ArrayHash TableCounting
97 Maximum OR Medium
ArrayGreedyBit Manipulation
98 Maximum Points You Can Obtain from Cards Medium
ArraySliding WindowPrefix Sum
99 Maximum Population Year Easy
ArrayCountingPrefix Sum
100 Maximum Score After Splitting a String Easy
StringPrefix Sum
101 Maximum Score From Grid Operations Hard
ArrayDynamic ProgrammingMatrix
102 Maximum Segment Sum After Removals Hard
ArrayUnion FindPrefix Sum
103 Maximum Side Length of a Square with Sum Less than or Equal to Threshold Medium
ArrayBinary SearchMatrix
104 Maximum Size Subarray Sum Equals k Medium
ArrayHash TablePrefix Sum
105 Maximum Strength of K Disjoint Subarrays Hard
ArrayDynamic ProgrammingPrefix Sum
Showing 91-105 of 208
1 ... 5 6 7 8 9 ... 14

Tutorials Library

Master any technology with our largest free online Library. Browse through 500+ tutorials across 10+ categories.

Python

Python Tutorial

Java

Java Tutorial

JavaScript

JavaScript

C++

C++ Tutorial

C#

C# Tutorial

Go

Go Tutorial

Rust

Rust Tutorial

TypeScript

TypeScript

Swift

Swift Tutorial

Kotlin

Kotlin Tutorial

Ruby

Ruby Tutorial

PHP

PHP Tutorial

C

C Tutorial

Scala

Scala Tutorial

Perl

Perl Tutorial

R

R Tutorial

Dart

Dart Tutorial

Lua

Lua Tutorial

MATLAB

MATLAB

Haskell

Haskell

Developer Toolbox

Powerful online tools to boost your productivity

public class MyFirstJavaProgram { Edit & Run

   /* This is my first java program.
    * This will print 'Hello, World!' as the output
    */

   public static void main(String []args) {
      System.out.println("Hello, World!"); // prints
   }
}

Start Coding in Seconds

Coding Ground For Developers

Code, Edit, Run and Share

Ignite your coding potential on Coding Ground - an immersive online platform for hands-on learning, collaboration, and skill development.