mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-04 06:30:54 +08:00
Documentation for 7bab516e59
This commit is contained in:
@@ -5,16 +5,16 @@
|
||||
-->
|
||||
<!-- Title: data_structures/queue_using_two_stacks.cpp Pages: 1 -->
|
||||
<svg width="189pt" height="95pt"
|
||||
viewBox="0.00 0.00 189.00 95.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
viewBox="0.00 0.00 188.50 95.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 91)">
|
||||
<title>data_structures/queue_using_two_stacks.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 185,-91 185,4 -4,4"/>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 184.5,-91 184.5,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title=" ">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="35,-56.5 35,-86.5 154,-86.5 154,-56.5 35,-56.5"/>
|
||||
<text text-anchor="start" x="43" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/queue</text>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="34.5,-56.5 34.5,-86.5 154.5,-86.5 154.5,-56.5 34.5,-56.5"/>
|
||||
<text text-anchor="start" x="42.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/queue</text>
|
||||
<text text-anchor="middle" x="94.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_using_two_stacks.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
@@ -38,7 +38,7 @@
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="67.5,-0.5 67.5,-19.5 121.5,-19.5 121.5,-0.5 67.5,-0.5"/>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="67,-0.5 67,-19.5 122,-19.5 122,-0.5 67,-0.5"/>
|
||||
<text text-anchor="middle" x="94.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
@@ -53,7 +53,7 @@
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="140,-0.5 140,-19.5 181,-19.5 181,-0.5 140,-0.5"/>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="140.5,-0.5 140.5,-19.5 180.5,-19.5 180.5,-0.5 140.5,-0.5"/>
|
||||
<text text-anchor="middle" x="160.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stack</text>
|
||||
</a>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Reference in New Issue
Block a user