TheAlgorithms-C/d2/dd8/problem__3_2sol1_8c__incl.svg

53 lines
2.2 KiB
XML
Raw Normal View History

<?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 8.0.5 (20230430.1635)
-->
<!-- Title: project_euler/problem_3/sol1.c Pages: 1 -->
<svg width="118pt" height="94pt"
viewBox="0.00 0.00 117.62 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)">
<title>project_euler/problem_3/sol1.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Problem 3 solution">
<polygon fill="#999999" stroke="#666666" points="109.5,-85.75 0.5,-85.75 0.5,-55.25 109.5,-55.25 109.5,-85.75"/>
<text text-anchor="start" x="8.5" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">project_euler/problem</text>
<text text-anchor="middle" x="55" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_3/sol1.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.25 0,-19.25 0,0 46,0 46,-19.25"/>
<text text-anchor="middle" x="23" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">math.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M47.09,-54.95C42.87,-47.19 37.64,-37.56 33.13,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="35.78,-27.82 27.93,-20.7 29.63,-31.16 35.78,-27.82"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="109.62,-19.25 64.38,-19.25 64.38,0 109.62,0 109.62,-19.25"/>
<text text-anchor="middle" x="87" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M62.91,-54.95C67.13,-47.19 72.36,-37.56 76.87,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.37,-31.16 82.07,-20.7 74.22,-27.82 80.37,-31.16"/>
</g>
</g>
</svg>