mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
### 📂 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`)
* **
11 lines
252 B
Plaintext
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.
|
|
:::
|