mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-22 21:01:50 +08:00
117 lines
5.4 KiB
XML
117 lines
5.4 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: queue< ValueType > Pages: 1 -->
|
|
<svg width="163pt" height="271pt"
|
|
viewBox="0.00 0.00 163.00 271.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 267.25)">
|
|
<title>queue< ValueType ></title>
|
|
<!-- Node1 -->
|
|
<g id="Node000001" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_Node000001"><a xlink:title=" ">
|
|
<polygon fill="#999999" stroke="#666666" points="113.88,-19.25 8.62,-19.25 8.62,0 113.88,0 113.88,-19.25"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="61.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">queue< 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="122.5,-107 0,-107 0,-87.75 122.5,-87.75 122.5,-107"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="61.25" y="-93.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< Node ></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="M61.25,-76.04C61.25,-58.11 61.25,-32.83 61.25,-19.56"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="57.75,-76.01 61.25,-86.01 64.75,-76.01 57.75,-76.01"/>
|
|
</a>
|
|
</g>
|
|
<text xml:space="preserve" text-anchor="start" x="64.25" y="-57.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">queueFront</text>
|
|
<text xml:space="preserve" text-anchor="start" x="64.25" y="-42" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">queueRear</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="112.38,-179.5 10.12,-179.5 10.12,-160.25 112.38,-160.25 112.38,-179.5"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="61.25" y="-166" font-family="Helvetica,sans-Serif" font-size="10.00">Node< ValueType ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node3->Node2 -->
|
|
<g id="edge2_Node000002_Node000003" class="edge">
|
|
<title>Node3->Node2</title>
|
|
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M61.25,-148.8C61.25,-135.19 61.25,-117.85 61.25,-107.45"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="57.75,-148.43 61.25,-158.43 64.75,-148.43 57.75,-148.43"/>
|
|
</a>
|
|
</g>
|
|
<text xml:space="preserve" text-anchor="start" x="64.25" y="-129.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">ptr</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="M123.88,-174.69C127.93,-173.57 130.38,-171.96 130.38,-169.88 130.38,-166.26 123.06,-164.09 112.8,-163.36"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="123.65,-171.19 114.3,-176.16 124.71,-178.11 123.65,-171.19"/>
|
|
</a>
|
|
</g>
|
|
<text xml:space="preserve" text-anchor="start" x="133.38" y="-166" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">next</text>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="Node000004" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_Node000004"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="118,-263.25 4.5,-263.25 4.5,-232.75 118,-232.75 118,-263.25"/>
|
|
<text xml:space="preserve" text-anchor="start" x="12.5" y="-249.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< Node</text>
|
|
<text xml:space="preserve" text-anchor="middle" x="61.25" y="-238.5" font-family="Helvetica,sans-Serif" font-size="10.00">< ValueType > ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node4->Node3 -->
|
|
<g id="edge3_Node000003_Node000004" class="edge">
|
|
<title>Node4->Node3</title>
|
|
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M61.25,-221.1C61.25,-206.78 61.25,-189.88 61.25,-179.79"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="57.75,-220.81 61.25,-230.81 64.75,-220.81 57.75,-220.81"/>
|
|
</a>
|
|
</g>
|
|
<text xml:space="preserve" text-anchor="start" x="64.25" y="-202.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>
|