Files
C-Plus-Plus/d3/d66/structlinkedlist__coll__graph.svg
2022-09-02 14:36:25 +00:00

29 lines
1.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 5.0.1 (20220820.1526)
-->
<!-- Title: linkedlist Pages: 1 -->
<svg width="103pt" height="27pt"
viewBox="0.00 0.00 103.00 27.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 23)">
<title>linkedlist</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="55,-19 0,-19 0,0 55,0 55,-19"/>
<text text-anchor="middle" x="27.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">linkedlist</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M65.07,-12.45C69.85,-11.93 73,-10.95 73,-9.5 73,-7.18 64.94,-6.06 55.04,-6.13"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="64.89,-8.95 55.04,-12.87 65.18,-15.95 64.89,-8.95"/>
<text text-anchor="middle" x="84" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
</g>
</g>
</svg>