blog/files/algorithms/rb-trees/rules/red-root/rr_0.dot
github-actions[bot] 34fc48031b deploy: 2fb4765b1f
2023-11-24 15:55:55 +00:00

7 lines
210 B
Text

digraph RBTree {
"139660435791312" [color=red,label="12"]
L139660435791312 [label="",color=none]
139660435791312 -> L139660435791312
R139660435791312 [label="",color=none]
139660435791312 -> R139660435791312
}