Documentation for 8e14b25fa3

This commit is contained in:
github-actions
2020-09-30 17:24:45 +00:00
parent 80f708a171
commit e5c4609582
176 changed files with 3756 additions and 3014 deletions

View File

@@ -0,0 +1,5 @@
<map id="sorting/strand_sort.cpp" name="sorting/strand_sort.cpp">
<area shape="rect" id="node1" title="Implementation of Strand Sort algorithm." alt="" coords="5,5,160,32"/>
<area shape="rect" id="node2" title=" " alt="" coords="7,80,79,107"/>
<area shape="rect" id="node3" title=" " alt="" coords="103,80,142,107"/>
</map>

View File

@@ -0,0 +1 @@
fe76a57dbcbd01ca32b545dabc5d3a91

View File

@@ -0,0 +1,52 @@
<?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.1 (20200629.0846)
-->
<!-- Title: sorting/strand_sort.cpp Pages: 1 -->
<svg width="124pt" height="84pt"
viewBox="0.00 0.00 124.00 84.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 80)">
<title>sorting/strand_sort.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 120,-80 120,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Implementation of Strand Sort algorithm.">
<polygon fill="#bfbfbf" stroke="black" points="0,-56.5 0,-75.5 116,-75.5 116,-56.5 0,-56.5"/>
<text text-anchor="middle" x="58" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">sorting/strand_sort.cpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="1,-0.5 1,-19.5 55,-19.5 55,-0.5 1,-0.5"/>
<text text-anchor="middle" x="28" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M53.05,-56.08C48.9,-48.61 42.85,-37.72 37.73,-28.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="40.78,-26.79 32.86,-19.75 34.66,-30.19 40.78,-26.79"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="73.5,-0.5 73.5,-19.5 102.5,-19.5 102.5,-0.5 73.5,-0.5"/>
<text text-anchor="middle" x="88" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">list</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M62.95,-56.08C67.1,-48.61 73.15,-37.72 78.27,-28.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="81.34,-30.19 83.14,-19.75 75.22,-26.79 81.34,-30.19"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB