algorithms(llrb): add stub

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-01-03 19:44:24 +01:00
parent 2cf4a3efba
commit 0649fe687d
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

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