TheAlgorithms-C/d4/d99/fibonacci__fast_8c_a7a3d55bd19854075cba2eed6b63cb2d3_cgraph.svg

28 lines
1.2 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 6.0.2 (20221011.1828)
-->
<!-- Title: fib Pages: 1 -->
<svg width="37pt" height="45pt"
viewBox="0.00 0.00 37.00 45.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 41)">
<title>fib</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Get the &#160;and &#160;Fibonacci number using recursive half&#45;interval decimation.">
<polygon fill="#999999" stroke="#666666" points="29,-19 0,-19 0,0 29,0 29,-19"/>
<text text-anchor="middle" x="14.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">fib</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node1</title>
<path fill="none" stroke="#63b8ff" d="M10.03,-19.08C7.86,-27.73 9.35,-37 14.5,-37 17.56,-37 19.33,-33.73 19.81,-29.27"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="23.28,-28.76 18.97,-19.08 16.3,-29.34 23.28,-28.76"/>
</g>
</g>
</svg>