mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-21 20:31:43 +08:00
107 lines
4.8 KiB
XML
107 lines
4.8 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 12.1.2 (20240928.0832)
|
|
-->
|
|
<!-- Title: Node< ValueType > Pages: 1 -->
|
|
<svg width="231pt" height="172pt"
|
|
viewBox="0.00 0.00 230.62 171.50" 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 167.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 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 target="_blank" xlink:href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="113.5,-163.5 0,-163.5 0,-133 113.5,-133 113.5,-163.5"/>
|
|
<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="56.75" y="-138.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.72,-121.63C50.7,-105.76 48.89,-84.96 50,-66.5 51,-49.92 53.65,-30.72 55.31,-19.69"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="49.21,-121.76 54.06,-131.18 56.14,-120.79 49.21,-121.76"/>
|
|
</a>
|
|
</g>
|
|
<text text-anchor="middle" x="60.88" y="-72.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="182.88,-85.75 80.62,-85.75 80.62,-66.5 182.88,-66.5 182.88,-85.75"/>
|
|
<text text-anchor="middle" x="131.75" y="-72.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="M80.64,-124.91C94.81,-111.66 111.99,-95.6 122.38,-85.88"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="78.31,-122.3 73.4,-131.69 83.09,-127.41 78.31,-122.3"/>
|
|
</a>
|
|
</g>
|
|
<text text-anchor="middle" x="114.05" y="-105.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="M112.63,-58.69C98.15,-46.23 78.81,-29.59 67.09,-19.52"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="110.31,-61.3 120.17,-65.17 114.87,-56 110.31,-61.3"/>
|
|
</a>
|
|
</g>
|
|
<text text-anchor="middle" x="109.62" y="-39" 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="M194.38,-80.55C198.43,-79.51 200.88,-78.04 200.88,-76.12 200.88,-72.81 193.56,-70.82 183.3,-70.15"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="194.21,-77.04 184.8,-81.89 195.19,-83.97 194.21,-77.04"/>
|
|
</a>
|
|
</g>
|
|
<text text-anchor="middle" x="211.75" y="-72.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>
|