blog/algorithms/08-rb-trees/llrb.md

11 lines
180 B
Markdown
Raw Normal View History

---
title: Left-leaning red-black tree
description: |
When Sedgewick simplifies the data structure, or does he?
tags:
- balanced trees
- red-black trees
---
## Introduction