TheAlgorithms-C/d5/d24/dynamic__stack_8c_aff3ec5aac14cef11d2666c0de4ba9b6e_cgraph.svg

92 lines
3.8 KiB
XML
Raw Normal View History

<?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 9.0.0 (20230911.1827)
-->
<!-- Title: push Pages: 1 -->
<svg width="153pt" height="82pt"
viewBox="0.00 0.00 152.50 82.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 78.25)">
<title>push</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="The push function pushes the element onto the stack.">
<polygon fill="#999999" stroke="#666666" points="37,-46.25 0,-46.25 0,-27 37,-27 37,-46.25"/>
<text text-anchor="middle" x="18.5" y="-32.75" font-family="Helvetica,sans-Serif" font-size="10.00">push</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="../../d5/d24/dynamic__stack_8c.html#ac01c5d1d1000ed68b5ff093c5ff36854" target="_top" xlink:title="As this is stack implementation using dynamic array this function will expand the size of the stack b...">
<polygon fill="white" stroke="#666666" points="144.5,-74.25 73,-74.25 73,-55 144.5,-55 144.5,-74.25"/>
<text text-anchor="middle" x="108.75" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">double_array</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.36,-42.29C45.41,-44.85 55.29,-47.98 65.08,-51.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.96,-54.4 74.55,-54.09 66.08,-47.73 63.96,-54.4"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="../../db/d0c/infix__to__postfix_8c.html#a613462735d30cae1b85b606ecab30554" target="_top" xlink:title="push function">
<polygon fill="white" stroke="#666666" points="127.25,-19.25 90.25,-19.25 90.25,0 127.25,0 127.25,-19.25"/>
<text text-anchor="middle" x="108.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">push</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.36,-31.16C49.32,-27.5 65.33,-22.6 79.06,-18.4"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.93,-21.8 88.47,-15.52 77.88,-15.1 79.93,-21.8"/>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node3 -->
<g id="edge3_Node000003_Node000003" class="edge">
<title>Node3&#45;&gt;Node3</title>
<g id="a_edge3_Node000003_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M94.62,-19.54C88.18,-28.15 92.89,-37.25 108.75,-37.25 117.43,-37.25 122.77,-34.53 124.77,-30.65"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="128.26,-30.3 123.13,-21.03 121.36,-31.48 128.26,-30.3"/>
</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>