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++: data_structures::stack_using_queue::Stack Struct 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');
@@ -115,27 +115,27 @@ Collaboration diagram for data_structures::stack_using_queue::Stack:</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a5540434e1b41245205eee86f664906f7"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d5b/structdata__structures_1_1stack__using__queue_1_1_stack.html#a5540434e1b41245205eee86f664906f7">top</a> ()</td></tr>
<tr class="memitem:a5540434e1b41245205eee86f664906f7" id="r_a5540434e1b41245205eee86f664906f7"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d5b/structdata__structures_1_1stack__using__queue_1_1_stack.html#a5540434e1b41245205eee86f664906f7">top</a> ()</td></tr>
<tr class="separator:a5540434e1b41245205eee86f664906f7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af04a8f3536a52d8c9916086b656eefc2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d5b/structdata__structures_1_1stack__using__queue_1_1_stack.html#af04a8f3536a52d8c9916086b656eefc2">push</a> (int val)</td></tr>
<tr class="memitem:af04a8f3536a52d8c9916086b656eefc2" id="r_af04a8f3536a52d8c9916086b656eefc2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d5b/structdata__structures_1_1stack__using__queue_1_1_stack.html#af04a8f3536a52d8c9916086b656eefc2">push</a> (int val)</td></tr>
<tr class="memdesc:af04a8f3536a52d8c9916086b656eefc2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Inserts an element to the top of the stack. <br /></td></tr>
<tr class="separator:af04a8f3536a52d8c9916086b656eefc2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abdd461689df4983a3ad3b05d853cf5eb"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d5b/structdata__structures_1_1stack__using__queue_1_1_stack.html#abdd461689df4983a3ad3b05d853cf5eb">pop</a> ()</td></tr>
<tr class="memitem:abdd461689df4983a3ad3b05d853cf5eb" id="r_abdd461689df4983a3ad3b05d853cf5eb"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d5b/structdata__structures_1_1stack__using__queue_1_1_stack.html#abdd461689df4983a3ad3b05d853cf5eb">pop</a> ()</td></tr>
<tr class="memdesc:abdd461689df4983a3ad3b05d853cf5eb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes the topmost element from the stack. <br /></td></tr>
<tr class="separator:abdd461689df4983a3ad3b05d853cf5eb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac0ddec9ab8f778dad23ec446d7a77b39"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d5b/structdata__structures_1_1stack__using__queue_1_1_stack.html#ac0ddec9ab8f778dad23ec446d7a77b39">size</a> ()</td></tr>
<tr class="memitem:ac0ddec9ab8f778dad23ec446d7a77b39" id="r_ac0ddec9ab8f778dad23ec446d7a77b39"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d5b/structdata__structures_1_1stack__using__queue_1_1_stack.html#ac0ddec9ab8f778dad23ec446d7a77b39">size</a> ()</td></tr>
<tr class="memdesc:ac0ddec9ab8f778dad23ec446d7a77b39"><td class="mdescLeft">&#160;</td><td class="mdescRight">Utility function to return the current size of the stack. <br /></td></tr>
<tr class="separator:ac0ddec9ab8f778dad23ec446d7a77b39"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-attribs" name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:acf8ca54d5dd6676f255fff3dedacc7c6"><td class="memItemLeft" align="right" valign="top"><a id="acf8ca54d5dd6676f255fff3dedacc7c6" name="acf8ca54d5dd6676f255fff3dedacc7c6"></a>
<tr class="memitem:acf8ca54d5dd6676f255fff3dedacc7c6" id="r_acf8ca54d5dd6676f255fff3dedacc7c6"><td class="memItemLeft" align="right" valign="top"><a id="acf8ca54d5dd6676f255fff3dedacc7c6" name="acf8ca54d5dd6676f255fff3dedacc7c6"></a>
<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/queue.html">std::queue</a>&lt; int64_t &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>main_q</b></td></tr>
<tr class="memdesc:acf8ca54d5dd6676f255fff3dedacc7c6"><td class="mdescLeft">&#160;</td><td class="mdescRight">stores the current state of the stack <br /></td></tr>
<tr class="separator:acf8ca54d5dd6676f255fff3dedacc7c6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2f80f87fc6f6ded938426698bba89323"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/queue.html">std::queue</a>&lt; int64_t &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d5b/structdata__structures_1_1stack__using__queue_1_1_stack.html#a2f80f87fc6f6ded938426698bba89323">auxiliary_q</a></td></tr>
<tr class="memitem:a2f80f87fc6f6ded938426698bba89323" id="r_a2f80f87fc6f6ded938426698bba89323"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/queue.html">std::queue</a>&lt; int64_t &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d5b/structdata__structures_1_1stack__using__queue_1_1_stack.html#a2f80f87fc6f6ded938426698bba89323">auxiliary_q</a></td></tr>
<tr class="separator:a2f80f87fc6f6ded938426698bba89323"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afdfd2f4418c70b1bda50f2c3e416d80b"><td class="memItemLeft" align="right" valign="top"><a id="afdfd2f4418c70b1bda50f2c3e416d80b" name="afdfd2f4418c70b1bda50f2c3e416d80b"></a>
<tr class="memitem:afdfd2f4418c70b1bda50f2c3e416d80b" id="r_afdfd2f4418c70b1bda50f2c3e416d80b"><td class="memItemLeft" align="right" valign="top"><a id="afdfd2f4418c70b1bda50f2c3e416d80b" name="afdfd2f4418c70b1bda50f2c3e416d80b"></a>
uint32_t&#160;</td><td class="memItemRight" valign="bottom"><b>current_size</b> = 0</td></tr>
<tr class="memdesc:afdfd2f4418c70b1bda50f2c3e416d80b"><td class="mdescLeft">&#160;</td><td class="mdescRight">stores the current size of the stack <br /></td></tr>
<tr class="separator:afdfd2f4418c70b1bda50f2c3e416d80b"><td class="memSeparator" colspan="2">&#160;</td></tr>
@@ -318,7 +318,7 @@ Here is the call graph for this function:</div>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>data_structures/stack_using_queue.cpp</li>
<li>data_structures/<b>stack_using_queue.cpp</b></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
@@ -326,7 +326,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="../../d5/d3c/namespacedata__structures.html">data_structures</a></li><li class="navelem"><b>stack_using_queue</b></li><li class="navelem"><a class="el" href="../../db/d5b/structdata__structures_1_1stack__using__queue_1_1_stack.html">Stack</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 @@
<?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: data_structures::stack_using_queue::Stack::top Pages: 1 -->
<svg width="258pt" 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="M127.22,-15.25C135.33,-15.25 143.57,-15.25 151.52,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.52,-18.75 161.52,-15.25 151.52,-11.75 151.52,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M127.22,-15.25C135.23,-15.25 143.38,-15.25 151.25,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.01,-18.75 161.01,-15.25 151.01,-11.75 151.01,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 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: data_structures::stack_using_queue::Stack::top Pages: 1 -->
<svg width="258pt" 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="M127.22,-15.25C135.33,-15.25 143.57,-15.25 151.52,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.52,-18.75 161.52,-15.25 151.52,-11.75 151.52,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M127.22,-15.25C135.23,-15.25 143.38,-15.25 151.25,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.01,-18.75 161.01,-15.25 151.01,-11.75 151.01,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1,7 +1,7 @@
<map id="data_structures::stack_using_queue::Stack::pop" name="data_structures::stack_using_queue::Stack::pop">
<area shape="rect" id="Node000001" title="Removes the topmost element from the stack." alt="" coords="5,23,178,64"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/empty.html#" title=" " alt="" coords="226,5,352,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="178,30,210,26,211,31,179,35"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="178,30,210,26,210,31,179,35"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/pop.html#" title=" " alt="" coords="233,55,345,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="179,51,219,56,218,62,178,57"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="179,51,218,56,217,62,178,57"/>
</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: data_structures::stack_using_queue::Stack::pop Pages: 1 -->
<svg width="268pt" height="64pt"
@@ -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="M129.66,-35.96C137.77,-37.01 146.04,-38.09 154.04,-39.13"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.39,-42.71 163.75,-40.53 154.29,-35.76 153.39,-42.71"/>
<path fill="none" stroke="#63b8ff" d="M129.66,-35.96C137.59,-36.99 145.66,-38.04 153.49,-39.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.88,-42.51 163.25,-40.33 153.79,-35.57 152.88,-42.51"/>
</a>
</g>
</g>
@@ -59,8 +59,8 @@
<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="M129.66,-19.73C139.79,-18.48 150.16,-17.2 159.96,-15.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="160.25,-19.36 169.75,-14.66 159.39,-12.41 160.25,-19.36"/>
<path fill="none" stroke="#63b8ff" d="M129.66,-19.73C139.58,-18.51 149.71,-17.26 159.33,-16.07"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.75,-19.55 169.25,-14.85 158.89,-12.6 159.75,-19.55"/>
</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: data_structures::stack_using_queue::Stack::pop Pages: 1 -->
<svg width="268pt" height="64pt"
@@ -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="M129.66,-35.96C137.77,-37.01 146.04,-38.09 154.04,-39.13"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.39,-42.71 163.75,-40.53 154.29,-35.76 153.39,-42.71"/>
<path fill="none" stroke="#63b8ff" d="M129.66,-35.96C137.59,-36.99 145.66,-38.04 153.49,-39.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.88,-42.51 163.25,-40.33 153.79,-35.57 152.88,-42.51"/>
</a>
</g>
</g>
@@ -49,8 +49,8 @@
<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="M129.66,-19.73C139.79,-18.48 150.16,-17.2 159.96,-15.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="160.25,-19.36 169.75,-14.66 159.39,-12.41 160.25,-19.36"/>
<path fill="none" stroke="#63b8ff" d="M129.66,-19.73C139.58,-18.51 149.71,-17.26 159.33,-16.07"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.75,-19.55 169.25,-14.85 158.89,-12.6 159.75,-19.55"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -1,11 +1,11 @@
<map id="data_structures::stack_using_queue::Stack::push" name="data_structures::stack_using_queue::Stack::push">
<area shape="rect" id="Node000001" title="Inserts an element to the top of the stack." alt="" coords="5,73,185,113"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/empty.html#" title=" " alt="" coords="233,5,359,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="151,69,245,34,246,39,153,74"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="151,69,244,34,246,39,153,74"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/front.html#" title=" " alt="" coords="238,55,354,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="185,79,223,74,223,79,185,84"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="185,79,222,74,223,79,185,84"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/pop.html#" title=" " alt="" coords="240,104,352,130"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="185,101,226,106,225,111,185,106"/>
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue/push.html#" title=" " alt="" coords="237,153,355,179"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="154,111,246,145,244,150,152,116"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="154,111,245,145,243,150,152,116"/>
</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: data_structures::stack_using_queue::Stack::push Pages: 1 -->
<svg width="273pt" height="138pt"
@@ -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="M110.05,-80.37C132.08,-88.68 158.87,-98.77 180.1,-106.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="178.75,-110.38 189.34,-110.63 181.22,-103.83 178.75,-110.38"/>
<path fill="none" stroke="#63b8ff" d="M110.05,-80.37C131.98,-88.64 158.62,-98.68 179.81,-106.66"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="178.34,-109.84 188.93,-110.09 180.8,-103.29 178.34,-109.84"/>
</a>
</g>
</g>
@@ -59,8 +59,8 @@
<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="M134.74,-73.12C144.29,-74.35 154.02,-75.59 163.28,-76.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.54,-80.34 172.91,-78.13 163.43,-73.39 162.54,-80.34"/>
<path fill="none" stroke="#63b8ff" d="M134.74,-73.12C144.08,-74.32 153.6,-75.54 162.68,-76.7"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.04,-80.14 172.4,-77.94 162.93,-73.2 162.04,-80.14"/>
</a>
</g>
</g>
@@ -77,8 +77,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M134.74,-56.57C144.96,-55.33 155.38,-54.07 165.21,-52.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.52,-56.25 175.03,-51.57 164.68,-49.3 165.52,-56.25"/>
<path fill="none" stroke="#63b8ff" d="M134.74,-56.57C144.85,-55.35 155.15,-54.1 164.9,-52.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.02,-56.43 174.52,-51.75 164.18,-49.48 165.02,-56.43"/>
</a>
</g>
</g>
@@ -95,8 +95,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M110.44,-49.01C132.17,-40.97 158.44,-31.25 179.45,-23.48"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="180.43,-26.47 188.59,-19.72 178,-19.91 180.43,-26.47"/>
<path fill="none" stroke="#63b8ff" d="M110.44,-49.01C131.98,-41.04 157.96,-31.43 178.87,-23.69"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="180.01,-27 188.17,-20.25 177.58,-20.43 180.01,-27"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 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: data_structures::stack_using_queue::Stack::push Pages: 1 -->
<svg width="273pt" height="138pt"
@@ -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="M110.05,-80.37C132.08,-88.68 158.87,-98.77 180.1,-106.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="178.75,-110.38 189.34,-110.63 181.22,-103.83 178.75,-110.38"/>
<path fill="none" stroke="#63b8ff" d="M110.05,-80.37C131.98,-88.64 158.62,-98.68 179.81,-106.66"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="178.34,-109.84 188.93,-110.09 180.8,-103.29 178.34,-109.84"/>
</a>
</g>
</g>
@@ -49,8 +49,8 @@
<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="M134.74,-73.12C144.29,-74.35 154.02,-75.59 163.28,-76.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.54,-80.34 172.91,-78.13 163.43,-73.39 162.54,-80.34"/>
<path fill="none" stroke="#63b8ff" d="M134.74,-73.12C144.08,-74.32 153.6,-75.54 162.68,-76.7"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.04,-80.14 172.4,-77.94 162.93,-73.2 162.04,-80.14"/>
</a>
</g>
</g>
@@ -67,8 +67,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M134.74,-56.57C144.96,-55.33 155.38,-54.07 165.21,-52.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.52,-56.25 175.03,-51.57 164.68,-49.3 165.52,-56.25"/>
<path fill="none" stroke="#63b8ff" d="M134.74,-56.57C144.85,-55.35 155.15,-54.1 164.9,-52.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.02,-56.43 174.52,-51.75 164.18,-49.48 165.02,-56.43"/>
</a>
</g>
</g>
@@ -85,8 +85,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M110.44,-49.01C132.17,-40.97 158.44,-31.25 179.45,-23.48"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="180.43,-26.47 188.59,-19.72 178,-19.91 180.43,-26.47"/>
<path fill="none" stroke="#63b8ff" d="M110.44,-49.01C131.98,-41.04 157.96,-31.43 178.87,-23.69"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="180.01,-27 188.17,-20.25 177.58,-20.43 180.01,-27"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB