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-05-31 00:33:01 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: project_euler/problem_15/sol1.c Pages: 1 -->
|
2023-04-28 03:43:13 +08:00
|
|
|
<svg width="185pt" height="94pt"
|
|
|
|
viewBox="0.00 0.00 184.88 93.75" 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.75)">
|
2020-06-28 23:07:29 +08:00
|
|
|
<title>project_euler/problem_15/sol1.c</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Problem 15 solution">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="143.62,-85.75 34.62,-85.75 34.62,-55.25 143.62,-55.25 143.62,-85.75"/>
|
|
|
|
<text text-anchor="start" x="42.62" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">project_euler/problem</text>
|
|
|
|
<text text-anchor="middle" x="89.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_15/sol1.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=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="48.25,-19.25 0,-19.25 0,0 48.25,0 48.25,-19.25"/>
|
|
|
|
<text text-anchor="middle" x="24.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdint.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M73.06,-54.95C63.73,-46.5 51.96,-35.83 42.29,-27.08"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="44.91,-24.82 35.15,-20.7 40.21,-30.01 44.91,-24.82"/>
|
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=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="111.75,-19.25 66.5,-19.25 66.5,0 111.75,0 111.75,-19.25"/>
|
|
|
|
<text text-anchor="middle" x="89.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M89.12,-54.95C89.12,-47.62 89.12,-38.62 89.12,-30.66"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.63,-30.7 89.12,-20.7 85.63,-30.7 92.63,-30.7"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node4 -->
|
|
|
|
<g id="node4" class="node">
|
|
|
|
<title>Node4</title>
|
|
|
|
<g id="a_node4"><a xlink:title=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="176.88,-19.25 129.38,-19.25 129.38,0 176.88,0 176.88,-19.25"/>
|
|
|
|
<text text-anchor="middle" x="153.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node4 -->
|
|
|
|
<g id="edge3" class="edge">
|
|
|
|
<title>Node1->Node4</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M104.95,-54.95C114.13,-46.5 125.72,-35.83 135.24,-27.08"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.27,-30.05 142.26,-20.7 132.53,-24.9 137.27,-30.05"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|