Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -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.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: graph/lowest_common_ancestor.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.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -129,15 +129,15 @@ Classes</h2></td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:df/dce/namespacegraph"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dce/namespacegraph.html">graph</a></td></tr>
<tr class="memitem:df/dce/namespacegraph" id="r_df/dce/namespacegraph"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dce/namespacegraph.html">graph</a></td></tr>
<tr class="memdesc:df/dce/namespacegraph"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="../../dc/d61/classgraph_1_1_graph.html">Graph</a> Algorithms. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a483bb8ccf42aaf7375a83e91490eda1e"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/dde/lowest__common__ancestor_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">tests</a> ()</td></tr>
<tr class="memitem:a483bb8ccf42aaf7375a83e91490eda1e" id="r_a483bb8ccf42aaf7375a83e91490eda1e"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/dde/lowest__common__ancestor_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">tests</a> ()</td></tr>
<tr class="separator:a483bb8ccf42aaf7375a83e91490eda1e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/dde/lowest__common__ancestor_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/dde/lowest__common__ancestor_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@@ -256,7 +256,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_12552d7fa429bf94a2e32e5cf39f7e69.html">graph</a></li><li class="navelem"><a class="el" href="../../de/dde/lowest__common__ancestor_8cpp.html">lowest_common_ancestor.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.7 </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.8 </li>
</ul>
</div>
</body>

View File

@@ -1,7 +1,7 @@
<map id="tests" name="tests">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,13,56,39"/>
<area shape="rect" id="Node000002" href="$d9/d23/classgraph_1_1_lowest_common_ancestor.html#a60151e19512b48cc0b14ea121df00488" title="Query the structure to find the lowest common ancestor. Assumes that the provided numbers are valid i..." alt="" coords="104,5,312,46"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,23,89,23,89,28,56,28"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,23,88,23,88,28,56,28"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/swap.html#" title=" " alt="" coords="360,13,438,39"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="312,23,345,23,345,28,312,28"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="312,23,344,23,344,28,312,28"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: tests Pages: 1 -->
<svg width="333pt" height="39pt"
@@ -41,8 +41,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.09,-15.25C45.01,-15.25 53.44,-15.25 62.55,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.49,-18.75 72.49,-15.25 62.49,-11.75 62.49,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M38.09,-15.25C44.94,-15.25 53.26,-15.25 62.25,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.98,-18.75 71.98,-15.25 61.98,-11.75 61.98,-18.75"/>
</a>
</g>
</g>
@@ -59,8 +59,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M230.25,-15.25C238.75,-15.25 247.11,-15.25 254.86,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="254.7,-18.75 264.7,-15.25 254.7,-11.75 254.7,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M230.25,-15.25C238.55,-15.25 246.72,-15.25 254.32,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="254.18,-18.75 264.18,-15.25 254.18,-11.75 254.18,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: tests Pages: 1 -->
<svg width="333pt" height="39pt"
@@ -31,8 +31,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.09,-15.25C45.01,-15.25 53.44,-15.25 62.55,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.49,-18.75 72.49,-15.25 62.49,-11.75 62.49,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M38.09,-15.25C44.94,-15.25 53.26,-15.25 62.25,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.98,-18.75 71.98,-15.25 61.98,-11.75 61.98,-18.75"/>
</a>
</g>
</g>
@@ -49,8 +49,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M230.25,-15.25C238.75,-15.25 247.11,-15.25 254.86,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="254.7,-18.75 264.7,-15.25 254.7,-11.75 254.7,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M230.25,-15.25C238.55,-15.25 246.72,-15.25 254.32,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="254.18,-18.75 264.18,-15.25 254.18,-11.75 254.18,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: main Pages: 1 -->
<svg width="406pt" height="39pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-15.25C44.64,-15.25 53.57,-15.25 61.98,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.94,-18.75 71.94,-15.25 61.94,-11.75 61.94,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-15.25C44.55,-15.25 53.37,-15.25 61.69,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.43,-18.75 71.43,-15.25 61.43,-11.75 61.43,-18.75"/>
</a>
</g>
</g>
@@ -59,8 +59,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.09,-15.25C118.01,-15.25 126.44,-15.25 135.55,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.49,-18.75 145.49,-15.25 135.49,-11.75 135.49,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M111.09,-15.25C117.94,-15.25 126.26,-15.25 135.25,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.98,-18.75 144.98,-15.25 134.98,-11.75 134.98,-18.75"/>
</a>
</g>
</g>
@@ -77,8 +77,8 @@
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M303.25,-15.25C311.75,-15.25 320.11,-15.25 327.86,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="327.7,-18.75 337.7,-15.25 327.7,-11.75 327.7,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M303.25,-15.25C311.55,-15.25 319.72,-15.25 327.32,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="327.18,-18.75 337.18,-15.25 327.18,-11.75 327.18,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: main Pages: 1 -->
<svg width="406pt" height="39pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-15.25C44.64,-15.25 53.57,-15.25 61.98,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.94,-18.75 71.94,-15.25 61.94,-11.75 61.94,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-15.25C44.55,-15.25 53.37,-15.25 61.69,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.43,-18.75 71.43,-15.25 61.43,-11.75 61.43,-18.75"/>
</a>
</g>
</g>
@@ -49,8 +49,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.09,-15.25C118.01,-15.25 126.44,-15.25 135.55,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.49,-18.75 145.49,-15.25 135.49,-11.75 135.49,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M111.09,-15.25C117.94,-15.25 126.26,-15.25 135.25,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.98,-18.75 144.98,-15.25 134.98,-11.75 134.98,-18.75"/>
</a>
</g>
</g>
@@ -67,8 +67,8 @@
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M303.25,-15.25C311.75,-15.25 320.11,-15.25 327.86,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="327.7,-18.75 337.7,-15.25 327.7,-11.75 327.7,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M303.25,-15.25C311.55,-15.25 319.72,-15.25 327.32,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="327.18,-18.75 337.18,-15.25 327.18,-11.75 327.18,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB