TheAlgorithms-C/df/d43/postfix__evaluation_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg

68 lines
3.2 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 2.50.0 (20211204.2007)
-->
<!-- Title: test Pages: 1 -->
<svg width="204pt" height="66pt"
viewBox="0.00 0.00 204.00 66.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 62)">
<title>test</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 200,-62 200,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Self&#45;test implementations.">
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 33,-38.5 33,-19.5 0,-19.5"/>
<text text-anchor="middle" x="16.5" y="-26.5" 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="black" points="69,-19.5 69,-38.5 122,-38.5 122,-19.5 69,-19.5"/>
<text text-anchor="middle" x="95.5" y="-26.5" 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="midnightblue" d="M33.08,-29C40.55,-29 49.84,-29 58.9,-29"/>
<polygon fill="midnightblue" stroke="midnightblue" points="58.94,-32.5 68.94,-29 58.94,-25.5 58.94,-32.5"/>
</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="black" points="161,-38.5 161,-57.5 193,-57.5 193,-38.5 161,-38.5"/>
<text text-anchor="middle" x="177" y="-45.5" 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="midnightblue" d="M122.09,-35.12C131.33,-37.32 141.73,-39.81 150.92,-42.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="150.11,-45.41 160.65,-44.33 151.74,-38.6 150.11,-45.41"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../df/d43/postfix__evaluation_8c.html#af395c540f7e70a8d82d055a0aa42bbef" target="_top" xlink:title="Function to push on the stack.">
<polygon fill="white" stroke="black" points="158,-0.5 158,-19.5 196,-19.5 196,-0.5 158,-0.5"/>
<text text-anchor="middle" x="177" y="-7.5" 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="midnightblue" d="M122.09,-22.88C130.35,-20.91 139.55,-18.71 147.98,-16.7"/>
<polygon fill="midnightblue" stroke="midnightblue" points="148.85,-20.09 157.76,-14.36 147.22,-13.28 148.85,-20.09"/>
</g>
</g>
</svg>