Documentation for 0953376d31
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="generator" content="Doxygen 1.9.7"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Algorithms_in_C++: math/fibonacci.cpp File Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<!-- Generated by Doxygen 1.9.7 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
@@ -110,8 +110,7 @@ $(document).ready(function(){initNavTree('d9/d89/fibonacci_8cpp.html','../../');
|
||||
</div><div class="textblock"><div class="dynheader">
|
||||
Include dependency graph for fibonacci.cpp:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../df/d0f/fibonacci_8cpp__incl.svg" width="171" height="111"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../df/d0f/fibonacci_8cpp__incl.svg" width="171" height="111"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
</div><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
|
||||
@@ -163,12 +162,11 @@ Functions</h2></td></tr>
|
||||
<div class="line"><span class="lineno"> 26</span> <span class="comment">/* Add the last 2 values of the sequence to get next */</span></div>
|
||||
<div class="line"><span class="lineno"> 27</span> <span class="keywordflow">return</span> <a class="code hl_function" href="../../d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7">fibonacci</a>(n - 1) + <a class="code hl_function" href="../../d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7">fibonacci</a>(n - 2);</div>
|
||||
<div class="line"><span class="lineno"> 28</span>}</div>
|
||||
<div class="ttc" id="afibonacci_8cpp_html_aaf94f3212385cff0a5f19ff6b0cce8e7"><div class="ttname"><a href="../../d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7">fibonacci</a></div><div class="ttdeci">uint64_t fibonacci(uint64_t n)</div><div class="ttdef"><b>Definition:</b> fibonacci.cpp:19</div></div>
|
||||
<div class="ttc" id="afibonacci_8cpp_html_aaf94f3212385cff0a5f19ff6b0cce8e7"><div class="ttname"><a href="../../d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7">fibonacci</a></div><div class="ttdeci">uint64_t fibonacci(uint64_t n)</div><div class="ttdef"><b>Definition</b> fibonacci.cpp:19</div></div>
|
||||
</div><!-- fragment --><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d9/d89/fibonacci_8cpp_aaf94f3212385cff0a5f19ff6b0cce8e7_cgraph.svg" width="84" height="60"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d9/d89/fibonacci_8cpp_aaf94f3212385cff0a5f19ff6b0cce8e7_cgraph.svg" width="84" height="60"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -200,12 +198,11 @@ Here is the call graph for this function:</div>
|
||||
<div class="ttc" id="abasic_istream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_istream.html">std::cin</a></div></div>
|
||||
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a></div></div>
|
||||
<div class="ttc" id="aendl_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/manip/endl.html">std::endl</a></div><div class="ttdeci">T endl(T... args)</div></div>
|
||||
<div class="ttc" id="afibonacci_8cpp_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../d9/d89/fibonacci_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdef"><b>Definition:</b> fibonacci.cpp:35</div></div>
|
||||
<div class="ttc" id="afibonacci_8cpp_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../d9/d89/fibonacci_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdef"><b>Definition</b> fibonacci.cpp:35</div></div>
|
||||
</div><!-- fragment --><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d9/d89/fibonacci_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="274" height="116"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d9/d89/fibonacci_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="274" height="116"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -261,8 +258,7 @@ Here is the call graph for this function:</div>
|
||||
</div><!-- fragment --><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d9/d89/fibonacci_8cpp_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg" width="176" height="110"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d9/d89/fibonacci_8cpp_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg" width="176" height="110"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -273,7 +269,7 @@ Here is the call graph for this function:</div>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="../../dir_296d53ceaeaa7e099814a6def439fe8a.html">math</a></li><li class="navelem"><a class="el" href="../../d9/d89/fibonacci_8cpp.html">fibonacci.cpp</a></li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<map id="test" name="test">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="5,43,49,68"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="98,5,169,31"/>
|
||||
<area shape="rect" id="node3" href="$d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7" title=" " alt="" coords="97,79,170,104"/>
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,43,49,68"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="98,5,169,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="48,45,83,33,85,38,50,50"/>
|
||||
<area shape="rect" id="Node000003" href="$d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7" title=" " alt="" coords="97,79,170,104"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="50,60,84,72,82,77,48,65"/>
|
||||
<area shape="poly" id="edge3_Node000003_Node000003" title=" " alt="" coords="114,79,111,70,113,61,121,54,133,52,147,55,154,62,150,66,145,60,133,57,123,59,117,64,116,70,119,77"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1a052827e814e64b70d6d28b63329a6d
|
||||
a9cd1531192bff75ed3f70cf81ccd0ea
|
||||
@@ -6,52 +6,86 @@
|
||||
<!-- Title: test Pages: 1 -->
|
||||
<svg width="132pt" height="82pt"
|
||||
viewBox="0.00 0.00 131.50 82.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 78.25)">
|
||||
<title>test</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title=" ">
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="32.5,-46.25 0,-46.25 0,-27 32.5,-27 32.5,-46.25"/>
|
||||
<text text-anchor="middle" x="16.25" y="-32.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="122.75,-74.25 69.25,-74.25 69.25,-55 122.75,-55 122.75,-74.25"/>
|
||||
<text text-anchor="middle" x="96" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-42.29C40.46,-44.98 49.74,-48.33 58.82,-51.6"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.29,-55.12 67.88,-55.22 59.66,-48.54 57.29,-55.12"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:href="../../d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7" target="_top" xlink:title=" ">
|
||||
<g id="a_Node000003"><a xlink:href="../../d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="123.5,-19.25 68.5,-19.25 68.5,0 123.5,0 123.5,-19.25"/>
|
||||
<text text-anchor="middle" x="96" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fibonacci</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-31.16C40.26,-28.64 49.23,-25.52 58.06,-22.45"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.96,-25.5 67.26,-18.91 56.67,-18.88 58.96,-25.5"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node3 -->
|
||||
<g id="edge3" class="edge">
|
||||
<g id="edge3_Node000003_Node000003" class="edge">
|
||||
<title>Node3->Node3</title>
|
||||
<g id="a_edge3_Node000003_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M83.51,-19.54C77.82,-28.15 81.98,-37.25 96,-37.25 103.89,-37.25 108.65,-34.37 110.3,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="113.6,-29.82 108.49,-20.54 106.69,-30.98 113.6,-29.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.6 KiB |
@@ -0,0 +1,66 @@
|
||||
<?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 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: test Pages: 1 -->
|
||||
<svg width="132pt" height="82pt"
|
||||
viewBox="0.00 0.00 131.50 82.25" 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 78.25)">
|
||||
<title>test</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="32.5,-46.25 0,-46.25 0,-27 32.5,-27 32.5,-46.25"/>
|
||||
<text text-anchor="middle" x="16.25" y="-32.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="122.75,-74.25 69.25,-74.25 69.25,-55 122.75,-55 122.75,-74.25"/>
|
||||
<text text-anchor="middle" x="96" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-42.29C40.46,-44.98 49.74,-48.33 58.82,-51.6"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.29,-55.12 67.88,-55.22 59.66,-48.54 57.29,-55.12"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="123.5,-19.25 68.5,-19.25 68.5,0 123.5,0 123.5,-19.25"/>
|
||||
<text text-anchor="middle" x="96" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fibonacci</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-31.16C40.26,-28.64 49.23,-25.52 58.06,-22.45"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.96,-25.5 67.26,-18.91 56.67,-18.88 58.96,-25.5"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node3 -->
|
||||
<g id="edge3_Node000003_Node000003" class="edge">
|
||||
<title>Node3->Node3</title>
|
||||
<g id="a_edge3_Node000003_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M83.51,-19.54C77.82,-28.15 81.98,-37.25 96,-37.25 103.89,-37.25 108.65,-34.37 110.3,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="113.6,-29.82 108.49,-20.54 106.69,-30.98 113.6,-29.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -1,3 +1,4 @@
|
||||
<map id="fibonacci" name="fibonacci">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="5,29,79,55"/>
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,29,79,55"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="28,29,27,12,33,5,42,3,52,6,57,13,53,16,49,10,42,8,35,10,32,14,33,29"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
5c8bb39a15d1df09693669a720dfaf29
|
||||
26593ad1e068d4103e758e75c2180267
|
||||
@@ -6,22 +6,50 @@
|
||||
<!-- Title: fibonacci Pages: 1 -->
|
||||
<svg width="63pt" height="45pt"
|
||||
viewBox="0.00 0.00 63.00 45.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 41.25)">
|
||||
<title>fibonacci</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title=" ">
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="55,-19.25 0,-19.25 0,0 55,0 55,-19.25"/>
|
||||
<text text-anchor="middle" x="27.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fibonacci</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M18.89,-19.54C14.96,-28.15 17.83,-37.25 27.5,-37.25 32.94,-37.25 36.23,-34.37 37.36,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="40.74,-30.07 36.11,-20.54 33.79,-30.88 40.74,-30.07"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,30 @@
|
||||
<?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 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: fibonacci Pages: 1 -->
|
||||
<svg width="63pt" height="45pt"
|
||||
viewBox="0.00 0.00 63.00 45.25" 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.25)">
|
||||
<title>fibonacci</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="55,-19.25 0,-19.25 0,0 55,0 55,-19.25"/>
|
||||
<text text-anchor="middle" x="27.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fibonacci</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node1 -->
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M18.89,-19.54C14.96,-28.15 17.83,-37.25 27.5,-37.25 32.94,-37.25 36.23,-34.37 37.36,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="40.74,-30.07 36.11,-20.54 33.79,-30.88 40.74,-30.07"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -1,6 +1,12 @@
|
||||
<map id="main" name="main">
|
||||
<area shape="rect" id="node1" title="Main function." alt="" coords="5,48,55,74"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="195,5,266,31"/>
|
||||
<area shape="rect" id="node3" href="$d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7" title=" " alt="" coords="194,85,267,111"/>
|
||||
<area shape="rect" id="node4" href="$d9/d89/fibonacci_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title=" " alt="" coords="103,48,146,74"/>
|
||||
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,48,55,74"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="195,5,266,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="54,49,102,33,180,20,181,25,103,38,56,54"/>
|
||||
<area shape="rect" id="Node000003" href="$d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7" title=" " alt="" coords="194,85,267,111"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="56,68,103,84,179,94,179,99,102,89,55,74"/>
|
||||
<area shape="rect" id="Node000004" href="$d9/d89/fibonacci_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title=" " alt="" coords="103,48,146,74"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000004" title=" " alt="" coords="55,58,88,58,88,64,55,64"/>
|
||||
<area shape="poly" id="edge3_Node000003_Node000003" title=" " alt="" coords="212,86,208,77,210,67,218,61,231,59,245,62,252,69,248,72,242,66,231,64,220,66,215,70,213,76,217,84"/>
|
||||
<area shape="poly" id="edge5_Node000004_Node000002" title=" " alt="" coords="146,50,182,35,184,40,148,55"/>
|
||||
<area shape="poly" id="edge6_Node000004_Node000003" title=" " alt="" coords="148,66,181,78,179,83,146,71"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
5cca738bb3f2b3b55dd40c5510911a56
|
||||
5203cbb32946bc39a2c8dbc4201e5b59
|
||||
@@ -6,79 +6,122 @@
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="205pt" height="87pt"
|
||||
viewBox="0.00 0.00 204.50 87.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 83.25)">
|
||||
<title>main</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Main function.">
|
||||
<g id="a_Node000001"><a xlink:title="Main function.">
|
||||
<polygon fill="#999999" stroke="#666666" points="37,-47.25 0,-47.25 0,-28 37,-28 37,-47.25"/>
|
||||
<text text-anchor="middle" x="18.5" y="-33.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="195.75,-79.25 142.25,-79.25 142.25,-60 195.75,-60 195.75,-79.25"/>
|
||||
<text text-anchor="middle" x="169" y="-65.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.06,-44.89C47.37,-48.89 60.74,-53.64 73,-56.62 91.93,-61.23 113.41,-64.34 131.15,-66.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.61,-69.93 140.93,-67.51 131.35,-62.97 130.61,-69.93"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:href="../../d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7" target="_top" xlink:title=" ">
|
||||
<g id="a_Node000003"><a xlink:href="../../d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="196.5,-19.25 141.5,-19.25 141.5,0 196.5,0 196.5,-19.25"/>
|
||||
<text text-anchor="middle" x="169" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fibonacci</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.5,-29.98C47.72,-25.95 60.87,-21.31 73,-18.62 91.58,-14.51 112.6,-12.28 130.15,-11.07"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.34,-14.5 140.11,-10.41 129.92,-7.51 130.34,-14.5"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:href="../../d9/d89/fibonacci_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title=" ">
|
||||
<g id="a_Node000004"><a xlink:href="../../d9/d89/fibonacci_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="105.5,-47.25 73,-47.25 73,-28 105.5,-28 105.5,-47.25"/>
|
||||
<text text-anchor="middle" x="89.25" y="-33.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge4" class="edge">
|
||||
<g id="edge4_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-37.62C44.67,-37.62 53.52,-37.62 61.73,-37.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-41.13 71.71,-37.62 61.71,-34.13 61.71,-41.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node3 -->
|
||||
<g id="edge3" class="edge">
|
||||
<g id="edge3_Node000003_Node000003" class="edge">
|
||||
<title>Node3->Node3</title>
|
||||
<g id="a_edge3_Node000003_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M156.51,-19.54C150.82,-28.15 154.98,-37.25 169,-37.25 176.89,-37.25 181.65,-34.37 183.3,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="186.6,-29.82 181.49,-20.54 179.69,-30.98 186.6,-29.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node2 -->
|
||||
<g id="edge5" class="edge">
|
||||
<g id="edge5_Node000004_Node000002" class="edge">
|
||||
<title>Node4->Node2</title>
|
||||
<g id="a_edge5_Node000004_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-44.1C113.87,-47.35 123.75,-51.41 133.3,-55.34"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.83,-58.93 142.41,-59.5 134.49,-52.46 131.83,-58.93"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node3 -->
|
||||
<g id="edge6" class="edge">
|
||||
<g id="edge6_Node000004_Node000003" class="edge">
|
||||
<title>Node4->Node3</title>
|
||||
<g id="a_edge6_Node000004_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-31.96C113.26,-29.34 122.23,-26.11 131.06,-22.93"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.04,-25.93 140.26,-19.25 129.67,-19.35 132.04,-25.93"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 5.3 KiB |
@@ -0,0 +1,102 @@
|
||||
<?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 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="205pt" height="87pt"
|
||||
viewBox="0.00 0.00 204.50 87.25" 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 83.25)">
|
||||
<title>main</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Main function.">
|
||||
<polygon fill="#999999" stroke="#666666" points="37,-47.25 0,-47.25 0,-28 37,-28 37,-47.25"/>
|
||||
<text text-anchor="middle" x="18.5" y="-33.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="195.75,-79.25 142.25,-79.25 142.25,-60 195.75,-60 195.75,-79.25"/>
|
||||
<text text-anchor="middle" x="169" y="-65.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.06,-44.89C47.37,-48.89 60.74,-53.64 73,-56.62 91.93,-61.23 113.41,-64.34 131.15,-66.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.61,-69.93 140.93,-67.51 131.35,-62.97 130.61,-69.93"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../d9/d89/fibonacci_8cpp.html#aaf94f3212385cff0a5f19ff6b0cce8e7" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="196.5,-19.25 141.5,-19.25 141.5,0 196.5,0 196.5,-19.25"/>
|
||||
<text text-anchor="middle" x="169" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fibonacci</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.5,-29.98C47.72,-25.95 60.87,-21.31 73,-18.62 91.58,-14.51 112.6,-12.28 130.15,-11.07"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.34,-14.5 140.11,-10.41 129.92,-7.51 130.34,-14.5"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a xlink:href="../../d9/d89/fibonacci_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="105.5,-47.25 73,-47.25 73,-28 105.5,-28 105.5,-47.25"/>
|
||||
<text text-anchor="middle" x="89.25" y="-33.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge4_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-37.62C44.67,-37.62 53.52,-37.62 61.73,-37.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-41.13 71.71,-37.62 61.71,-34.13 61.71,-41.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node3 -->
|
||||
<g id="edge3_Node000003_Node000003" class="edge">
|
||||
<title>Node3->Node3</title>
|
||||
<g id="a_edge3_Node000003_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M156.51,-19.54C150.82,-28.15 154.98,-37.25 169,-37.25 176.89,-37.25 181.65,-34.37 183.3,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="186.6,-29.82 181.49,-20.54 179.69,-30.98 186.6,-29.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node2 -->
|
||||
<g id="edge5_Node000004_Node000002" class="edge">
|
||||
<title>Node4->Node2</title>
|
||||
<g id="a_edge5_Node000004_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-44.1C113.87,-47.35 123.75,-51.41 133.3,-55.34"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.83,-58.93 142.41,-59.5 134.49,-52.46 131.83,-58.93"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node3 -->
|
||||
<g id="edge6_Node000004_Node000003" class="edge">
|
||||
<title>Node4->Node3</title>
|
||||
<g id="a_edge6_Node000004_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-31.96C113.26,-29.34 122.23,-26.11 131.06,-22.93"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.04,-25.93 140.26,-19.25 129.67,-19.35 132.04,-25.93"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.5 KiB |