Documentation for aaa08b0150

This commit is contained in:
github-actions
2020-06-19 16:07:44 +00:00
parent 4c261744f6
commit 93021161c2
1714 changed files with 114526 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<map id="strings/brute_force_string_searching.cpp" name="strings/brute_force_string_searching.cpp">
<area shape="rect" id="node1" title="String pattern search &#45; brute force." alt="" coords="57,5,207,47"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,95,77,121"/>
<area shape="rect" id="node3" title=" " alt="" coords="101,95,163,121"/>
<area shape="rect" id="node4" title=" " alt="" coords="187,95,245,121"/>
</map>

View File

@@ -0,0 +1 @@
d6b23ef52c7bc9c6d2e62d9dd866eeb7

View File

@@ -0,0 +1,68 @@
<?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.0 (20200408.0750)
-->
<!-- Title: strings/brute_force_string_searching.cpp Pages: 1 -->
<svg width="188pt" height="95pt"
viewBox="0.00 0.00 188.00 95.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 91)">
<title>strings/brute_force_string_searching.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 184,-91 184,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="String pattern search &#45; brute force.">
<polygon fill="#bfbfbf" stroke="black" points="39,-56.5 39,-86.5 151,-86.5 151,-56.5 39,-56.5"/>
<text text-anchor="start" x="47" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">strings/brute_force</text>
<text text-anchor="middle" x="95" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_string_searching.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 54,-19.5 54,-0.5 0,-0.5"/>
<text text-anchor="middle" x="27" 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="M78.88,-56.4C68.6,-47.4 55.25,-35.72 44.67,-26.47"/>
<polygon fill="midnightblue" stroke="midnightblue" points="46.73,-23.61 36.89,-19.66 42.12,-28.88 46.73,-23.61"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="72,-0.5 72,-19.5 118,-19.5 118,-0.5 72,-0.5"/>
<text text-anchor="middle" x="95" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</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="M95,-56.4C95,-48.47 95,-38.46 95,-29.86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="98.5,-29.66 95,-19.66 91.5,-29.66 98.5,-29.66"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="136,-0.5 136,-19.5 180,-19.5 180,-0.5 136,-0.5"/>
<text text-anchor="middle" x="158" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</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="M109.93,-56.4C119.37,-47.49 131.58,-35.95 141.33,-26.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="143.97,-29.07 148.83,-19.66 139.16,-23.98 143.97,-29.07"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB