mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +08:00
30 lines
1.5 KiB
XML
30 lines
1.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 2.49.1 (20210923.0004)
|
|
-->
|
|
<!-- Title: math::n_bonacci::N_bonacci Pages: 1 -->
|
|
<svg width="111pt" height="57pt"
|
|
viewBox="0.00 0.00 111.00 57.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 53)">
|
|
<title>math::n_bonacci::N_bonacci</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-53 107,-53 107,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Finds the N-Bonacci series for the n parameter value and m parameter terms.">
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 103,-30.5 103,-0.5 0,-0.5"/>
|
|
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">math::n_bonacci::N</text>
|
|
<text text-anchor="middle" x="51.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_bonacci</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="midnightblue" d="M33.72,-30.66C29.44,-40.06 35.36,-49 51.5,-49 61.33,-49 67.37,-45.68 69.62,-40.96"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="73.11,-40.53 69.28,-30.66 66.12,-40.77 73.11,-40.53"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|