Files
leetcode/docs/content/02-guides/02-system-design/btree-indexes.mdx
T

13 lines
276 B
Plaintext

---
title: 'B-Tree Indexes'
description: 'The BST ordering invariant as a database index.'
sidebar:
order: 8
---
:::warning[Under construction]
This page is a scaffold. Notes, canonical problems, and template code are not written yet.
:::
**Coding family:** Hierarchical.