mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
58 lines
2.7 KiB
XML
58 lines
2.7 KiB
XML
|
<?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.5 (20230430.1635)
|
||
|
-->
|
||
|
<!-- 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">
|
||
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 78.25)">
|
||
|
<title>push</title>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><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="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><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->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M37.36,-42.29C45.58,-44.9 55.72,-48.12 65.71,-51.29"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.4,-54.86 74.99,-54.55 66.52,-48.19 64.4,-54.86"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><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->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M37.36,-31.16C49.44,-27.46 65.65,-22.5 79.47,-18.28"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.38,-21.35 88.92,-15.08 78.33,-14.66 80.38,-21.35"/>
|
||
|
</g>
|
||
|
<!-- Node3->Node3 -->
|
||
|
<g id="edge3" class="edge">
|
||
|
<title>Node3->Node3</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M94.62,-19.54C88.18,-28.15 92.89,-37.25 108.75,-37.25 117.67,-37.25 123.07,-34.37 124.93,-30.32"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="128.19,-29.71 122.88,-20.54 121.31,-31.02 128.19,-29.71"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|