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_23/sol2.c Pages: 1 -->
|
2023-04-28 03:43:13 +08:00
|
|
|
<svg width="179pt" height="94pt"
|
|
|
|
viewBox="0.00 0.00 179.12 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_23/sol2.c</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Problem 23 solution - optimization using look-up array">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="141.12,-85.75 32.12,-85.75 32.12,-55.25 141.12,-55.25 141.12,-85.75"/>
|
|
|
|
<text text-anchor="start" x="40.12" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">project_euler/problem</text>
|
|
|
|
<text text-anchor="middle" x="86.62" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_23/sol2.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="45.25,-19.25 0,-19.25 0,0 45.25,0 45.25,-19.25"/>
|
|
|
|
<text text-anchor="middle" x="22.62" 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->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M70.8,-54.95C61.62,-46.5 50.03,-35.83 40.51,-27.08"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="43.22,-24.9 33.49,-20.7 38.48,-30.05 43.22,-24.9"/>
|
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="110.38,-19.25 62.88,-19.25 62.88,0 110.38,0 110.38,-19.25"/>
|
|
|
|
<text text-anchor="middle" x="86.62" 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->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M86.62,-54.95C86.62,-47.62 86.62,-38.62 86.62,-30.66"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="90.13,-30.7 86.62,-20.7 83.13,-30.7 90.13,-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="171.12,-19.25 128.12,-19.25 128.12,0 171.12,0 171.12,-19.25"/>
|
|
|
|
<text text-anchor="middle" x="149.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">time.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="M102.2,-54.95C111.24,-46.5 122.65,-35.83 132.02,-27.08"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="134,-30.09 138.91,-20.7 129.22,-24.97 134,-30.09"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|