mirror of
https://github.com/mfocko/blog.git
synced 2024-11-15 02:17:33 +01:00
algorithms(rank-balanced-trees): add skeleton for ranked RB-tree
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
997ee1d48d
commit
2f1b0a200b
1 changed files with 13 additions and 0 deletions
13
algorithms/99-rank-balanced-trees/04-rb-with-rank.md
Normal file
13
algorithms/99-rank-balanced-trees/04-rb-with-rank.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
id: rb-with-rank
|
||||
slug: /rank-balanced-trees/rb-with-rank
|
||||
title: Red-black tree with rank
|
||||
description: |
|
||||
Implementing the red-black tree via rank-balanced tree.
|
||||
tags:
|
||||
- balanced trees
|
||||
- rank-balanced trees
|
||||
- red-black trees
|
||||
last_update:
|
||||
date: 2024-06-30
|
||||
---
|
Loading…
Reference in a new issue