mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-03 03:20:07 +08:00
Documentation for 1bfd46e92c
This commit is contained in:
@@ -1,57 +0,0 @@
|
||||
<?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.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: Queue Pages: 1 -->
|
||||
<svg width="94pt" height="165pt"
|
||||
viewBox="0.00 0.00 93.75 164.50" 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 160.5)">
|
||||
<title>Queue</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="44.5,-19.25 0,-19.25 0,0 44.5,0 44.5,-19.25"/>
|
||||
<text text-anchor="middle" x="22.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">Queue</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:href="../../d5/da1/structnode.html" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="40.75,-132.38 3.75,-132.38 3.75,-113.12 40.75,-113.12 40.75,-132.38"/>
|
||||
<text text-anchor="middle" x="22.25" y="-118.88" font-family="Helvetica,sans-Serif" font-size="10.00">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="M22.25,-101.85C22.25,-77.49 22.25,-37.29 22.25,-19.53"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="18.75,-101.66 22.25,-111.66 25.75,-101.66 18.75,-101.66"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="33.5" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> front</text>
|
||||
<text text-anchor="middle" x="33.5" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">rear</text>
|
||||
<text text-anchor="middle" x="33.5" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">t</text>
|
||||
</g>
|
||||
<!-- Node2->Node2 -->
|
||||
<g id="edge2_Node000002_Node000002" class="edge">
|
||||
<title>Node2->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M44.31,-135.6C52.26,-135.89 58.75,-131.61 58.75,-122.75 58.75,-110.15 45.63,-106.8 33.84,-112.71"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="45.4,-132 34.84,-132.79 43.59,-138.76 45.4,-132"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="72.25" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
|
||||
<text text-anchor="middle" x="72.25" y="-135.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">link</text>
|
||||
<text text-anchor="middle" x="72.25" y="-124.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">next</text>
|
||||
<text text-anchor="middle" x="72.25" y="-113.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">parent</text>
|
||||
<text text-anchor="middle" x="72.25" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">prev</text>
|
||||
<text text-anchor="middle" x="72.25" y="-90.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.2 KiB |
Reference in New Issue
Block a user