mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-31 09:13:16 +08:00
29 lines
1.3 KiB
XML
29 lines
1.3 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 8.0.5 (20230430.1635)
|
|
-->
|
|
<!-- Title: list Pages: 1 -->
|
|
<svg width="77pt" height="27pt"
|
|
viewBox="0.00 0.00 76.55 27.25" 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.25)">
|
|
<title>list</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#999999" stroke="#666666" points="28.8,-19.25 0,-19.25 0,0 28.8,0 28.8,-19.25"/>
|
|
<text text-anchor="middle" x="14.4" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">list</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M40.05,-12.93C44.06,-12.44 46.8,-11.34 46.8,-9.62 46.8,-6.58 38.15,-5.46 29.06,-6.27"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="40.05,-9.44 30.06,-12.98 40.08,-16.44 40.05,-9.44"/>
|
|
<text text-anchor="middle" x="57.67" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|