mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 08:19:07 +01:00
8 lines
210 B
Text
8 lines
210 B
Text
|
digraph RBTree {
|
||
|
"139660435791312" [color=red,label="12"]
|
||
|
L139660435791312 [label="",color=none]
|
||
|
139660435791312 -> L139660435791312
|
||
|
R139660435791312 [label="",color=none]
|
||
|
139660435791312 -> R139660435791312
|
||
|
}
|