mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 11:37:18 +08:00
73 lines
3.5 KiB
XML
73 lines
3.5 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: math::fibonacci_sum::fiboSum Pages: 1 -->
|
|
<svg width="401pt" height="56pt"
|
|
viewBox="0.00 0.00 401.00 56.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 52)">
|
|
<title>math::fibonacci_sum::fiboSum</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#999999" stroke="#666666" points="107,-30 0,-30 0,0 107,0 107,-30"/>
|
|
<text text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">math::fibonacci_sum</text>
|
|
<text text-anchor="middle" x="53.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">::fiboSum</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="#63b8ff" d="M28.36,-30.28C22.78,-39.41 31.16,-48 53.5,-48 66.77,-48 75.11,-44.97 78.53,-40.6"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="82.03,-40.31 78.64,-30.28 75.03,-40.24 82.03,-40.31"/>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../de/dc3/fibonacci__sum_8cpp.html#aadb40ac4c74a7efc0680b83eeee138aa" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="250,-30 143,-30 143,0 250,0 250,-30"/>
|
|
<text text-anchor="start" x="151" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">math::fibonacci_sum</text>
|
|
<text text-anchor="middle" x="196.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">::result</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M107,-15C115.44,-15 124.26,-15 132.9,-15"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.95,-18.5 142.95,-15 132.95,-11.5 132.95,-18.5"/>
|
|
</g>
|
|
<!-- Node2->Node2 -->
|
|
<g id="edge5" class="edge">
|
|
<title>Node2->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M171.36,-30.28C165.78,-39.41 174.16,-48 196.5,-48 209.77,-48 218.11,-44.97 221.53,-40.6"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="225.03,-40.31 221.64,-30.28 218.03,-40.24 225.03,-40.31"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:href="../../de/dc3/fibonacci__sum_8cpp.html#a7cf5feaf168b88e74544da59ed830311" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="393,-30 286,-30 286,0 393,0 393,-30"/>
|
|
<text text-anchor="start" x="294" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">math::fibonacci_sum</text>
|
|
<text text-anchor="middle" x="339.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">::power</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node2->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M250,-15C258.44,-15 267.26,-15 275.9,-15"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="275.95,-18.5 285.95,-15 275.95,-11.5 275.95,-18.5"/>
|
|
</g>
|
|
<!-- Node3->Node3 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node3->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M314.36,-30.28C308.78,-39.41 317.16,-48 339.5,-48 352.77,-48 361.11,-44.97 364.53,-40.6"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="368.03,-40.31 364.64,-30.28 361.03,-40.24 368.03,-40.31"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|