2020-06-28 23:07:29 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
2023-01-20 12:13:50 +08:00
|
|
|
<!-- Generated by graphviz version 7.0.6 (20230106.0513)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: data_structures/binary_trees/threaded_binary_trees.c Pages: 1 -->
|
2022-09-08 08:17:03 +08:00
|
|
|
<svg width="124pt" height="104pt"
|
|
|
|
viewBox="0.00 0.00 124.00 104.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 100)">
|
2020-06-28 23:07:29 +08:00
|
|
|
<title>data_structures/binary_trees/threaded_binary_trees.c</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="This file is a simple implementation of a Threaded Binary Tree.">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="116,-96 0,-96 0,-55 116,-55 116,-96"/>
|
|
|
|
<text text-anchor="start" x="8" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/binary</text>
|
|
|
|
<text text-anchor="start" x="8" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">_trees/threaded_binary</text>
|
|
|
|
<text text-anchor="middle" x="58" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_trees.c</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
|
|
|
<g id="a_node2"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="49,-19 3,-19 3,0 49,0 49,-19"/>
|
|
|
|
<text text-anchor="middle" x="26" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2022-11-02 14:20:05 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M48.05,-54.6C44.01,-46.52 39.37,-37.23 35.39,-29.27"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="38.61,-27.9 31.01,-20.52 32.35,-31.03 38.61,-27.9"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="115,-19 67,-19 67,0 115,0 115,-19"/>
|
|
|
|
<text text-anchor="middle" x="91" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2022-11-02 14:20:05 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M68.26,-54.6C72.43,-46.52 77.22,-37.23 81.32,-29.27"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="84.37,-31 85.84,-20.51 78.15,-27.79 84.37,-31"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|