blog/algorithms/08-rb-trees/llrb.md
Matej Focko 0649fe687d
algorithms(llrb): add stub
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-01-03 19:44:24 +01:00

10 lines
180 B
Markdown

---
title: Left-leaning red-black tree
description: |
When Sedgewick simplifies the data structure, or does he?
tags:
- balanced trees
- red-black trees
---
## Introduction