2021-10-25 19:34:27 +00: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-04-07 19:38:36 +00:00
|
|
|
<!-- Generated by graphviz version 8.0.1 (20230327.1645)
|
2021-10-25 19:34:27 +00:00
|
|
|
-->
|
|
|
|
<!-- Title: data_structures/binary_trees/words_alphabetical.c Pages: 1 -->
|
2022-09-08 00:17:03 +00: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-25 19:34:27 +00: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 00:17:03 +00: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-25 19:34:27 +00:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
|
|
|
<g id="a_node2"><a xlink:title=" ">
|
2022-09-08 00:17:03 +00: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-25 19:34:27 +00:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2023-04-07 19:38:36 +00:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M189.36,-54.54C150.06,-43.95 97.73,-29.84 63.01,-20.48"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.96,-16.84 53.39,-17.62 62.14,-23.6 63.96,-16.84"/>
|
2021-10-25 19:34:27 +00:00
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:title=" ">
|
2022-09-08 00:17:03 +00: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-25 19:34:27 +00:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2023-04-07 19:38:36 +00:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M206.42,-54.54C182.22,-44.97 150.77,-32.55 127.46,-23.33"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="128.97,-19.77 118.38,-19.35 126.39,-26.28 128.97,-19.77"/>
|
2021-10-25 19:34:27 +00:00
|
|
|
</g>
|
|
|
|
<!-- Node4 -->
|
|
|
|
<g id="node4" class="node">
|
|
|
|
<title>Node4</title>
|
|
|
|
<g id="a_node4"><a xlink:title=" ">
|
2022-09-08 00:17:03 +00: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-25 19:34:27 +00:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node4 -->
|
|
|
|
<g id="edge3" class="edge">
|
|
|
|
<title>Node1->Node4</title>
|
2023-04-07 19:38:36 +00:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M224.21,-54.54C212.84,-45.78 198.34,-34.63 186.79,-25.73"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="189.33,-22.5 179.27,-19.18 185.06,-28.05 189.33,-22.5"/>
|
2021-10-25 19:34:27 +00:00
|
|
|
</g>
|
|
|
|
<!-- Node5 -->
|
|
|
|
<g id="node5" class="node">
|
|
|
|
<title>Node5</title>
|
|
|
|
<g id="a_node5"><a xlink:title=" ">
|
2022-09-08 00:17:03 +00: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-25 19:34:27 +00:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node5 -->
|
|
|
|
<g id="edge4" class="edge">
|
|
|
|
<title>Node1->Node5</title>
|
2023-04-07 19:38:36 +00:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M243,-54.54C243,-47.17 243,-38.1 243,-30.11"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="246.5,-30.18 243,-20.18 239.5,-30.18 246.5,-30.18"/>
|
2021-10-25 19:34:27 +00:00
|
|
|
</g>
|
|
|
|
<!-- Node6 -->
|
|
|
|
<g id="node6" class="node">
|
|
|
|
<title>Node6</title>
|
|
|
|
<g id="a_node6"><a xlink:title=" ">
|
2022-09-08 00:17:03 +00: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-25 19:34:27 +00:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node6 -->
|
|
|
|
<g id="edge5" class="edge">
|
|
|
|
<title>Node1->Node6</title>
|
2023-04-07 19:38:36 +00:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M260.06,-54.54C270.18,-45.96 283.02,-35.07 293.41,-26.26"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="295.4,-28.31 300.77,-19.18 290.88,-22.97 295.4,-28.31"/>
|
2021-10-25 19:34:27 +00:00
|
|
|
</g>
|
|
|
|
<!-- Node7 -->
|
|
|
|
<g id="node7" class="node">
|
|
|
|
<title>Node7</title>
|
|
|
|
<g id="a_node7"><a xlink:title=" ">
|
2022-09-08 00:17:03 +00: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-25 19:34:27 +00:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node7 -->
|
|
|
|
<g id="edge6" class="edge">
|
|
|
|
<title>Node1->Node7</title>
|
2023-04-07 19:38:36 +00:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M276.12,-54.54C297.74,-45.1 325.73,-32.88 346.75,-23.71"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="347.97,-26.55 355.74,-19.35 345.17,-20.14 347.97,-26.55"/>
|
2021-10-25 19:34:27 +00:00
|
|
|
</g>
|
|
|
|
<!-- Node8 -->
|
|
|
|
<g id="node8" class="node">
|
|
|
|
<title>Node8</title>
|
|
|
|
<g id="a_node8"><a xlink:title=" ">
|
2022-09-08 00:17:03 +00: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-25 19:34:27 +00:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node8 -->
|
|
|
|
<g id="edge7" class="edge">
|
|
|
|
<title>Node1->Node8</title>
|
2023-04-07 19:38:36 +00:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M292.69,-54.54C328.72,-44.05 376.58,-30.12 408.74,-20.76"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="409.38,-23.93 418.01,-17.77 407.43,-17.21 409.38,-23.93"/>
|
2021-10-25 19:34:27 +00:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|