Documentation for f7a5aecce5

This commit is contained in:
github-actions
2021-09-27 00:09:08 +00:00
parent 8808b968ea
commit c61d35bf51
338 changed files with 3221 additions and 1754 deletions

View File

@@ -0,0 +1,3 @@
<map id="data_structures::linked_list::Node" name="data_structures::linked_list::Node">
<area shape="rect" id="node1" title=" " alt="" coords="5,5,161,47"/>
</map>

View File

@@ -0,0 +1 @@
7f3ae73e1b0aedfcfafbe14acee6c016

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.49.0 (20210828.1703)
-->
<!-- Title: data_structures::linked_list::Node Pages: 1 -->
<svg width="165pt" height="39pt"
viewBox="0.00 0.00 165.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>data_structures::linked_list::Node</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-35 161,-35 161,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,-30.5 117,-30.5 117,-0.5 0,-0.5"/>
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::linked</text>
<text text-anchor="middle" x="58.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_list::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="M127.44,-19.57C132.14,-18.63 135,-17.28 135,-15.5 135,-12.66 127.68,-10.89 117.2,-10.2"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="126.71,-16.13 117.2,-20.8 127.54,-23.08 126.71,-16.13"/>
<text text-anchor="middle" x="146" y="-13" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB