mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
68 lines
3.2 KiB
XML
68 lines
3.2 KiB
XML
|
<?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.49.2 (20211016.1639)
|
||
|
-->
|
||
|
<!-- Title: test Pages: 1 -->
|
||
|
<svg width="205pt" height="66pt"
|
||
|
viewBox="0.00 0.00 205.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 201,-62 201,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Self-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 123,-38.5 123,-19.5 69,-19.5"/>
|
||
|
<text text-anchor="middle" x="96" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">evaluate</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M33.18,-29C40.64,-29 49.89,-29 58.94,-29"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="58.96,-32.5 68.96,-29 58.96,-25.5 58.96,-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.5,-38.5 161.5,-57.5 194.5,-57.5 194.5,-38.5 161.5,-38.5"/>
|
||
|
<text text-anchor="middle" x="178" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">pop</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node2->Node3</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M123.19,-35.22C132.23,-37.37 142.35,-39.77 151.34,-41.91"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="150.72,-45.36 161.26,-44.26 152.34,-38.55 150.72,-45.36"/>
|
||
|
</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="159,-0.5 159,-19.5 197,-19.5 197,-0.5 159,-0.5"/>
|
||
|
<text text-anchor="middle" x="178" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">push</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2->Node4 -->
|
||
|
<g id="edge3" class="edge">
|
||
|
<title>Node2->Node4</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M123.19,-22.78C131.49,-20.81 140.68,-18.62 149.09,-16.63"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="149.93,-20.03 158.85,-14.31 148.31,-13.22 149.93,-20.03"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|