mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-16 11:32:44 +08:00
Documentation for aaa08b0150
This commit is contained in:
4
dd/d75/structqueue__coll__graph.map
Normal file
4
dd/d75/structqueue__coll__graph.map
Normal file
@@ -0,0 +1,4 @@
|
||||
<map id="queue< Kind >" name="queue< Kind >">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="5,141,112,168"/>
|
||||
<area shape="rect" id="node2" href="$d5/da1/structnode.html" title=" " alt="" coords="9,29,109,55"/>
|
||||
</map>
|
||||
1
dd/d75/structqueue__coll__graph.md5
Normal file
1
dd/d75/structqueue__coll__graph.md5
Normal file
@@ -0,0 +1 @@
|
||||
1bf827d546df1c288156db7012f4b791
|
||||
49
dd/d75/structqueue__coll__graph.svg
Normal file
49
dd/d75/structqueue__coll__graph.svg
Normal file
@@ -0,0 +1,49 @@
|
||||
<?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 2.44.0 (20200408.0750)
|
||||
-->
|
||||
<!-- Title: queue< Kind > Pages: 1 -->
|
||||
<svg width="126pt" height="130pt"
|
||||
viewBox="0.00 0.00 125.50 130.00" 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 126)">
|
||||
<title>queue< Kind ></title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-126 121.5,-126 121.5,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title=" ">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 80,-19.5 80,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="40" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">queue< Kind ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:href="../../d5/da1/structnode.html" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="2.5,-85 2.5,-104 77.5,-104 77.5,-85 2.5,-85"/>
|
||||
<text text-anchor="middle" x="40" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">node< Kind ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M40,-74.93C40,-57.63 40,-32.61 40,-19.6"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="36.5,-74.98 40,-84.98 43.5,-74.98 36.5,-74.98"/>
|
||||
<text text-anchor="middle" x="43.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> t</text>
|
||||
</g>
|
||||
<!-- Node2->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node2->Node2</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M87.74,-102.15C92.48,-100.62 95.5,-98.07 95.5,-94.5 95.5,-88.79 87.77,-85.69 77.61,-85.19"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="86.92,-98.74 77.61,-103.81 88.05,-105.65 86.92,-98.74"/>
|
||||
<text text-anchor="middle" x="106.5" y="-114" font-family="Helvetica,sans-Serif" font-size="10.00"> prev</text>
|
||||
<text text-anchor="middle" x="106.5" y="-103" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
||||
<text text-anchor="middle" x="106.5" y="-92" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
||||
<text text-anchor="middle" x="106.5" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">left</text>
|
||||
<text text-anchor="middle" x="106.5" y="-70" font-family="Helvetica,sans-Serif" font-size="10.00">link</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
Reference in New Issue
Block a user