TheAlgorithms-C/d7/d0a/fibonacci__fast_8c__incl.svg

67 lines
2.6 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 7.0.4 (20221203.1631)
-->
<!-- Title: misc/fibonacci_fast.c Pages: 1 -->
<svg width="188pt" height="82pt"
viewBox="0.00 0.00 188.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)">
<title>misc/fibonacci_fast.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Compute &#160;Fibonacci number using the formulae:">
<polygon fill="#999999" stroke="#666666" points="146,-74 36,-74 36,-55 146,-55 146,-74"/>
<text text-anchor="middle" x="91" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">misc/fibonacci_fast.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="50,-19 0,-19 0,0 50,0 50,-19"/>
<text text-anchor="middle" x="25" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">locale.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="M79.8,-54.51C70.26,-46.85 56.33,-35.66 44.89,-26.47"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="47.2,-23.84 37.21,-20.31 42.82,-29.3 47.2,-23.84"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="114,-19 68,-19 68,0 114,0 114,-19"/>
<text text-anchor="middle" x="91" y="-7" 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="M91,-54.75C91,-48.27 91,-39.16 91,-30.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="94.5,-30.96 91,-20.96 87.5,-30.96 94.5,-30.96"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="180,-19 132,-19 132,0 180,0 180,-19"/>
<text text-anchor="middle" x="156" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M102.03,-54.51C111.42,-46.85 125.15,-35.66 136.41,-26.47"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="138.43,-29.35 143.96,-20.31 134,-23.92 138.43,-29.35"/>
</g>
</g>
</svg>