mirror of
https://github.com/mfocko/blog.git
synced 2024-11-21 20:43:48 +01:00
algorithms(rank-balanced-trees): add skeleton for AVL relaxations
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
2f1b0a200b
commit
c40a8a9d58
1 changed files with 15 additions and 0 deletions
15
algorithms/99-rank-balanced-trees/05-avl-relaxations.md
Normal file
15
algorithms/99-rank-balanced-trees/05-avl-relaxations.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
id: avl-relaxations
|
||||||
|
slug: /rank-balanced-trees/avl-relaxations
|
||||||
|
title: Relaxations of the AVL tree
|
||||||
|
description: |
|
||||||
|
Implementing the WAVL and rAVL trees.
|
||||||
|
tags:
|
||||||
|
- balanced trees
|
||||||
|
- rank-balanced trees
|
||||||
|
- avl tree
|
||||||
|
- wavl tree
|
||||||
|
- ravl tree
|
||||||
|
last_update:
|
||||||
|
date: 2024-06-30
|
||||||
|
---
|
Loading…
Reference in a new issue