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

11 lines
251 B
Plaintext

---
title: 'Backtracking'
description: 'DFS over the state tree with undo; exhaustive enumeration.'
sidebar:
order: 2
---
:::warning[Under construction]
This page is a scaffold. Notes, canonical problems, and template code are not written yet.
:::