Documentation for 0953376d31

This commit is contained in:
github-actions
2023-06-16 21:18:14 +00:00
parent 26f1eee566
commit 14deeecd50
7241 changed files with 234176 additions and 54779 deletions

View File

@@ -1,3 +1,4 @@
<map id="search::sublist_search::Node" name="search::sublist_search::Node">
<area shape="rect" id="node1" title="A Node structure representing a single link Node in a linked list." alt="" coords="5,5,158,46"/>
<area shape="rect" id="Node000001" title="A Node structure representing a single link Node in a linked list." alt="" coords="5,5,158,46"/>
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="173,18,184,26,176,33,158,36,158,30,174,28,179,26,171,23"/>
</map>

View File

@@ -1 +1 @@
9c27dd2bdd2033ef591262ef9b35ca8e
bc621892b380d2ffa1cd4f5949cd25da

View File

@@ -6,12 +6,22 @@
<!-- Title: search::sublist_search::Node Pages: 1 -->
<svg width="162pt" height="39pt"
viewBox="0.00 0.00 162.00 38.50" 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 34.5)">
<title>search::sublist_search::Node</title>
<!-- Node1 -->
<g id="node1" class="node">
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="A Node structure representing a single link Node in a linked list.">
<g id="a_Node000001"><a xlink:title="A Node structure representing a single link Node in a linked list.">
<polygon fill="#999999" stroke="#666666" points="114.25,-30.5 0,-30.5 0,0 114.25,0 114.25,-30.5"/>
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">search::sublist_search</text>
<text text-anchor="middle" x="57.13" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::Node</text>
@@ -19,11 +29,29 @@
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M125.03,-19.34C129.52,-18.39 132.25,-17.03 132.25,-15.25 132.25,-12.33 124.91,-10.53 114.45,-9.85"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="124.94,-15.95 115.45,-20.65 125.8,-22.9 124.94,-15.95"/>
<text text-anchor="middle" x="143.12" y="-11.38" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
</a>
</g>
<text text-anchor="middle" x="143.12" y="-11.38" 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: 1.5 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,32 @@
<?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: search::sublist_search::Node Pages: 1 -->
<svg width="162pt" height="39pt"
viewBox="0.00 0.00 162.00 38.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 34.5)">
<title>search::sublist_search::Node</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="A Node structure representing a single link Node in a linked list.">
<polygon fill="#999999" stroke="#666666" points="114.25,-30.5 0,-30.5 0,0 114.25,0 114.25,-30.5"/>
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">search::sublist_search</text>
<text text-anchor="middle" x="57.13" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::Node</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M125.03,-19.34C129.52,-18.39 132.25,-17.03 132.25,-15.25 132.25,-12.33 124.91,-10.53 114.45,-9.85"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="124.94,-15.95 115.45,-20.65 125.8,-22.9 124.94,-15.95"/>
</a>
</g>
<text text-anchor="middle" x="143.12" y="-11.38" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> next</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB