diff --git a/algorithms/99-rank-balanced-trees/02-rank-balanced-tree.md b/algorithms/99-rank-balanced-trees/02-rank-balanced-tree.md new file mode 100644 index 0000000..057ad73 --- /dev/null +++ b/algorithms/99-rank-balanced-trees/02-rank-balanced-tree.md @@ -0,0 +1,12 @@ +--- +id: core +slug: /rank-balanced-trees/core +title: Rank-balanced trees +description: | + Explaining the idea behind the rank-balanced tree. +tags: + - balanced trees + - rank-balanced trees +last_update: + date: 2024-06-30 +---