Files
leetcode/docs/content/02-arrays-and-strings/04-prefix-sum.mdx
T
Prad Nukala c7d1a48791 Based on the diff you provided, here is a summary of the changes made to your documentation setup for the LeetCode-style coding patterns course.
### 📂 Documentation Structure Changes
The project has been reorganized into a **Blume** framework (version 1.5.1) with a specific focus on **Coding Patterns**. The structure now clearly separates concepts, problems, and schedules.

#### 1. Core Configuration (`docs/package.json`)
*   **
2026-08-17 14:19:02 -04:00

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.
:::