mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
algorithms(llrb): add stub
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
2cf4a3efba
commit
0649fe687d
1 changed files with 10 additions and 0 deletions
10
algorithms/08-rb-trees/llrb.md
Normal file
10
algorithms/08-rb-trees/llrb.md
Normal 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
|
Loading…
Reference in a new issue