mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
67 lines
2.7 KiB
XML
67 lines
2.7 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 6.0.1 (20220911.1526)
|
||
|
-->
|
||
|
<!-- 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'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->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M78.06,-54.98C68.35,-47.07 53.68,-35.11 42,-25.58"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="44.1,-22.78 34.13,-19.17 39.67,-28.2 44.1,-22.78"/>
|
||
|
</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->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M88.5,-54.75C88.5,-47.8 88.5,-37.85 88.5,-29.13"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="92,-29.09 88.5,-19.09 85,-29.09 92,-29.09"/>
|
||
|
</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->Node4 -->
|
||
|
<g id="edge3" class="edge">
|
||
|
<title>Node1->Node4</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M99.26,-54.98C109.27,-47.07 124.39,-35.11 136.43,-25.58"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="138.87,-28.12 144.54,-19.17 134.53,-22.63 138.87,-28.12"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|