mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-21 20:31:43 +08:00
63 lines
2.9 KiB
XML
63 lines
2.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 Pages: 1 -->
|
|
<svg width="96pt" height="102pt"
|
|
viewBox="0.00 0.00 96.00 102.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 97.5)">
|
|
<title>node</title>
|
|
<!-- Node1 -->
|
|
<g id="Node000001" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_Node000001"><a xlink:title=" ">
|
|
<polygon fill="#999999" stroke="#666666" points="37,-56.38 0,-56.38 0,-37.12 37,-37.12 37,-56.38"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="18.5" y="-42.88" font-family="Helvetica,sans-Serif" font-size="10.00">node</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge1_Node000001_Node000001" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M48.71,-49.89C52.5,-49.34 55,-48.29 55,-46.75 55,-43.93 46.65,-42.76 37.28,-43.25"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="48.68,-46.39 38.79,-50.21 48.9,-53.39 48.68,-46.39"/>
|
|
</a>
|
|
</g>
|
|
<text xml:space="preserve" text-anchor="start" x="58" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">left</text>
|
|
<text xml:space="preserve" text-anchor="start" x="58" y="-65.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">link</text>
|
|
<text xml:space="preserve" text-anchor="start" x="58" y="-50.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">next</text>
|
|
<text xml:space="preserve" text-anchor="start" x="58" y="-35.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">parent</text>
|
|
<text xml:space="preserve" text-anchor="start" x="58" y="-20" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">prev</text>
|
|
<text xml:space="preserve" text-anchor="start" x="58" y="-4.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</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>
|