mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
Documentation for ff80be4b0a
This commit is contained in:
@@ -6,40 +6,71 @@
|
||||
<!-- Title: stack_linkedList Pages: 1 -->
|
||||
<svg width="118pt" height="105pt"
|
||||
viewBox="0.00 0.00 118.12 105.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" onload="init(evt)">
|
||||
<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 101)">
|
||||
<title>stack_linkedList</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title=" ">
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="86.5,-19.25 0,-19.25 0,0 86.5,0 86.5,-19.25"/>
|
||||
<text text-anchor="middle" x="43.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stack_linkedList</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:href="../../d0/dff/structlinkedlist.html" target="_top" xlink:title=" ">
|
||||
<g id="a_Node000002"><a xlink:href="../../d0/dff/structlinkedlist.html" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="70.38,-97 16.12,-97 16.12,-77.75 70.38,-77.75 70.38,-97"/>
|
||||
<text text-anchor="middle" x="43.25" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">linkedlist</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<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="M43.25,-66.55C43.25,-51.35 43.25,-31.1 43.25,-19.6"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="39.75,-66.39 43.25,-76.39 46.75,-66.39 39.75,-66.39"/>
|
||||
<text text-anchor="middle" x="54.5" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00"> front</text>
|
||||
<text text-anchor="middle" x="54.5" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00">rear</text>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="54.5" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> front</text>
|
||||
<text text-anchor="middle" x="54.5" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">rear</text>
|
||||
</g>
|
||||
<!-- Node2->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<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="M81.21,-93.57C85.56,-92.41 88.38,-90.35 88.38,-87.38 88.38,-82.36 80.38,-79.94 70.57,-80.09"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="81.16,-90.16 71.57,-94.66 81.87,-97.12 81.16,-90.16"/>
|
||||
<text text-anchor="middle" x="99.25" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="99.25" y="-83.5" 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>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 3.2 KiB |
Reference in New Issue
Block a user