Documentation for 97afa0e3e4

This commit is contained in:
github-actions
2021-07-07 09:31:13 +00:00
parent c3c01456fb
commit aa1fcb378c
309 changed files with 8430 additions and 5960 deletions

View File

@@ -0,0 +1,3 @@
<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,159,47"/>
</map>

View File

@@ -0,0 +1 @@
c7fad6ec9faa0eb5c773132140f1a7fe

View File

@@ -0,0 +1,30 @@
<?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.47.3 (20210619.1520)
-->
<!-- Title: search::sublist_search::Node Pages: 1 -->
<svg width="163pt" height="39pt"
viewBox="0.00 0.00 163.00 39.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 35)">
<title>search::sublist_search::Node</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-35 159,-35 159,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="A Node structure representing a single link Node in a linked list.">
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 115,-30.5 115,-0.5 0,-0.5"/>
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">search::sublist_search</text>
<text text-anchor="middle" x="57.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">::Node</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M125.39,-19.6C130.12,-18.66 133,-17.29 133,-15.5 133,-12.63 125.62,-10.86 115.11,-10.18"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="124.62,-16.16 115.11,-20.82 125.45,-23.11 124.62,-16.16"/>
<text text-anchor="middle" x="144" y="-13" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB