algorithms(rank-balanced-trees): add skeleton for ranked RB-tree

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-06-09 23:58:51 +02:00
parent 997ee1d48d
commit 2f1b0a200b
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

View 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
---