2020-06-28 23:07:29 +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">
|
2021-12-10 01:57:52 +08:00
|
|
|
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: misc/fibonacci_fast.c Pages: 1 -->
|
2021-12-10 01:57:52 +08:00
|
|
|
<svg width="188pt" height="84pt"
|
|
|
|
viewBox="0.00 0.00 188.00 84.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2020-06-28 23:07:29 +08:00
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 80)">
|
|
|
|
<title>misc/fibonacci_fast.c</title>
|
2021-12-10 01:57:52 +08:00
|
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 184,-80 184,4 -4,4"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Compute  Fibonacci number using the formulae:">
|
2021-12-10 01:57:52 +08:00
|
|
|
<polygon fill="#bfbfbf" stroke="black" points="36,-56.5 36,-75.5 146,-75.5 146,-56.5 36,-56.5"/>
|
|
|
|
<text text-anchor="middle" x="91" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">misc/fibonacci_fast.c</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
|
|
|
<g id="a_node2"><a xlink:title=" ">
|
2021-12-10 01:57:52 +08:00
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 50,-19.5 50,-0.5 0,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="25" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">locale.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2021-12-10 01:57:52 +08:00
|
|
|
<path fill="none" stroke="midnightblue" d="M80.4,-56.32C70.54,-48.26 55.65,-36.08 43.78,-26.37"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="45.75,-23.46 35.8,-19.83 41.32,-28.88 45.75,-23.46"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:title=" ">
|
2021-12-10 01:57:52 +08:00
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="68,-0.5 68,-19.5 114,-19.5 114,-0.5 68,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="91" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2021-12-10 01:57:52 +08:00
|
|
|
<path fill="none" stroke="midnightblue" d="M91,-56.08C91,-49.01 91,-38.86 91,-29.99"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="94.5,-29.75 91,-19.75 87.5,-29.75 94.5,-29.75"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node4 -->
|
|
|
|
<g id="node4" class="node">
|
|
|
|
<title>Node4</title>
|
|
|
|
<g id="a_node4"><a xlink:title=" ">
|
2021-12-10 01:57:52 +08:00
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="132,-0.5 132,-19.5 180,-19.5 180,-0.5 132,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="156" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node4 -->
|
|
|
|
<g id="edge3" class="edge">
|
|
|
|
<title>Node1->Node4</title>
|
2021-12-10 01:57:52 +08:00
|
|
|
<path fill="none" stroke="midnightblue" d="M101.44,-56.32C111.15,-48.26 125.82,-36.08 137.5,-26.37"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="139.91,-28.92 145.37,-19.83 135.44,-23.53 139.91,-28.92"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|