mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
46 lines
2.2 KiB
XML
46 lines
2.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 7.0.1 (20221109.1506)
|
||
|
-->
|
||
|
<!-- Title: StockSpanner Pages: 1 -->
|
||
|
<svg width="126pt" height="104pt"
|
||
|
viewBox="0.00 0.00 125.50 104.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 100)">
|
||
|
<title>StockSpanner</title>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title=" ">
|
||
|
<polygon fill="#999999" stroke="#666666" points="78,-19 0,-19 0,0 78,0 78,-19"/>
|
||
|
<text text-anchor="middle" x="39" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">StockSpanner</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:href="../../d4/d11/structstack.html" target="_top" xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="59.5,-96 18.5,-96 18.5,-77 59.5,-77 59.5,-96"/>
|
||
|
<text text-anchor="middle" x="39" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00">stack</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2->Node1 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node2->Node1</title>
|
||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M39,-65.42C39,-50.43 39,-30.66 39,-19.39"/>
|
||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="35.5,-65.09 39,-75.09 42.5,-65.09 35.5,-65.09"/>
|
||
|
<text text-anchor="middle" x="66.5" y="-51" font-family="Helvetica,sans-Serif" font-size="10.00"> sentry</text>
|
||
|
<text text-anchor="middle" x="66.5" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00">stackPointer</text>
|
||
|
</g>
|
||
|
<!-- Node2->Node2 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node2->Node2</title>
|
||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M71.33,-92.65C75.07,-91.51 77.5,-89.46 77.5,-86.5 77.5,-81.09 69.38,-78.72 59.99,-79.39"/>
|
||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="71.17,-89.15 61.5,-93.48 71.76,-96.13 71.17,-89.15"/>
|
||
|
<text text-anchor="middle" x="97.5" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00"> previous</text>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|