mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-22 04:42:10 +08:00
69 lines
3.5 KiB
XML
69 lines
3.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 8.0.2 (20230410.1723)
|
|
-->
|
|
<!-- Title: Node< ValueType > Pages: 1 -->
|
|
<svg width="233pt" height="170pt"
|
|
viewBox="0.00 0.00 232.50 170.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 166)">
|
|
<title>Node< ValueType ></title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#999999" stroke="#666666" points="108.5,-19 5.5,-19 5.5,0 108.5,0 108.5,-19"/>
|
|
<text text-anchor="middle" x="57" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">Node< ValueType ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="114,-162 0,-162 0,-132 114,-132 114,-162"/>
|
|
<text text-anchor="start" x="8" y="-150" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< Node</text>
|
|
<text text-anchor="middle" x="57" y="-139" font-family="Helvetica,sans-Serif" font-size="10.00">< ValueType > ></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="M52.89,-121.08C50.77,-105.31 48.84,-84.47 50,-66 51.05,-49.33 53.85,-30.01 55.57,-19.12"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="49.51,-121.18 54.43,-130.56 56.44,-120.16 49.51,-121.18"/>
|
|
<text text-anchor="middle" x="61" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:href="../../db/d8b/struct_node.html" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="184.5,-85 81.5,-85 81.5,-66 184.5,-66 184.5,-85"/>
|
|
<text text-anchor="middle" x="133" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">Node< ValueType ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node2->Node3</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M80.8,-124.23C95.24,-111.03 112.88,-94.9 123.51,-85.18"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="78.76,-121.27 73.75,-130.6 83.49,-126.43 78.76,-121.27"/>
|
|
<text text-anchor="middle" x="112" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
|
</g>
|
|
<!-- Node3->Node1 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node3->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M114.05,-58.54C99.33,-46.14 79.46,-29.42 67.48,-19.32"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="111.53,-61.84 121.43,-65.6 116.04,-56.48 111.53,-61.84"/>
|
|
<text text-anchor="middle" x="110" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
|
</g>
|
|
<!-- Node3->Node3 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node3->Node3</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M195.64,-79.97C199.91,-78.94 202.5,-77.45 202.5,-75.5 202.5,-72.21 195.14,-70.24 184.83,-69.57"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="195.27,-76.62 185.83,-81.43 196.21,-83.56 195.27,-76.62"/>
|
|
<text text-anchor="middle" x="213.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|