Try   HackMD

Prefix Sum Study Guide

Basic Prefix Sum

Fundamental problems that introduce the concept and basic usage of prefix sums.

Advanced Prefix Sum Techniques

More complex applications of prefix sums, often combined with other concepts.

Prefix Sum with Modular Arithmetic

Problems that combine prefix sums with modular arithmetic for efficient calculations.

Prefix Sum with HashMap

Problems that use hashmaps in conjunction with prefix sums for optimized solutions.

Problem Difficulty Legend

  • 🟩 Easy
  • 🟨 Medium
  • 🟧 Medium-Hard
  • 🟥 Hard
  • ⬛ Very Hard

Additional Resources