mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-22 04:42:10 +08:00
107 lines
4.9 KiB
XML
107 lines
4.9 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 13.1.2 (20250808.2320)
|
|
-->
|
|
<!-- Title: Node< ValueType > Pages: 1 -->
|
|
<svg width="237pt" height="184pt"
|
|
viewBox="0.00 0.00 237.00 184.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
|
|
|
|
<style type="text/css"><![CDATA[
|
|
.node, .edge {opacity: 0.7;}
|
|
.node.selected, .edge.selected {opacity: 1;}
|
|
.edge:hover path { stroke: red; }
|
|
.edge:hover polygon { stroke: red; fill: red; }
|
|
]]></style>
|
|
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
|
<svg id="graph" class="graph">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 179.5)">
|
|
<title>Node< ValueType ></title>
|
|
<!-- Node1 -->
|
|
<g id="Node000001" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_Node000001"><a xlink:title=" ">
|
|
<polygon fill="#999999" stroke="#666666" points="107.88,-19.25 5.62,-19.25 5.62,0 107.88,0 107.88,-19.25"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="56.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">Node< ValueType ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="Node000002" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_Node000002"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="113.5,-175.5 0,-175.5 0,-145 113.5,-145 113.5,-175.5"/>
|
|
<text xml:space="preserve" text-anchor="start" x="8" y="-162" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< Node</text>
|
|
<text xml:space="preserve" text-anchor="middle" x="56.75" y="-150.75" font-family="Helvetica,sans-Serif" font-size="10.00">< ValueType > ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node1 -->
|
|
<g id="edge1_Node000001_Node000002" class="edge">
|
|
<title>Node2->Node1</title>
|
|
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M52.92,-133.15C50.84,-115.94 48.89,-92.89 50,-72.5 51.03,-53.51 53.84,-31.39 55.49,-19.41"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="49.44,-133.57 54.22,-143.03 56.38,-132.66 49.44,-133.57"/>
|
|
</a>
|
|
</g>
|
|
<text xml:space="preserve" text-anchor="start" x="53" y="-78.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">next</text>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="Node000003" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_Node000003"><a xlink:href="../../db/d8b/struct_node.html" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="185.88,-91.75 83.62,-91.75 83.62,-72.5 185.88,-72.5 185.88,-91.75"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="134.75" y="-78.25" font-family="Helvetica,sans-Serif" font-size="10.00">Node< ValueType ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node3 -->
|
|
<g id="edge3_Node000003_Node000002" class="edge">
|
|
<title>Node2->Node3</title>
|
|
<g id="a_edge3_Node000003_Node000002"><a xlink:title=" ">
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M79.82,-136.73C95.15,-121.77 114.45,-102.94 125.61,-92.04"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="77.58,-134.03 72.87,-143.52 82.47,-139.04 77.58,-134.03"/>
|
|
</a>
|
|
</g>
|
|
<text xml:space="preserve" text-anchor="start" x="110.29" y="-114.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">next</text>
|
|
</g>
|
|
<!-- Node3->Node1 -->
|
|
<g id="edge2_Node000001_Node000003" class="edge">
|
|
<title>Node3->Node1</title>
|
|
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M116.58,-64.7C101.07,-50.68 79.35,-31.05 66.79,-19.7"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="113.98,-67.07 123.75,-71.18 118.68,-61.88 113.98,-67.07"/>
|
|
</a>
|
|
</g>
|
|
<text xml:space="preserve" text-anchor="start" x="108.03" y="-42" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">next</text>
|
|
</g>
|
|
<!-- Node3->Node3 -->
|
|
<g id="edge4_Node000003_Node000003" class="edge">
|
|
<title>Node3->Node3</title>
|
|
<g id="a_edge4_Node000003_Node000003"><a xlink:title=" ">
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M197.38,-86.94C201.43,-85.82 203.88,-84.21 203.88,-82.12 203.88,-78.51 196.56,-76.34 186.3,-75.61"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="197.15,-83.44 187.8,-88.41 198.21,-90.36 197.15,-83.44"/>
|
|
</a>
|
|
</g>
|
|
<text xml:space="preserve" text-anchor="start" x="206.88" y="-78.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">next</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
</svg>
|
|
|
|
<style type='text/css'>
|
|
<![CDATA[
|
|
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
|
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
|
]]>
|
|
</style>
|
|
<script type="application/ecmascript"><![CDATA[
|
|
document.addEventListener('DOMContentLoaded', (event) => {
|
|
highlightEdges();
|
|
highlightAdjacentNodes();
|
|
});
|
|
]]></script>
|
|
</svg>
|