TheAlgorithms-C/df/d43/postfix__evaluation_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg

73 lines
3.3 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.4 (20221203.1631)
-->
<!-- Title: test Pages: 1 -->
<svg width="204pt" height="82pt"
viewBox="0.00 0.00 204.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>test</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Self&#45;test implementations.">
<polygon fill="#999999" stroke="#666666" points="33,-46 0,-46 0,-27 33,-27 33,-46"/>
<text text-anchor="middle" x="16.5" y="-34" font-family="Helvetica,sans-Serif" font-size="10.00">test</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#a4494492c8fc2509f602acc8228a3b623" target="_top" xlink:title="Function to evaluate postfix expression.">
<polygon fill="white" stroke="#666666" points="122,-46 69,-46 69,-27 122,-27 122,-46"/>
<text text-anchor="middle" x="95.5" y="-34" font-family="Helvetica,sans-Serif" font-size="10.00">evaluate</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="M33.45,-36.5C40.42,-36.5 48.91,-36.5 57.31,-36.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.05,-40 67.05,-36.5 57.05,-33 57.05,-40"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><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="193,-74 161,-74 161,-55 193,-55 193,-74"/>
<text text-anchor="middle" x="177" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">pop</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M122.09,-45.51C131.03,-48.66 141.06,-52.2 150.03,-55.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.63,-58.57 159.23,-58.59 150.96,-51.97 148.63,-58.57"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../db/d0c/infix__to__postfix_8c.html#a613462735d30cae1b85b606ecab30554" target="_top" xlink:title="push function">
<polygon fill="white" stroke="#666666" points="196,-19 158,-19 158,0 196,0 196,-19"/>
<text text-anchor="middle" x="177" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">push</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node2&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M122.09,-27.81C129.93,-25.15 138.61,-22.2 146.67,-19.46"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.74,-22.8 156.08,-16.27 145.49,-16.17 147.74,-22.8"/>
</g>
<!-- Node4&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node4&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M164.24,-19.37C158.42,-27.94 162.67,-37 177,-37 184.61,-37 189.38,-34.44 191.3,-30.76"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="194.77,-30.31 189.96,-20.87 187.84,-31.25 194.77,-30.31"/>
</g>
</g>
</svg>