mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 08:19:07 +01:00
15 lines
536 B
Text
15 lines
536 B
Text
digraph RBTree {
|
|
"140399805910672" [label="9"]
|
|
"140399805910672" -> "140399804142928" [color="red"]
|
|
"140399804142928" [color=red,label="5"]
|
|
L140399804142928 [label="",color=none]
|
|
140399804142928 -> L140399804142928
|
|
R140399804142928 [label="",color=none]
|
|
140399804142928 -> R140399804142928
|
|
"140399805910672" -> "140399805603280" [color="red"]
|
|
"140399805603280" [color=red,label="12"]
|
|
L140399805603280 [label="",color=none]
|
|
140399805603280 -> L140399805603280
|
|
R140399805603280 [label="",color=none]
|
|
140399805603280 -> R140399805603280
|
|
}
|