Documentation for 2292606989

This commit is contained in:
github-actions
2021-10-15 16:23:26 +00:00
parent 4563c5bd6b
commit d59e62223a
48 changed files with 1319 additions and 814 deletions

View File

@@ -0,0 +1,7 @@
<map id="others/kadanes3.cpp" name="others/kadanes3.cpp">
<area shape="rect" id="node1" title="Efficient implementation for maximum contiguous subarray sum by Kadane&#39;s algorithm." alt="" coords="84,5,229,32"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,80,57,107"/>
<area shape="rect" id="node3" title=" " alt="" coords="81,80,147,107"/>
<area shape="rect" id="node4" title=" " alt="" coords="171,80,230,107"/>
<area shape="rect" id="node5" title=" " alt="" coords="255,80,328,107"/>
</map>

View File

@@ -0,0 +1 @@
c437417ec63a278b3cf13af4c2abfe92

View File

@@ -0,0 +1,82 @@
<?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.1 (20210923.0004)
-->
<!-- Title: others/kadanes3.cpp Pages: 1 -->
<svg width="250pt" height="84pt"
viewBox="0.00 0.00 250.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>others/kadanes3.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 246,-80 246,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Efficient implementation for maximum contiguous subarray sum by Kadane&#39;s algorithm.">
<polygon fill="#bfbfbf" stroke="black" points="59,-56.5 59,-75.5 168,-75.5 168,-56.5 59,-56.5"/>
<text text-anchor="middle" x="113.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">others/kadanes3.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="0,-0.5 0,-19.5 39,-19.5 39,-0.5 0,-0.5"/>
<text text-anchor="middle" x="19.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</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="M98.4,-56.32C83.6,-47.82 60.81,-34.73 43.52,-24.8"/>
<polygon fill="midnightblue" stroke="midnightblue" points="44.98,-21.6 34.57,-19.65 41.49,-27.67 44.98,-21.6"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="57,-0.5 57,-19.5 106,-19.5 106,-0.5 57,-0.5"/>
<text text-anchor="middle" x="81.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</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="M108.22,-56.08C103.79,-48.61 97.34,-37.72 91.88,-28.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="94.79,-26.57 86.69,-19.75 88.77,-30.14 94.79,-26.57"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="124.5,-0.5 124.5,-19.5 168.5,-19.5 168.5,-0.5 124.5,-0.5"/>
<text text-anchor="middle" x="146.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">climits</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M118.95,-56.08C123.51,-48.61 130.17,-37.72 135.79,-28.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="138.92,-30.11 141.15,-19.75 132.95,-26.46 138.92,-30.11"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="187,-0.5 187,-19.5 242,-19.5 242,-0.5 187,-0.5"/>
<text text-anchor="middle" x="214.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M129.73,-56.32C145.85,-47.7 170.8,-34.36 189.46,-24.39"/>
<polygon fill="midnightblue" stroke="midnightblue" points="191.14,-27.46 198.31,-19.65 187.84,-21.28 191.14,-27.46"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB