blog/files/algorithms/rb-trees/rules/red-root/rr_0.dot

8 lines
210 B
Text
Raw Normal View History

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