2022-09-30 16:55:00 +08:00
|
|
|
<?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">
|
2022-12-21 22:48:06 +08:00
|
|
|
<!-- Generated by graphviz version 7.0.4 (20221203.1631)
|
2022-09-30 16:55:00 +08:00
|
|
|
-->
|
2022-12-23 01:30:37 +08:00
|
|
|
<!-- Title: math/fibonacci_formula.c Pages: 1 -->
|
2022-09-30 16:55:00 +08:00
|
|
|
<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)">
|
2022-12-23 01:30:37 +08:00
|
|
|
<title>math/fibonacci_formula.c</title>
|
2022-09-30 16:55:00 +08:00
|
|
|
<!-- 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....">
|
2022-12-23 01:30:37 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="151.5,-74 25.5,-74 25.5,-55 151.5,-55 151.5,-74"/>
|
|
|
|
<text text-anchor="middle" x="88.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">math/fibonacci_formula.c</text>
|
2022-09-30 16:55:00 +08:00
|
|
|
</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>
|
2022-11-02 14:20:05 +08:00
|
|
|
<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"/>
|
2022-09-30 16:55:00 +08:00
|
|
|
</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>
|
2022-11-02 14:20:05 +08:00
|
|
|
<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"/>
|
2022-09-30 16:55:00 +08:00
|
|
|
</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>
|
2022-11-02 14:20:05 +08:00
|
|
|
<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"/>
|
2022-09-30 16:55:00 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|