mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
44 lines
2.0 KiB
XML
44 lines
2.0 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 2.49.2 (20211016.1639)
|
||
|
-->
|
||
|
<!-- Title: main Pages: 1 -->
|
||
|
<svg width="111pt" height="46pt"
|
||
|
viewBox="0.00 0.00 111.00 46.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 42)">
|
||
|
<title>main</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-42 107,-42 107,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="main function">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 38,-19.5 38,-0.5 0,-0.5"/>
|
||
|
<text text-anchor="middle" x="19" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:href="../../d4/d99/fibonacci__fast_8c.html#a7a3d55bd19854075cba2eed6b63cb2d3" target="_top" xlink:title="Get the  and  Fibonacci number using recursive half-interval decimation.">
|
||
|
<polygon fill="white" stroke="black" points="74,-0.5 74,-19.5 103,-19.5 103,-0.5 74,-0.5"/>
|
||
|
<text text-anchor="middle" x="88.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">fib</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M38.09,-10C46,-10 55.38,-10 63.83,-10"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="63.86,-13.5 73.86,-10 63.86,-6.5 63.86,-13.5"/>
|
||
|
</g>
|
||
|
<!-- Node2->Node2 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node2->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M78.02,-19.76C72.92,-28.57 76.41,-38 88.5,-38 95.86,-38 100.04,-34.5 101.02,-29.77"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="104.41,-28.86 98.98,-19.76 97.55,-30.25 104.41,-28.86"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|