Documentation for aaa08b0150

This commit is contained in:
github-actions
2020-06-19 16:07:44 +00:00
parent 4c261744f6
commit 93021161c2
1714 changed files with 114526 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<map id="stack_linkedList" name="stack_linkedList">
<area shape="rect" id="node1" title=" " alt="" coords="5,109,121,136"/>
<area shape="rect" id="node2" href="$d0/dff/structlinkedlist.html" title=" " alt="" coords="27,5,100,32"/>
</map>

View File

@@ -0,0 +1 @@
8b35d1d619df1f0232b29335c0c85ccc

View File

@@ -0,0 +1,46 @@
<?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: stack_linkedList Pages: 1 -->
<svg width="119pt" height="106pt"
viewBox="0.00 0.00 119.00 106.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 102)">
<title>stack_linkedList</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 115,-102 115,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 87,-19.5 87,-0.5 0,-0.5"/>
<text text-anchor="middle" x="43.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stack_linkedList</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d0/dff/structlinkedlist.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="16,-78.5 16,-97.5 71,-97.5 71,-78.5 16,-78.5"/>
<text text-anchor="middle" x="43.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">linkedlist</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M43.5,-68.22C43.5,-52.7 43.5,-31.36 43.5,-19.62"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="40,-68.28 43.5,-78.28 47,-68.28 40,-68.28"/>
<text text-anchor="middle" x="55" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> front</text>
<text text-anchor="middle" x="55" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00">rear</text>
</g>
<!-- Node2&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M81.07,-94.22C85.85,-93.14 89,-91.06 89,-88 89,-83.1 80.94,-80.73 71.04,-80.88"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="80.69,-90.74 71.04,-95.12 81.31,-97.72 80.69,-90.74"/>
<text text-anchor="middle" x="100" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB