mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-04 21:51:04 +08:00
53 lines
2.3 KiB
XML
53 lines
2.3 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 2.44.0 (20200408.0750)
|
|
-->
|
|
<!-- Title: main Pages: 1 -->
|
|
<svg width="221pt" height="28pt"
|
|
viewBox="0.00 0.00 221.00 28.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 24)">
|
|
<title>main</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-24 217,-24 217,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 38,-19.5 38,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="19" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../de/d47/string__fibonacci_8cpp.html#ad8055ee368a5d5b24de01bdde6bf8fca" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="74,-0.5 74,-19.5 145,-19.5 145,-0.5 74,-0.5"/>
|
|
<text text-anchor="middle" x="109.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">fib_Accurate</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M38.34,-10C45.77,-10 54.7,-10 63.67,-10"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="63.73,-13.5 73.73,-10 63.73,-6.5 63.73,-13.5"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:href="../../de/d47/string__fibonacci_8cpp.html#a28052eee05d43c2ebc5147c52bd50c35" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="181,-0.5 181,-19.5 213,-19.5 213,-0.5 181,-0.5"/>
|
|
<text text-anchor="middle" x="197" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">add</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node2->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M145.28,-10C153.79,-10 162.75,-10 170.73,-10"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="170.86,-13.5 180.86,-10 170.86,-6.5 170.86,-13.5"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|