2021-10-26 03:34:27 +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-12-21 22:48:06 +08:00
|
|
|
<!-- Generated by graphviz version 7.0.4 (20221203.1631)
|
2021-10-26 03:34:27 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: data_structures/binary_trees/words_alphabetical.c Pages: 1 -->
|
2022-09-08 08:17:03 +08:00
|
|
|
<svg width="477pt" height="93pt"
|
|
|
|
viewBox="0.00 0.00 476.50 93.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 89)">
|
2021-10-26 03:34:27 +08:00
|
|
|
<title>data_structures/binary_trees/words_alphabetical.c</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Printing the words contained in a file named file.txt in alphabetical order and also their frequencie...">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="312,-85 174,-85 174,-55 312,-55 312,-85"/>
|
|
|
|
<text text-anchor="start" x="182" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/binary</text>
|
|
|
|
<text text-anchor="middle" x="243" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_trees/words_alphabetical.c</text>
|
2021-10-26 03:34:27 +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="52,-19 0,-19 0,0 52,0 52,-19"/>
|
|
|
|
<text text-anchor="middle" x="26" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
|
2021-10-26 03:34:27 +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="M189.36,-54.54C150.23,-43.99 98.19,-29.96 63.46,-20.6"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.42,-17.23 53.85,-18.01 62.6,-23.99 64.42,-17.23"/>
|
2021-10-26 03:34:27 +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="119.5,-19 70.5,-19 70.5,0 119.5,0 119.5,-19"/>
|
|
|
|
<text text-anchor="middle" x="95" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">ctype.h</text>
|
2021-10-26 03:34:27 +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="M206.42,-54.54C182.33,-45.02 151.06,-32.66 127.78,-23.46"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.37,-20.32 118.79,-19.9 126.8,-26.83 129.37,-20.32"/>
|
2021-10-26 03:34:27 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node4 -->
|
|
|
|
<g id="node4" class="node">
|
|
|
|
<title>Node4</title>
|
|
|
|
<g id="a_node4"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="196.5,-19 137.5,-19 137.5,0 196.5,0 196.5,-19"/>
|
|
|
|
<text text-anchor="middle" x="167" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">inttypes.h</text>
|
2021-10-26 03:34:27 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node4 -->
|
|
|
|
<g id="edge3" class="edge">
|
|
|
|
<title>Node1->Node4</title>
|
2022-11-02 14:20:05 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M224.21,-54.54C212.95,-45.87 198.63,-34.85 187.13,-26"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="189.53,-23.42 179.47,-20.1 185.26,-28.97 189.53,-23.42"/>
|
2021-10-26 03:34:27 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node5 -->
|
|
|
|
<g id="node5" class="node">
|
|
|
|
<title>Node5</title>
|
|
|
|
<g id="a_node5"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="271,-19 215,-19 215,0 271,0 271,-19"/>
|
|
|
|
<text text-anchor="middle" x="243" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdbool.h</text>
|
2021-10-26 03:34:27 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node5 -->
|
|
|
|
<g id="edge4" class="edge">
|
|
|
|
<title>Node1->Node5</title>
|
2022-11-02 14:20:05 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M243,-54.54C243,-47.34 243,-38.53 243,-30.68"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="246.5,-30.69 243,-20.69 239.5,-30.69 246.5,-30.69"/>
|
2021-10-26 03:34:27 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node6 -->
|
|
|
|
<g id="node6" class="node">
|
|
|
|
<title>Node6</title>
|
|
|
|
<g id="a_node6"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="335,-19 289,-19 289,0 335,0 335,-19"/>
|
|
|
|
<text text-anchor="middle" x="312" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
2021-10-26 03:34:27 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node6 -->
|
|
|
|
<g id="edge5" class="edge">
|
|
|
|
<title>Node1->Node6</title>
|
2022-11-02 14:20:05 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M260.06,-54.54C270.08,-46.04 282.76,-35.29 293.09,-26.53"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="295.25,-29.29 300.61,-20.15 290.72,-23.95 295.25,-29.29"/>
|
2021-10-26 03:34:27 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node7 -->
|
|
|
|
<g id="node7" class="node">
|
|
|
|
<title>Node7</title>
|
|
|
|
<g id="a_node7"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="401,-19 353,-19 353,0 401,0 401,-19"/>
|
|
|
|
<text text-anchor="middle" x="377" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
2021-10-26 03:34:27 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node7 -->
|
|
|
|
<g id="edge6" class="edge">
|
|
|
|
<title>Node1->Node7</title>
|
2022-11-02 14:20:05 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M276.12,-54.54C297.64,-45.15 325.48,-32.99 346.46,-23.83"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="347.59,-27.16 355.35,-19.95 344.78,-20.75 347.59,-27.16"/>
|
2021-10-26 03:34:27 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node8 -->
|
|
|
|
<g id="node8" class="node">
|
|
|
|
<title>Node8</title>
|
|
|
|
<g id="a_node8"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="468.5,-19 419.5,-19 419.5,0 468.5,0 468.5,-19"/>
|
|
|
|
<text text-anchor="middle" x="444" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</text>
|
2021-10-26 03:34:27 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node8 -->
|
|
|
|
<g id="edge7" class="edge">
|
|
|
|
<title>Node1->Node8</title>
|
2022-11-02 14:20:05 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M292.69,-54.54C328.56,-44.1 376.16,-30.24 408.32,-20.88"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="408.93,-24.35 417.55,-18.2 406.98,-17.63 408.93,-24.35"/>
|
2021-10-26 03:34:27 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|