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-21 05:44:50 +08:00
|
|
|
<!-- Generated by graphviz version 7.0.6 (20230106.0513)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
2022-12-23 01:30:37 +08:00
|
|
|
<!-- Title: math/collatz.c Pages: 1 -->
|
2022-09-08 08:17:03 +08:00
|
|
|
<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)">
|
2022-12-23 01:30:37 +08:00
|
|
|
<title>math/collatz.c</title>
|
2020-06-28 23:07:29 +08:00
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Implementation of Collatz' conjecture">
|
2022-12-23 01:30:37 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="94,-74 16,-74 16,-55 94,-55 94,-74"/>
|
|
|
|
<text text-anchor="middle" x="55" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">math/collatz.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="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>
|
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="M49.72,-54.75C45.53,-47.81 39.52,-37.86 34.27,-29.16"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="37.35,-27.49 29.18,-20.74 31.35,-31.11 37.35,-27.49"/>
|
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="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>
|
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="M60.45,-54.75C64.77,-47.81 70.96,-37.86 76.38,-29.16"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.32,-31.07 81.63,-20.73 73.38,-27.37 79.32,-31.07"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|