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 6.0.2 (20221011.1828)
-->
<!-- 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.08,-36.5C40.55,-36.5 49.84,-36.5 58.9,-36.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.94,-40 68.94,-36.5 58.94,-33 58.94,-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.43,-48.8 141.96,-52.51 151.22,-55.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.06,-59.07 160.65,-59.1 152.38,-52.47 150.06,-59.07"/>
</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.81C130.44,-24.97 139.76,-21.81 148.26,-18.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.42,-22.22 157.76,-15.69 147.17,-15.6 149.42,-22.22"/>
</g>
<!-- Node4&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node4&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M164.44,-19.08C158.33,-27.73 162.51,-37 177,-37 185.83,-37 190.83,-33.56 192.01,-28.91"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="195.37,-27.94 189.56,-19.08 188.58,-29.63 195.37,-27.94"/>
</g>
</g>
</svg>