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">
|
2022-09-08 08:17:03 +08:00
|
|
|
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
|
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-09-08 08:17:03 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M48.23,-54.95C43.99,-46.48 39.07,-36.64 34.93,-28.37"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="37.98,-26.64 30.38,-19.26 31.72,-29.77 37.98,-26.64"/>
|
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-09-08 08:17:03 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M68.08,-54.95C72.45,-46.48 77.52,-36.64 81.79,-28.37"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.01,-29.75 86.48,-19.26 78.79,-26.54 85.01,-29.75"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|