mirror of
https://github.com/TheAlgorithms/C
synced 2024-12-14 23:42:36 +03:00
52 lines
2.0 KiB
XML
52 lines
2.0 KiB
XML
<?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">
|
|
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
|
|
-->
|
|
<!-- Title: misc/collatz.c Pages: 1 -->
|
|
<svg width="120pt" height="82pt"
|
|
viewBox="0.00 0.00 120.00 82.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 78)">
|
|
<title>misc/collatz.c</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Implementation of Collatz' conjecture">
|
|
<polygon fill="#999999" stroke="#666666" points="93.5,-74 16.5,-74 16.5,-55 93.5,-55 93.5,-74"/>
|
|
<text text-anchor="middle" x="55" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">misc/collatz.c</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="46,-19 0,-19 0,0 46,0 46,-19"/>
|
|
<text text-anchor="middle" x="23" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M49.72,-54.75C45.29,-47.42 38.84,-36.73 33.38,-27.7"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="36.35,-25.84 28.19,-19.09 30.36,-29.46 36.35,-25.84"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="112,-19 64,-19 64,0 112,0 112,-19"/>
|
|
<text text-anchor="middle" x="88" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M60.45,-54.75C65.01,-47.42 71.67,-36.73 77.29,-27.7"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.34,-29.43 82.65,-19.09 74.4,-25.73 80.34,-29.43"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|