Documentation for 70868f2b5e

This commit is contained in:
github-actions
2021-08-31 06:24:03 +00:00
parent ded30c8174
commit c6ca215473
188 changed files with 6648 additions and 5885 deletions

View File

@@ -0,0 +1,7 @@
<map id="strings/manacher_algorithm.cpp" name="strings/manacher_algorithm.cpp">
<area shape="rect" id="node1" title="Implementation of Manacher&#39;s Algorithm" alt="" coords="71,5,283,32"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,80,71,107"/>
<area shape="rect" id="node3" title=" " alt="" coords="95,80,168,107"/>
<area shape="rect" id="node4" title=" " alt="" coords="193,80,251,107"/>
<area shape="rect" id="node5" title=" " alt="" coords="275,80,337,107"/>
</map>

View File

@@ -0,0 +1 @@
cd31ba6b5d41dd1c9326eee4c6bd21f1

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.48.0 (20210717.1556)
-->
<!-- Title: strings/manacher_algorithm.cpp Pages: 1 -->
<svg width="257pt" height="84pt"
viewBox="0.00 0.00 256.50 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>strings/manacher_algorithm.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 252.5,-80 252.5,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Implementation of Manacher&#39;s Algorithm">
<polygon fill="#bfbfbf" stroke="black" points="49,-56.5 49,-75.5 208,-75.5 208,-56.5 49,-56.5"/>
<text text-anchor="middle" x="128.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">strings/manacher_algorithm.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 49,-19.5 49,-0.5 0,-0.5"/>
<text text-anchor="middle" x="24.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</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="M111.79,-56.32C95.19,-47.7 69.5,-34.36 50.28,-24.39"/>
<polygon fill="midnightblue" stroke="midnightblue" points="51.66,-21.16 41.17,-19.65 48.43,-27.37 51.66,-21.16"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="67,-0.5 67,-19.5 122,-19.5 122,-0.5 67,-0.5"/>
<text text-anchor="middle" x="94.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</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="M122.89,-56.08C118.13,-48.53 111.18,-37.49 105.35,-28.23"/>
<polygon fill="midnightblue" stroke="midnightblue" points="108.3,-26.35 100.01,-19.75 102.38,-30.08 108.3,-26.35"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="140.5,-0.5 140.5,-19.5 184.5,-19.5 184.5,-0.5 140.5,-0.5"/>
<text text-anchor="middle" x="162.5" 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="M134.11,-56.08C138.87,-48.53 145.82,-37.49 151.65,-28.23"/>
<polygon fill="midnightblue" stroke="midnightblue" points="154.62,-30.08 156.99,-19.75 148.7,-26.35 154.62,-30.08"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="202.5,-0.5 202.5,-19.5 248.5,-19.5 248.5,-0.5 202.5,-0.5"/>
<text text-anchor="middle" x="225.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</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="M144.08,-56.32C159.5,-47.74 183.31,-34.49 201.21,-24.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="202.92,-27.58 209.95,-19.65 199.51,-21.46 202.92,-27.58"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB