Documentation for 53a6c16730

This commit is contained in:
github-actions
2022-01-16 16:05:19 +00:00
parent 778f1be9e5
commit 2cab28c905
3620 changed files with 52045 additions and 41188 deletions

View File

@@ -0,0 +1,5 @@
<map id="data_structures::stack_using_queue::Stack" name="data_structures::stack_using_queue::Stack">
<area shape="rect" id="node1" title="Stack Class implementation for basic methods of Stack Data Structure." alt="" coords="5,199,157,240"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue" title=" " alt="" coords="8,95,155,121"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/integer" title=" " alt="" coords="38,5,125,32"/>
</map>

View File

@@ -0,0 +1 @@
d14cb4d10c7aeebfe6bc31f72ae9d70b

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
-->
<!-- Title: data_structures::stack_using_queue::Stack Pages: 1 -->
<svg width="122pt" height="184pt"
viewBox="0.00 0.00 122.00 184.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 180)">
<title>data_structures::stack_using_queue::Stack</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-180 118,-180 118,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Stack Class implementation for basic methods of Stack Data Structure.">
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 114,-30.5 114,-0.5 0,-0.5"/>
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::stack</text>
<text text-anchor="middle" x="57" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_using_queue::Stack</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/queue" xlink:title=" ">
<polygon fill="white" stroke="black" points="2,-89.5 2,-108.5 112,-108.5 112,-89.5 2,-89.5"/>
<text text-anchor="middle" x="57" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue&lt; int64_t &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M57,-79.23C57,-64.41 57,-44.05 57,-30.6"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="53.5,-79.28 57,-89.28 60.5,-79.28 53.5,-79.28"/>
<text text-anchor="middle" x="82" y="-63" font-family="Helvetica,sans-Serif" font-size="10.00"> auxiliary_q</text>
<text text-anchor="middle" x="82" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00">main_q</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/types/integer" xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="24.5,-156.5 24.5,-175.5 89.5,-175.5 89.5,-156.5 24.5,-156.5"/>
<text text-anchor="middle" x="57" y="-163.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::int64_t</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M57,-146.04C57,-133.67 57,-118.12 57,-108.63"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="53.5,-146.23 57,-156.23 60.5,-146.23 53.5,-146.23"/>
<text text-anchor="middle" x="78.5" y="-130" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB