MCPcopy Create free account
hub / github.com/douchuan/algorithm / rb.rs

File rb.rs

src/tree/binary/rb.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#![allow(clippy::many_single_char_names)]
2//! 红黑树
3//!
4//! 红黑树是一种自平衡二叉搜索树,通过对节点进行着色和旋转,红黑树可以很容易地保持树的平衡。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected