TheAlgorithms-C/d3/da6/fibonacci__formula_8c__incl.svg

67 lines
2.7 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.0 (20221023.0053)
-->
<!-- Title: misc/fibonacci_formula.c Pages: 1 -->
<svg width="190pt" height="82pt"
viewBox="0.00 0.00 189.50 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_formula.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Finding Fibonacci number of any n number using [Binet&#39;s closed form formula](https://en....">
<polygon fill="#999999" stroke="#666666" points="151,-74 26,-74 26,-55 151,-55 151,-74"/>
<text text-anchor="middle" x="88.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">misc/fibonacci_formula.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="47,-19 0,-19 0,0 47,0 47,-19"/>
<text text-anchor="middle" x="23.5" y="-7" 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="M77.47,-54.51C68.08,-46.85 54.35,-35.66 43.09,-26.47"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="45.5,-23.92 35.54,-20.31 41.07,-29.35 45.5,-23.92"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="111.5,-19 65.5,-19 65.5,0 111.5,0 111.5,-19"/>
<text text-anchor="middle" x="88.5" 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="M88.5,-54.75C88.5,-48.27 88.5,-39.16 88.5,-30.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="92,-30.96 88.5,-20.96 85,-30.96 92,-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="181.5,-19 129.5,-19 129.5,0 181.5,0 181.5,-19"/>
<text text-anchor="middle" x="155.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.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="M99.87,-54.51C109.55,-46.85 123.7,-35.66 135.31,-26.47"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.44,-29.25 143.12,-20.3 133.1,-23.76 137.44,-29.25"/>
</g>
</g>
</svg>