Documentation for fe692e8e01

This commit is contained in:
github-actions
2022-01-02 02:55:05 +00:00
parent f16500750c
commit 1500d6b275
3042 changed files with 39550 additions and 39757 deletions

View File

@@ -1,5 +1,5 @@
<map id="math/check_prime.cpp" name="math/check_prime.cpp">
<area shape="rect" id="node1" title="Reduced all possibilities of a number which cannot be prime. Eg: No even number, except 2 can be a pr..." alt="" coords="7,5,163,32"/>
<area shape="rect" id="node1" title="Reduced all possibilities of a number which cannot be prime. Eg: No even number, except 2 can be a pr..." alt="" coords="7,5,162,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="node3" title=" " alt="" coords="95,80,167,107"/>
</map>

View File

@@ -1,19 +1,19 @@
<?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.3 (20211023.0002)
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
-->
<!-- Title: math/check_prime.cpp Pages: 1 -->
<svg width="130pt" height="84pt"
viewBox="0.00 0.00 130.00 84.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
viewBox="0.00 0.00 129.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>math/check_prime.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 126,-80 126,4 -4,4"/>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 125.5,-80 125.5,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Reduced all possibilities of a number which cannot be prime. Eg: No even number, except 2 can be a pr...">
<polygon fill="#bfbfbf" stroke="black" points="1,-56.5 1,-75.5 118,-75.5 118,-56.5 1,-56.5"/>
<polygon fill="#bfbfbf" stroke="black" points="1.5,-56.5 1.5,-75.5 117.5,-75.5 117.5,-56.5 1.5,-56.5"/>
<text text-anchor="middle" x="59.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">math/check_prime.cpp</text>
</a>
</g>
@@ -37,7 +37,7 @@
<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"/>
<polygon fill="white" stroke="#bfbfbf" points="67.5,-0.5 67.5,-19.5 121.5,-19.5 121.5,-0.5 67.5,-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>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -106,7 +106,7 @@ $(document).ready(function(){initNavTree('d3/d39/manacher__algorithm_8cpp.html',
</div><div class="textblock"><div class="dynheader">
Include dependency graph for manacher_algorithm.cpp:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dd/d05/manacher__algorithm_8cpp__incl.svg" width="343" height="112"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dd/d05/manacher__algorithm_8cpp__incl.svg" width="342" height="112"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div><table class="memberdecls">

View File

@@ -1,5 +1,5 @@
<map id="strings::manacher::manacher" name="strings::manacher::manacher">
<area shape="rect" id="node1" title="A function that implements Manacher&#39;s algorithm." alt="" coords="5,23,141,65"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/min.html#" title=" " alt="" coords="210,5,279,32"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/size.html#" title=" " alt="" coords="189,56,300,83"/>
<area shape="rect" id="node1" title="A function that implements Manacher&#39;s algorithm." alt="" coords="5,23,140,65"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/min.html#" title=" " alt="" coords="209,5,279,32"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/size.html#" title=" " alt="" coords="188,56,300,83"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.3 (20211023.0002)
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
-->
<!-- Title: strings::manacher::manacher Pages: 1 -->
<svg width="229pt" height="66pt"
@@ -13,9 +13,9 @@
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="A function that implements Manacher&#39;s algorithm.">
<polygon fill="#bfbfbf" stroke="black" points="0,-14 0,-44 102,-44 102,-14 0,-14"/>
<polygon fill="#bfbfbf" stroke="black" points="0,-14 0,-44 101,-44 101,-14 0,-14"/>
<text text-anchor="start" x="8" y="-32" font-family="Helvetica,sans-Serif" font-size="10.00">strings::manacher::</text>
<text text-anchor="middle" x="51" y="-21" font-family="Helvetica,sans-Serif" font-size="10.00">manacher</text>
<text text-anchor="middle" x="50.5" y="-21" font-family="Helvetica,sans-Serif" font-size="10.00">manacher</text>
</a>
</g>
</g>
@@ -23,31 +23,31 @@
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/algorithm/min.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="153.5,-38.5 153.5,-57.5 205.5,-57.5 205.5,-38.5 153.5,-38.5"/>
<text text-anchor="middle" x="179.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::min</text>
<polygon fill="white" stroke="black" points="153,-38.5 153,-57.5 205,-57.5 205,-38.5 153,-38.5"/>
<text text-anchor="middle" x="179" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::min</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="M102.36,-36.56C116.03,-38.62 130.54,-40.8 143.19,-42.7"/>
<polygon fill="midnightblue" stroke="midnightblue" points="142.91,-46.19 153.32,-44.22 143.95,-39.27 142.91,-46.19"/>
<path fill="none" stroke="midnightblue" d="M101.13,-36.45C115.12,-38.55 130.03,-40.79 142.96,-42.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="142.45,-46.2 152.86,-44.22 143.49,-39.28 142.45,-46.2"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="138,-0.5 138,-19.5 221,-19.5 221,-0.5 138,-0.5"/>
<text text-anchor="middle" x="179.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::size</text>
<polygon fill="white" stroke="black" points="137,-0.5 137,-19.5 221,-19.5 221,-0.5 137,-0.5"/>
<text text-anchor="middle" x="179" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::size</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="M102.36,-21.44C110.69,-20.19 119.33,-18.89 127.66,-17.64"/>
<polygon fill="midnightblue" stroke="midnightblue" points="128.28,-21.08 137.65,-16.14 127.24,-14.16 128.28,-21.08"/>
<path fill="none" stroke="midnightblue" d="M101.13,-21.55C109.5,-20.29 118.2,-18.98 126.61,-17.72"/>
<polygon fill="midnightblue" stroke="midnightblue" points="127.31,-21.15 136.68,-16.21 126.27,-14.23 127.31,-21.15"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -1,7 +1,7 @@
<?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.3 (20211023.0002)
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
-->
<!-- Title: test Pages: 1 -->
<svg width="131pt" height="28pt"

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,7 +1,7 @@
<?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.3 (20211023.0002)
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
-->
<!-- Title: main Pages: 1 -->
<svg width="205pt" height="28pt"

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB