mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-16 11:32:44 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,5 +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,196,157,236"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue.html" title=" " alt="" coords="8,93,155,119"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/integer.html" title=" " alt="" coords="38,5,125,31"/>
|
||||
<area shape="rect" id="node1" title="Stack Class implementation for basic methods of Stack Data Structure." alt="" coords="5,198,157,238"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/queue.html" title=" " alt="" coords="8,94,154,120"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/integer.html" title=" " alt="" coords="38,5,124,31"/>
|
||||
</map>
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
<?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.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: data_structures::stack_using_queue::Stack Pages: 1 -->
|
||||
<svg width="122pt" height="181pt"
|
||||
viewBox="0.00 0.00 122.00 181.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 177)">
|
||||
<svg width="122pt" height="183pt"
|
||||
viewBox="0.00 0.00 121.50 182.75" 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 178.75)">
|
||||
<title>data_structures::stack_using_queue::Stack</title>
|
||||
<!-- 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="#999999" stroke="#666666" points="114,-30 0,-30 0,0 114,0 114,-30"/>
|
||||
<text text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::stack</text>
|
||||
<text text-anchor="middle" x="57" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">_using_queue::Stack</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="113.5,-30.5 0,-30.5 0,0 113.5,0 113.5,-30.5"/>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::stack</text>
|
||||
<text text-anchor="middle" x="56.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_using_queue::Stack</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,34 +22,34 @@
|
||||
<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.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="112,-107 2,-107 2,-88 112,-88 112,-107"/>
|
||||
<text text-anchor="middle" x="57" y="-95" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue< int64_t ></text>
|
||||
<polygon fill="white" stroke="#666666" points="111.25,-108.25 2.25,-108.25 2.25,-89 111.25,-89 111.25,-108.25"/>
|
||||
<text text-anchor="middle" x="56.75" y="-94.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::queue< int64_t ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M57,-76.88C57,-62.52 57,-43.35 57,-30.39"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="53.5,-76.58 57,-86.58 60.5,-76.58 53.5,-76.58"/>
|
||||
<text text-anchor="middle" x="82" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00"> auxiliary_q</text>
|
||||
<text text-anchor="middle" x="82" y="-51" font-family="Helvetica,sans-Serif" font-size="10.00">main_q</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M56.75,-77.8C56.75,-63.28 56.75,-43.9 56.75,-30.79"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="53.25,-77.61 56.75,-87.61 60.25,-77.61 53.25,-77.61"/>
|
||||
<text text-anchor="middle" x="81.5" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00"> auxiliary_q</text>
|
||||
<text text-anchor="middle" x="81.5" y="-50.25" 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.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="89.5,-173 24.5,-173 24.5,-154 89.5,-154 89.5,-173"/>
|
||||
<text text-anchor="middle" x="57" y="-161" font-family="Helvetica,sans-Serif" font-size="10.00">std::int64_t</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="89.12,-174.75 24.38,-174.75 24.38,-155.5 89.12,-155.5 89.12,-174.75"/>
|
||||
<text text-anchor="middle" x="56.75" y="-161.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::int64_t</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M57,-142.93C57,-131.05 57,-116.46 57,-107.32"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="53.5,-142.6 57,-152.6 60.5,-142.6 53.5,-142.6"/>
|
||||
<text text-anchor="middle" x="78.5" y="-128" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M56.75,-144.4C56.75,-132.43 56.75,-117.73 56.75,-108.52"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="53.25,-144.16 56.75,-154.16 60.25,-144.16 53.25,-144.16"/>
|
||||
<text text-anchor="middle" x="78.12" y="-128" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
Reference in New Issue
Block a user