Documentation for 0953376d31

This commit is contained in:
github-actions
2023-06-16 21:18:14 +00:00
parent 26f1eee566
commit 14deeecd50
7241 changed files with 234176 additions and 54779 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.6"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: graph/breadth_first_search.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&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -118,8 +118,7 @@ $(document).ready(function(){initNavTree('df/d82/breadth__first__search_8cpp.htm
</div><div class="textblock"><div class="dynheader">
Include dependency graph for breadth_first_search.cpp:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/dec/breadth__first__search_8cpp__incl.svg" width="642" height="126"><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="../../d6/dec/breadth__first__search_8cpp__incl.svg" width="642" height="126"><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="nested-classes" name="nested-classes"></a>
@@ -203,15 +202,14 @@ Functions</h2></td></tr>
<div class="line"><span class="lineno"> 204</span>}</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="abreadth__first__search_8cpp_html_a483bb8ccf42aaf7375a83e91490eda1e"><div class="ttname"><a href="../../df/d82/breadth__first__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">tests</a></div><div class="ttdeci">static void tests()</div><div class="ttdef"><b>Definition:</b> breadth_first_search.cpp:139</div></div>
<div class="ttc" id="aclassgraph_1_1_graph_html"><div class="ttname"><a href="../../dc/d61/classgraph_1_1_graph.html">graph::Graph</a></div><div class="ttdef"><b>Definition:</b> breadth_first_search.cpp:64</div></div>
<div class="ttc" id="acomposite__simpson__rule_8cpp_html_a2f67508d5f392b0321772169342c98ad"><div class="ttname"><a href="../../d4/d18/composite__simpson__rule_8cpp.html#a2f67508d5f392b0321772169342c98ad">numerical_methods::simpson_method::g</a></div><div class="ttdeci">double g(double x)</div><div class="ttdoc">Another test function.</div><div class="ttdef"><b>Definition:</b> composite_simpson_rule.cpp:115</div></div>
<div class="ttc" id="abreadth__first__search_8cpp_html_a483bb8ccf42aaf7375a83e91490eda1e"><div class="ttname"><a href="../../df/d82/breadth__first__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">tests</a></div><div class="ttdeci">static void tests()</div><div class="ttdef"><b>Definition</b> breadth_first_search.cpp:139</div></div>
<div class="ttc" id="aclassgraph_1_1_graph_html"><div class="ttname"><a href="../../dc/d61/classgraph_1_1_graph.html">graph::Graph</a></div><div class="ttdef"><b>Definition</b> breadth_first_search.cpp:64</div></div>
<div class="ttc" id="acomposite__simpson__rule_8cpp_html_a2f67508d5f392b0321772169342c98ad"><div class="ttname"><a href="../../d4/d18/composite__simpson__rule_8cpp.html#a2f67508d5f392b0321772169342c98ad">numerical_methods::simpson_method::g</a></div><div class="ttdeci">double g(double x)</div><div class="ttdoc">Another test function.</div><div class="ttdef"><b>Definition</b> composite_simpson_rule.cpp:115</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><!-- 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="../../df/d82/breadth__first__search_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="542" height="216"><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/d82/breadth__first__search_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="542" height="216"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
@@ -287,14 +285,13 @@ Here is the call graph for this function:</div>
<div class="line"><span class="lineno"> 181</span> assert(correct_res == returned_res);</div>
<div class="line"><span class="lineno"> 182</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> &lt;&lt; <span class="stringliteral">&quot;Test 3 Passed...&quot;</span> &lt;&lt; <a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/manip/endl.html">std::endl</a>;</div>
<div class="line"><span class="lineno"> 183</span>}</div>
<div class="ttc" id="aclassgraph_1_1_graph_html_a3755ec9e6a842238c7f4aac10b661981"><div class="ttname"><a href="../../dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981">graph::Graph::breadth_first_search</a></div><div class="ttdeci">std::map&lt; T, bool &gt; breadth_first_search(T src)</div><div class="ttdef"><b>Definition:</b> breadth_first_search.cpp:96</div></div>
<div class="ttc" id="aclassgraph_1_1_graph_html_a877b2cba40d8d46dde6fb4209effed19"><div class="ttname"><a href="../../dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19">graph::Graph::add_edge</a></div><div class="ttdeci">void add_edge(T u, T v, bool bidir=true)</div><div class="ttdef"><b>Definition:</b> breadth_first_search.cpp:74</div></div>
<div class="ttc" id="aclassgraph_1_1_graph_html_a3755ec9e6a842238c7f4aac10b661981"><div class="ttname"><a href="../../dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981">graph::Graph::breadth_first_search</a></div><div class="ttdeci">std::map&lt; T, bool &gt; breadth_first_search(T src)</div><div class="ttdef"><b>Definition</b> breadth_first_search.cpp:96</div></div>
<div class="ttc" id="aclassgraph_1_1_graph_html_a877b2cba40d8d46dde6fb4209effed19"><div class="ttname"><a href="../../dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19">graph::Graph::add_edge</a></div><div class="ttdeci">void add_edge(T u, T v, bool bidir=true)</div><div class="ttdef"><b>Definition</b> breadth_first_search.cpp:74</div></div>
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a></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="../../df/d82/breadth__first__search_8cpp_a483bb8ccf42aaf7375a83e91490eda1e_cgraph.svg" width="444" height="184"><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/d82/breadth__first__search_8cpp_a483bb8ccf42aaf7375a83e91490eda1e_cgraph.svg" width="444" height="184"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
@@ -305,7 +302,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="../../df/d82/breadth__first__search_8cpp.html">breadth_first_search.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>

View File

@@ -1,10 +1,17 @@
<map id="tests" name="tests">
<area shape="rect" id="node1" title=" " alt="" coords="5,80,56,106"/>
<area shape="rect" id="node2" href="$dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19" title=" " alt="" coords="104,23,264,48"/>
<area shape="rect" id="node3" href="$dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981" title=" " alt="" coords="110,73,258,113"/>
<area shape="rect" id="node8" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="148,137,220,163"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/empty.html#" title=" " alt="" coords="312,5,438,31"/>
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/front.html#" title=" " alt="" coords="317,55,433,80"/>
<area shape="rect" id="node6" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/pop.html#" title=" " alt="" coords="320,104,431,130"/>
<area shape="rect" id="node7" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/push.html#" title=" " alt="" coords="316,153,434,179"/>
<area shape="rect" id="Node000001" title=" " alt="" coords="5,80,56,106"/>
<area shape="rect" id="Node000002" href="$dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19" title=" " alt="" coords="104,23,264,48"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,79,103,58,124,51,125,56,105,63,57,84"/>
<area shape="rect" id="Node000003" href="$dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981" title=" " alt="" coords="110,73,258,113"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="56,90,95,90,95,96,56,96"/>
<area shape="rect" id="Node000008" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="148,137,220,163"/>
<area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="57,102,105,122,135,133,133,138,103,127,55,107"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/empty.html#" title=" " alt="" coords="312,5,438,31"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="236,70,311,40,325,34,327,39,313,45,238,74"/>
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/front.html#" title=" " alt="" coords="317,55,433,80"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="258,80,302,74,303,80,258,86"/>
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/pop.html#" title=" " alt="" coords="320,104,431,130"/>
<area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="258,99,305,105,305,111,258,105"/>
<area shape="rect" id="Node000007" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/push.html#" title=" " alt="" coords="316,153,434,179"/>
<area shape="poly" id="edge6_Node000003_Node000007" title=" " alt="" coords="240,111,313,140,327,145,325,150,311,145,238,116"/>
</map>

View File

@@ -1 +1 @@
93ab828c0d7121da4d95cd52cf4cce1f
d7ff6d50be7b254f8fe3c66dc1acbeac

View File

@@ -6,36 +6,49 @@
<!-- Title: tests Pages: 1 -->
<svg width="333pt" height="138pt"
viewBox="0.00 0.00 332.75 138.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 134.25)">
<title>tests</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="37.75,-74.25 0,-74.25 0,-55 37.75,-55 37.75,-74.25"/>
<text text-anchor="middle" x="18.88" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19" target="_top" xlink:title=" ">
<g id="a_Node000002"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="194,-117.25 73.75,-117.25 73.75,-98 194,-98 194,-117.25"/>
<text text-anchor="middle" x="133.88" y="-103.75" font-family="Helvetica,sans-Serif" font-size="10.00">graph::Graph::add_edge</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<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.12,-73.34C48.46,-78.13 61.7,-84.02 73.75,-88.62 78.78,-90.55 84.1,-92.44 89.41,-94.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.91,-97.77 98.51,-97.6 90.12,-91.13 87.91,-97.77"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981" target="_top" xlink:title=" ">
<g id="a_Node000003"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="189.12,-79.88 78.62,-79.88 78.62,-49.38 189.12,-49.38 189.12,-79.88"/>
<text text-anchor="start" x="86.62" y="-66.38" font-family="Helvetica,sans-Serif" font-size="10.00">graph::Graph::breadth</text>
<text text-anchor="middle" x="133.88" y="-55.12" font-family="Helvetica,sans-Serif" font-size="10.00">_first_search</text>
@@ -43,85 +56,118 @@
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.03,-64.62C46.27,-64.62 56.56,-64.62 67.3,-64.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="67.13,-68.13 77.13,-64.62 67.13,-61.13 67.13,-68.13"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<g id="a_Node000008"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="160.62,-31.25 107.12,-31.25 107.12,-12 160.62,-12 160.62,-31.25"/>
<text text-anchor="middle" x="133.88" y="-17.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node8 -->
<g id="edge7" class="edge">
<g id="edge7_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;Node8</title>
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.12,-55.91C48.46,-51.12 61.7,-45.23 73.75,-40.62 81.01,-37.85 88.86,-35.14 96.4,-32.66"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="97.3,-35.73 105.76,-29.35 95.17,-29.06 97.3,-35.73"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/empty.html#" xlink:title=" ">
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/empty.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="324.75,-130.25 230,-130.25 230,-111 324.75,-111 324.75,-130.25"/>
<text text-anchor="middle" x="277.38" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::empty</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<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="M173.72,-80.24C190.94,-87.14 211.47,-95.33 230,-102.62 233.29,-103.92 236.72,-105.27 240.16,-106.61"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="238.77,-110.21 249.36,-110.58 241.31,-103.69 238.77,-110.21"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/front.html#" xlink:title=" ">
<g id="a_Node000005"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/front.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="321,-93.25 233.75,-93.25 233.75,-74 321,-74 321,-93.25"/>
<text text-anchor="middle" x="277.38" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::front</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<g id="edge4_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M189.58,-71.97C200.55,-73.44 212.06,-74.99 222.98,-76.45"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="222.28,-80.03 232.66,-77.89 223.21,-73.09 222.28,-80.03"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_node6"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/pop.html#" xlink:title=" ">
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/pop.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="319.12,-56.25 235.62,-56.25 235.62,-37 319.12,-37 319.12,-56.25"/>
<text text-anchor="middle" x="277.38" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::pop</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<g id="edge5_Node000003_Node000006" class="edge">
<title>Node3&#45;&gt;Node6</title>
<g id="a_edge5_Node000003_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M189.58,-57.67C201.13,-56.2 213.29,-54.65 224.72,-53.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="224.94,-56.57 234.42,-51.83 224.06,-49.62 224.94,-56.57"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/push.html#" xlink:title=" ">
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/push.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="321.75,-19.25 233,-19.25 233,0 321.75,0 321.75,-19.25"/>
<text text-anchor="middle" x="277.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::push</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node7 -->
<g id="edge6" class="edge">
<g id="edge6_Node000003_Node000007" class="edge">
<title>Node3&#45;&gt;Node7</title>
<g id="a_edge6_Node000003_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M175.14,-48.96C192.08,-42.37 212,-34.62 230,-27.62 233.3,-26.34 236.73,-25.01 240.17,-23.67"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="241.32,-26.59 249.37,-19.71 238.79,-20.07 241.32,-26.59"/>
</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: 6.2 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@@ -0,0 +1,148 @@
<?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: tests Pages: 1 -->
<svg width="333pt" height="138pt"
viewBox="0.00 0.00 332.75 138.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 134.25)">
<title>tests</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="37.75,-74.25 0,-74.25 0,-55 37.75,-55 37.75,-74.25"/>
<text text-anchor="middle" x="18.88" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="194,-117.25 73.75,-117.25 73.75,-98 194,-98 194,-117.25"/>
<text text-anchor="middle" x="133.88" y="-103.75" font-family="Helvetica,sans-Serif" font-size="10.00">graph::Graph::add_edge</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<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.12,-73.34C48.46,-78.13 61.7,-84.02 73.75,-88.62 78.78,-90.55 84.1,-92.44 89.41,-94.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.91,-97.77 98.51,-97.6 90.12,-91.13 87.91,-97.77"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="189.12,-79.88 78.62,-79.88 78.62,-49.38 189.12,-49.38 189.12,-79.88"/>
<text text-anchor="start" x="86.62" y="-66.38" font-family="Helvetica,sans-Serif" font-size="10.00">graph::Graph::breadth</text>
<text text-anchor="middle" x="133.88" y="-55.12" font-family="Helvetica,sans-Serif" font-size="10.00">_first_search</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.03,-64.62C46.27,-64.62 56.56,-64.62 67.3,-64.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="67.13,-68.13 77.13,-64.62 67.13,-61.13 67.13,-68.13"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_Node000008"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="160.62,-31.25 107.12,-31.25 107.12,-12 160.62,-12 160.62,-31.25"/>
<text text-anchor="middle" x="133.88" y="-17.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node8 -->
<g id="edge7_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;Node8</title>
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.12,-55.91C48.46,-51.12 61.7,-45.23 73.75,-40.62 81.01,-37.85 88.86,-35.14 96.4,-32.66"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="97.3,-35.73 105.76,-29.35 95.17,-29.06 97.3,-35.73"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/empty.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="324.75,-130.25 230,-130.25 230,-111 324.75,-111 324.75,-130.25"/>
<text text-anchor="middle" x="277.38" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::empty</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<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="M173.72,-80.24C190.94,-87.14 211.47,-95.33 230,-102.62 233.29,-103.92 236.72,-105.27 240.16,-106.61"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="238.77,-110.21 249.36,-110.58 241.31,-103.69 238.77,-110.21"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/front.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="321,-93.25 233.75,-93.25 233.75,-74 321,-74 321,-93.25"/>
<text text-anchor="middle" x="277.38" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::front</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M189.58,-71.97C200.55,-73.44 212.06,-74.99 222.98,-76.45"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="222.28,-80.03 232.66,-77.89 223.21,-73.09 222.28,-80.03"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/pop.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="319.12,-56.25 235.62,-56.25 235.62,-37 319.12,-37 319.12,-56.25"/>
<text text-anchor="middle" x="277.38" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::pop</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node6 -->
<g id="edge5_Node000003_Node000006" class="edge">
<title>Node3&#45;&gt;Node6</title>
<g id="a_edge5_Node000003_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M189.58,-57.67C201.13,-56.2 213.29,-54.65 224.72,-53.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="224.94,-56.57 234.42,-51.83 224.06,-49.62 224.94,-56.57"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/push.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="321.75,-19.25 233,-19.25 233,0 321.75,0 321.75,-19.25"/>
<text text-anchor="middle" x="277.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::push</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node7 -->
<g id="edge6_Node000003_Node000007" class="edge">
<title>Node3&#45;&gt;Node7</title>
<g id="a_edge6_Node000003_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M175.14,-48.96C192.08,-42.37 212,-34.62 230,-27.62 233.3,-26.34 236.73,-25.01 240.17,-23.67"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="241.32,-26.59 249.37,-19.71 238.79,-20.07 241.32,-26.59"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -1,11 +1,20 @@
<map id="main" name="main">
<area shape="rect" id="node1" title=" " alt="" coords="5,31,55,56"/>
<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="246,5,317,31"/>
<area shape="rect" id="node3" href="$df/d82/breadth__first__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e" title=" " alt="" coords="103,56,153,82"/>
<area shape="rect" id="node4" href="$dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19" title=" " alt="" coords="201,55,361,80"/>
<area shape="rect" id="node5" href="$dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981" title=" " alt="" coords="208,105,355,145"/>
<area shape="rect" id="node6" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/empty.html#" title=" " alt="" coords="409,37,536,63"/>
<area shape="rect" id="node7" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/front.html#" title=" " alt="" coords="414,87,531,112"/>
<area shape="rect" id="node8" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/pop.html#" title=" " alt="" coords="417,136,528,162"/>
<area shape="rect" id="node9" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/push.html#" title=" " alt="" coords="413,185,532,211"/>
<area shape="rect" id="Node000001" title=" " alt="" coords="5,31,55,56"/>
<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="246,5,317,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,38,230,21,231,26,55,44"/>
<area shape="rect" id="Node000003" href="$df/d82/breadth__first__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e" title=" " alt="" coords="103,56,153,82"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="56,47,89,56,88,61,54,52"/>
<area shape="poly" id="edge9_Node000003_Node000002" title=" " alt="" coords="153,57,200,40,231,30,232,35,202,45,155,62"/>
<area shape="rect" id="Node000004" href="$dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19" title=" " alt="" coords="201,55,361,80"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="153,66,186,66,186,71,153,71"/>
<area shape="rect" id="Node000005" href="$dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981" title=" " alt="" coords="208,105,355,145"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="154,75,211,97,210,102,152,80"/>
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/empty.html#" title=" " alt="" coords="409,37,536,63"/>
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="333,102,408,72,422,66,424,71,410,77,335,106"/>
<area shape="rect" id="Node000007" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/front.html#" title=" " alt="" coords="414,87,531,112"/>
<area shape="poly" id="edge6_Node000005_Node000007" title=" " alt="" coords="355,112,400,106,400,112,356,118"/>
<area shape="rect" id="Node000008" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/pop.html#" title=" " alt="" coords="417,136,528,162"/>
<area shape="poly" id="edge7_Node000005_Node000008" title=" " alt="" coords="356,131,403,137,402,143,355,137"/>
<area shape="rect" id="Node000009" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/push.html#" title=" " alt="" coords="413,185,532,211"/>
<area shape="poly" id="edge8_Node000005_Node000009" title=" " alt="" coords="337,143,410,172,424,177,422,182,408,177,335,148"/>
</map>

View File

@@ -1 +1 @@
ba093331f4fbd35b6444ae89a66568d4
b66224793e870e3d84b373cf4241f8f8

View File

@@ -6,72 +6,94 @@
<!-- Title: main Pages: 1 -->
<svg width="406pt" height="162pt"
viewBox="0.00 0.00 405.75 162.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 158.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=" ">
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="37,-135.25 0,-135.25 0,-116 37,-116 37,-135.25"/>
<text text-anchor="middle" x="18.5" y="-121.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="233.62,-154.25 180.12,-154.25 180.12,-135 233.62,-135 233.62,-154.25"/>
<text text-anchor="middle" x="206.88" y="-140.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<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.37,-127.45C67.54,-130.52 129.15,-136.8 168.93,-140.86"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.47,-144.43 178.77,-141.96 169.18,-137.47 168.47,-144.43"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../df/d82/breadth__first__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e" target="_top" xlink:title=" ">
<g id="a_Node000003"><a xlink:href="../../df/d82/breadth__first__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="110.75,-116.25 73,-116.25 73,-97 110.75,-97 110.75,-116.25"/>
<text text-anchor="middle" x="91.88" y="-102.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-120.93C44.81,-118.89 53.98,-116.45 62.55,-114.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.18,-117.35 71.94,-111.4 61.38,-110.59 63.18,-117.35"/>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge9" class="edge">
<g id="edge9_Node000003_Node000002" class="edge">
<title>Node3&#45;&gt;Node2</title>
<g id="a_edge9_Node000003_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.23,-113.75C121.6,-117.7 134.84,-122.61 146.75,-126.62 154.07,-129.1 161.96,-131.6 169.51,-133.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.28,-137.52 178.87,-137.07 170.31,-130.82 168.28,-137.52"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19" target="_top" xlink:title=" ">
<g id="a_Node000004"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="267,-117.25 146.75,-117.25 146.75,-98 267,-98 267,-117.25"/>
<text text-anchor="middle" x="206.88" y="-103.75" font-family="Helvetica,sans-Serif" font-size="10.00">graph::Graph::add_edge</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<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="M111.03,-106.79C118.12,-106.85 126.72,-106.92 135.83,-107.01"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.66,-110.51 145.69,-107.1 135.72,-103.51 135.66,-110.51"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981" target="_top" xlink:title=" ">
<g id="a_Node000005"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="262.12,-79.88 151.62,-79.88 151.62,-49.38 262.12,-49.38 262.12,-79.88"/>
<text text-anchor="start" x="159.62" y="-66.38" font-family="Helvetica,sans-Serif" font-size="10.00">graph::Graph::breadth</text>
<text text-anchor="middle" x="206.88" y="-55.12" font-family="Helvetica,sans-Serif" font-size="10.00">_first_search</text>
@@ -79,70 +101,100 @@
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<g id="edge4_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.03,-99.88C122.7,-95.54 138.5,-89.67 153.85,-83.96"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="154.68,-87.02 162.83,-80.25 152.24,-80.45 154.68,-87.02"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_node6"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/empty.html#" xlink:title=" ">
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/empty.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="397.75,-130.25 303,-130.25 303,-111 397.75,-111 397.75,-130.25"/>
<text text-anchor="middle" x="350.38" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::empty</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<g id="edge5_Node000005_Node000006" class="edge">
<title>Node5&#45;&gt;Node6</title>
<g id="a_edge5_Node000005_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M246.72,-80.24C263.94,-87.14 284.47,-95.33 303,-102.62 306.29,-103.92 309.72,-105.27 313.16,-106.61"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="311.77,-110.21 322.36,-110.58 314.31,-103.69 311.77,-110.21"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/front.html#" xlink:title=" ">
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/front.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="394,-93.25 306.75,-93.25 306.75,-74 394,-74 394,-93.25"/>
<text text-anchor="middle" x="350.38" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::front</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node7 -->
<g id="edge6" class="edge">
<g id="edge6_Node000005_Node000007" class="edge">
<title>Node5&#45;&gt;Node7</title>
<g id="a_edge6_Node000005_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M262.58,-71.97C273.55,-73.44 285.06,-74.99 295.98,-76.45"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="295.28,-80.03 305.66,-77.89 296.21,-73.09 295.28,-80.03"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/pop.html#" xlink:title=" ">
<g id="a_Node000008"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/pop.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="392.12,-56.25 308.62,-56.25 308.62,-37 392.12,-37 392.12,-56.25"/>
<text text-anchor="middle" x="350.38" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::pop</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node8 -->
<g id="edge7" class="edge">
<g id="edge7_Node000005_Node000008" class="edge">
<title>Node5&#45;&gt;Node8</title>
<g id="a_edge7_Node000005_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M262.58,-57.67C274.13,-56.2 286.29,-54.65 297.72,-53.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="297.94,-56.57 307.42,-51.83 297.06,-49.62 297.94,-56.57"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_node9"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/push.html#" xlink:title=" ">
<g id="a_Node000009"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/push.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="394.75,-19.25 306,-19.25 306,0 394.75,0 394.75,-19.25"/>
<text text-anchor="middle" x="350.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::push</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node9 -->
<g id="edge8" class="edge">
<g id="edge8_Node000005_Node000009" class="edge">
<title>Node5&#45;&gt;Node9</title>
<g id="a_edge8_Node000005_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M248.14,-48.96C265.08,-42.37 285,-34.62 303,-27.62 306.3,-26.34 309.73,-25.01 313.17,-23.67"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="314.32,-26.59 322.37,-19.71 311.79,-20.07 314.32,-26.59"/>
</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: 7.2 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@@ -0,0 +1,175 @@
<?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="406pt" height="162pt"
viewBox="0.00 0.00 405.75 162.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 158.25)">
<title>main</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="37,-135.25 0,-135.25 0,-116 37,-116 37,-135.25"/>
<text text-anchor="middle" x="18.5" y="-121.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="233.62,-154.25 180.12,-154.25 180.12,-135 233.62,-135 233.62,-154.25"/>
<text text-anchor="middle" x="206.88" y="-140.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<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.37,-127.45C67.54,-130.52 129.15,-136.8 168.93,-140.86"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.47,-144.43 178.77,-141.96 169.18,-137.47 168.47,-144.43"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="../../df/d82/breadth__first__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="110.75,-116.25 73,-116.25 73,-97 110.75,-97 110.75,-116.25"/>
<text text-anchor="middle" x="91.88" y="-102.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-120.93C44.81,-118.89 53.98,-116.45 62.55,-114.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.18,-117.35 71.94,-111.4 61.38,-110.59 63.18,-117.35"/>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge9_Node000003_Node000002" class="edge">
<title>Node3&#45;&gt;Node2</title>
<g id="a_edge9_Node000003_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.23,-113.75C121.6,-117.7 134.84,-122.61 146.75,-126.62 154.07,-129.1 161.96,-131.6 169.51,-133.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.28,-137.52 178.87,-137.07 170.31,-130.82 168.28,-137.52"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="267,-117.25 146.75,-117.25 146.75,-98 267,-98 267,-117.25"/>
<text text-anchor="middle" x="206.88" y="-103.75" font-family="Helvetica,sans-Serif" font-size="10.00">graph::Graph::add_edge</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<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="M111.03,-106.79C118.12,-106.85 126.72,-106.92 135.83,-107.01"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.66,-110.51 145.69,-107.1 135.72,-103.51 135.66,-110.51"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:href="../../dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="262.12,-79.88 151.62,-79.88 151.62,-49.38 262.12,-49.38 262.12,-79.88"/>
<text text-anchor="start" x="159.62" y="-66.38" font-family="Helvetica,sans-Serif" font-size="10.00">graph::Graph::breadth</text>
<text text-anchor="middle" x="206.88" y="-55.12" font-family="Helvetica,sans-Serif" font-size="10.00">_first_search</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.03,-99.88C122.7,-95.54 138.5,-89.67 153.85,-83.96"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="154.68,-87.02 162.83,-80.25 152.24,-80.45 154.68,-87.02"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/empty.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="397.75,-130.25 303,-130.25 303,-111 397.75,-111 397.75,-130.25"/>
<text text-anchor="middle" x="350.38" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::empty</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge5_Node000005_Node000006" class="edge">
<title>Node5&#45;&gt;Node6</title>
<g id="a_edge5_Node000005_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M246.72,-80.24C263.94,-87.14 284.47,-95.33 303,-102.62 306.29,-103.92 309.72,-105.27 313.16,-106.61"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="311.77,-110.21 322.36,-110.58 314.31,-103.69 311.77,-110.21"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/front.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="394,-93.25 306.75,-93.25 306.75,-74 394,-74 394,-93.25"/>
<text text-anchor="middle" x="350.38" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::front</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node7 -->
<g id="edge6_Node000005_Node000007" class="edge">
<title>Node5&#45;&gt;Node7</title>
<g id="a_edge6_Node000005_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M262.58,-71.97C273.55,-73.44 285.06,-74.99 295.98,-76.45"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="295.28,-80.03 305.66,-77.89 296.21,-73.09 295.28,-80.03"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_Node000008"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/pop.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="392.12,-56.25 308.62,-56.25 308.62,-37 392.12,-37 392.12,-56.25"/>
<text text-anchor="middle" x="350.38" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::pop</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node8 -->
<g id="edge7_Node000005_Node000008" class="edge">
<title>Node5&#45;&gt;Node8</title>
<g id="a_edge7_Node000005_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M262.58,-57.67C274.13,-56.2 286.29,-54.65 297.72,-53.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="297.94,-56.57 307.42,-51.83 297.06,-49.62 297.94,-56.57"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_Node000009"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue/push.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="394.75,-19.25 306,-19.25 306,0 394.75,0 394.75,-19.25"/>
<text text-anchor="middle" x="350.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue::push</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node9 -->
<g id="edge8_Node000005_Node000009" class="edge">
<title>Node5&#45;&gt;Node9</title>
<g id="a_edge8_Node000005_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M248.14,-48.96C265.08,-42.37 285,-34.62 303,-27.62 306.3,-26.34 309.73,-25.01 313.17,-23.67"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="314.32,-26.59 322.37,-19.71 311.79,-20.07 314.32,-26.59"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -1,6 +1,9 @@
<map id="graph::HKGraph" name="graph::HKGraph">
<area shape="rect" id="node1" title="Represents Bipartite graph for Hopcroft Karp implementation." alt="" coords="93,228,208,253"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="5,94,144,135"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/list.html" title=" " alt="" coords="23,5,126,31"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="167,102,289,127"/>
<area shape="rect" id="Node000001" title="Represents Bipartite graph for Hopcroft Karp implementation." alt="" coords="93,228,208,253"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="5,94,144,135"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="96,146,145,226,141,228,92,149"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/list.html" title=" " alt="" coords="23,5,126,31"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="77,46,77,93,72,93,72,46"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="167,102,289,127"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="215,141,160,229,156,226,211,138"/>
</map>

View File

@@ -1 +1 @@
efb9f503a1b7ed49ba6d15720a6be369
356ddd95dc9cd91243361fbffa1ee341

View File

@@ -6,21 +6,31 @@
<!-- Title: graph::HKGraph Pages: 1 -->
<svg width="220pt" height="194pt"
viewBox="0.00 0.00 220.38 194.00" 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 190)">
<title>graph::HKGraph</title>
<!-- Node1 -->
<g id="node1" class="node">
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Represents Bipartite graph for Hopcroft Karp implementation.">
<g id="a_Node000001"><a xlink:title="Represents Bipartite graph for Hopcroft Karp implementation.">
<polygon fill="#999999" stroke="#666666" points="152.12,-19.25 65.62,-19.25 65.62,0 152.12,0 152.12,-19.25"/>
<text text-anchor="middle" x="108.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">graph::HKGraph</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/container/vector.html" xlink:title=" ">
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="103.75,-119.5 0,-119.5 0,-89 103.75,-89 103.75,-119.5"/>
<text text-anchor="start" x="8" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; std::list</text>
<text text-anchor="middle" x="51.88" y="-94.75" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; int &gt; &gt;</text>
@@ -28,45 +38,69 @@
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node2&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M66.43,-79.59C78.45,-60.07 94.84,-33.43 103.31,-19.67"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="63.04,-77.43 60.78,-87.78 69,-81.1 63.04,-77.43"/>
<text text-anchor="middle" x="100.75" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00"> adj</text>
</a>
</g>
<text text-anchor="middle" x="100.75" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> adj</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/list.html" xlink:title=" ">
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/list.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="90.25,-186 13.5,-186 13.5,-166.75 90.25,-166.75 90.25,-186"/>
<text text-anchor="middle" x="51.88" y="-172.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::list&lt; int &gt;</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node3&#45;&gt;Node2</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M51.88,-155.53C51.88,-144.2 51.88,-130.25 51.88,-119.92"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="48.38,-155.49 51.88,-165.49 55.38,-155.49 48.38,-155.49"/>
<text text-anchor="middle" x="73.25" y="-139.25" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</a>
</g>
<text text-anchor="middle" x="73.25" y="-139.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> elements</text>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="212.38,-113.88 121.38,-113.88 121.38,-94.62 212.38,-94.62 212.38,-113.88"/>
<text text-anchor="middle" x="166.88" y="-100.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; int &gt;</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node1 -->
<g id="edge3" class="edge">
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node4&#45;&gt;Node1</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M155.58,-85.21C143.24,-65.5 123.97,-34.73 114.5,-19.62"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="153.04,-86.75 161.31,-93.37 158.97,-83.04 153.04,-86.75"/>
<text text-anchor="middle" x="159" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00"> dist</text>
<text text-anchor="middle" x="159" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00">pair_u</text>
<text text-anchor="middle" x="159" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00">pair_v</text>
</a>
</g>
<text text-anchor="middle" x="159" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> dist</text>
<text text-anchor="middle" x="159" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">pair_u</text>
<text text-anchor="middle" x="159" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">pair_v</text>
</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.8 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -0,0 +1,81 @@
<?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: graph::HKGraph Pages: 1 -->
<svg width="220pt" height="194pt"
viewBox="0.00 0.00 220.38 194.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 190)">
<title>graph::HKGraph</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Represents Bipartite graph for Hopcroft Karp implementation.">
<polygon fill="#999999" stroke="#666666" points="152.12,-19.25 65.62,-19.25 65.62,0 152.12,0 152.12,-19.25"/>
<text text-anchor="middle" x="108.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">graph::HKGraph</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/container/vector.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="103.75,-119.5 0,-119.5 0,-89 103.75,-89 103.75,-119.5"/>
<text text-anchor="start" x="8" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; std::list</text>
<text text-anchor="middle" x="51.88" y="-94.75" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; int &gt; &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node2&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M66.43,-79.59C78.45,-60.07 94.84,-33.43 103.31,-19.67"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="63.04,-77.43 60.78,-87.78 69,-81.1 63.04,-77.43"/>
</a>
</g>
<text text-anchor="middle" x="100.75" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> adj</text>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/list.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="90.25,-186 13.5,-186 13.5,-166.75 90.25,-166.75 90.25,-186"/>
<text text-anchor="middle" x="51.88" y="-172.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::list&lt; int &gt;</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node3&#45;&gt;Node2</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M51.88,-155.53C51.88,-144.2 51.88,-130.25 51.88,-119.92"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="48.38,-155.49 51.88,-165.49 55.38,-155.49 48.38,-155.49"/>
</a>
</g>
<text text-anchor="middle" x="73.25" y="-139.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> elements</text>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="212.38,-113.88 121.38,-113.88 121.38,-94.62 212.38,-94.62 212.38,-113.88"/>
<text text-anchor="middle" x="166.88" y="-100.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; int &gt;</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node1 -->
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node4&#45;&gt;Node1</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M155.58,-85.21C143.24,-65.5 123.97,-34.73 114.5,-19.62"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="153.04,-86.75 161.31,-93.37 158.97,-83.04 153.04,-86.75"/>
</a>
</g>
<text text-anchor="middle" x="159" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> dist</text>
<text text-anchor="middle" x="159" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">pair_u</text>
<text text-anchor="middle" x="159" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">pair_v</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB