Files
leetcode/docs/content/02-guides/01-coding/09-decision-space/greedy.mdx
T

11 lines
254 B
Plaintext

---
title: 'Greedy'
description: 'DP where the local optimum provably suffices, so no memo is needed.'
sidebar:
order: 4
---
:::warning[Under construction]
This page is a scaffold. Notes, canonical problems, and template code are not written yet.
:::