Files
C-Plus-Plus/d3/d66/structlinkedlist__coll__graph.svg
2023-01-22 19:44:10 +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 7.0.6 (20230106.0513)
-->
<!-- 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="M66.96,-12.36C70.66,-11.77 73,-10.82 73,-9.5 73,-7.09 65.18,-5.9 55.49,-5.94"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="66.77,-8.86 57,-12.97 67.2,-15.85 66.77,-8.86"/>
<text text-anchor="middle" x="84" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
</g>
</g>
</svg>