TheAlgorithms-C/df/d43/postfix__evaluation_8c_a4494492c8fc2509f602acc8228a3b623_cgraph.svg

58 lines
2.6 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 7.0.1 (20221109.1506)
-->
<!-- Title: evaluate Pages: 1 -->
<svg width="135pt" height="82pt"
viewBox="0.00 0.00 135.00 82.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 78)">
<title>evaluate</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Function to evaluate postfix expression.">
<polygon fill="#999999" stroke="#666666" points="53,-46 0,-46 0,-27 53,-27 53,-46"/>
<text text-anchor="middle" x="26.5" y="-34" font-family="Helvetica,sans-Serif" font-size="10.00">evaluate</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../df/d43/postfix__evaluation_8c.html#a8546e4b3f61be1f09ce47f428116ad7d" target="_top" xlink:title="Function to pop from the stack.">
<polygon fill="white" stroke="#666666" points="124,-74 92,-74 92,-55 124,-55 124,-74"/>
<text text-anchor="middle" x="108" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">pop</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M53.09,-45.51C62.03,-48.66 72.06,-52.2 81.03,-55.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.63,-58.57 90.23,-58.59 81.96,-51.97 79.63,-58.57"/>
</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,-19 89,-19 89,0 127,0 127,-19"/>
<text text-anchor="middle" x="108" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">push</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M53.09,-27.81C60.93,-25.15 69.61,-22.2 77.67,-19.46"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="78.74,-22.8 87.08,-16.27 76.49,-16.17 78.74,-22.8"/>
</g>
<!-- Node3&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M95.24,-19.37C89.42,-27.94 93.67,-37 108,-37 115.61,-37 120.38,-34.44 122.3,-30.76"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="125.77,-30.31 120.96,-20.87 118.84,-31.25 125.77,-30.31"/>
</g>
</g>
</svg>