Files
leetcode/docs/content/01-coding/01-arrays-and-strings/08-prefix-sum.mdx
T

11 lines
252 B
Plaintext

---
title: 'Prefix Sum'
description: 'Precomputed cumulative state for O(1) range queries.'
sidebar:
icon: sticky-note
---
:::warning[Under construction]
This page is a scaffold. Notes, canonical problems, and template code are not written yet.
:::