mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-31 17:22:27 +08:00
50 lines
2.5 KiB
XML
50 lines
2.5 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.44.0 (20200408.0750)
|
|
-->
|
|
<!-- Title: cll Pages: 1 -->
|
|
<svg width="123pt" height="130pt"
|
|
viewBox="0.00 0.00 123.00 130.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 126)">
|
|
<title>cll</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-126 119,-126 119,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#bfbfbf" stroke="black" points="23,-0.5 23,-19.5 52,-19.5 52,-0.5 23,-0.5"/>
|
|
<text text-anchor="middle" x="37.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cll</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../d5/da1/structnode.html" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="0,-85 0,-104 75,-104 75,-85 0,-85"/>
|
|
<text text-anchor="middle" x="37.5" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">node< Kind ></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="M37.5,-74.93C37.5,-57.63 37.5,-32.61 37.5,-19.6"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="34,-74.98 37.5,-84.98 41,-74.98 34,-74.98"/>
|
|
<text text-anchor="middle" x="50" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> head</text>
|
|
</g>
|
|
<!-- Node2->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node2->Node2</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M85.24,-102.15C89.98,-100.62 93,-98.07 93,-94.5 93,-88.79 85.27,-85.69 75.11,-85.19"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="84.42,-98.74 75.11,-103.81 85.55,-105.65 84.42,-98.74"/>
|
|
<text text-anchor="middle" x="104" y="-114" font-family="Helvetica,sans-Serif" font-size="10.00"> prev</text>
|
|
<text text-anchor="middle" x="104" y="-103" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
|
<text text-anchor="middle" x="104" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
|
<text text-anchor="middle" x="104" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">left</text>
|
|
<text text-anchor="middle" x="104" y="-70" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|