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 6.0.2 (20221011.1828)
-->
<!-- 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.43,-48.8 72.96,-52.51 82.22,-55.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="81.06,-59.07 91.65,-59.1 83.38,-52.47 81.06,-59.07"/>
</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.81C61.44,-24.97 70.76,-21.81 79.26,-18.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.42,-22.22 88.76,-15.69 78.17,-15.6 80.42,-22.22"/>
</g>
<!-- Node3&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M95.44,-19.08C89.33,-27.73 93.51,-37 108,-37 116.83,-37 121.83,-33.56 123.01,-28.91"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="126.37,-27.94 120.56,-19.08 119.58,-29.63 126.37,-27.94"/>
</g>
</g>
</svg>