diff --git a/algorithms/99-rank-balanced-trees/04-rb-with-rank.md b/algorithms/99-rank-balanced-trees/04-rb-with-rank.md new file mode 100644 index 0000000..5277ba4 --- /dev/null +++ b/algorithms/99-rank-balanced-trees/04-rb-with-rank.md @@ -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 +---