Documentation for 6027480643

This commit is contained in:
github-actions
2023-05-16 19:39:34 +00:00
parent 24cf24b557
commit e99af9d414
2059 changed files with 8628 additions and 5467 deletions

View File

@@ -216,7 +216,7 @@ Here is the call graph for this function:</div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d7/d89/double__factorial_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="370" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="../../d7/d89/double__factorial_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="100%" height="406"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
@@ -262,7 +262,7 @@ Here is the call graph for this function:</div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d7/d89/double__factorial_8cpp_abbbcebf3a2d0c67f4c3cfb5511a97981_cgraph.svg" width="394" height="159"><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="../../d7/d89/double__factorial_8cpp_abbbcebf3a2d0c67f4c3cfb5511a97981_cgraph.svg" width="275" height="110"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
@@ -285,23 +285,23 @@ Here is the call graph for this function:</div>
<p>Test implementations </p>
<div class="fragment"><div class="line"><span class="lineno"> 50</span> {</div>
<div class="line"><span class="lineno"> 51</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> &lt;&lt; <span class="stringliteral">&quot;Test 1:\t n=5\t...&quot;</span>;</div>
<div class="line"><span class="lineno"> 52</span> <a class="code hl_function" href="../../d6/d2c/caesar__cipher_8cpp.html#ae1a3968e7947464bee7714f6d43b7002">test</a>(5, 15);</div>
<div class="line"><span class="lineno"> 52</span> <a class="code hl_function" href="../../dd/d1e/generate__parentheses_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a>(5, 15);</div>
<div class="line"><span class="lineno"> 53</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> &lt;&lt; <span class="stringliteral">&quot;passed\n&quot;</span>;</div>
<div class="line"><span class="lineno"> 54</span> </div>
<div class="line"><span class="lineno"> 55</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> &lt;&lt; <span class="stringliteral">&quot;Test 2:\t n=15\t...&quot;</span>;</div>
<div class="line"><span class="lineno"> 56</span> <a class="code hl_function" href="../../d6/d2c/caesar__cipher_8cpp.html#ae1a3968e7947464bee7714f6d43b7002">test</a>(15, 2027025);</div>
<div class="line"><span class="lineno"> 56</span> <a class="code hl_function" href="../../dd/d1e/generate__parentheses_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a>(15, 2027025);</div>
<div class="line"><span class="lineno"> 57</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> &lt;&lt; <span class="stringliteral">&quot;passed\n&quot;</span>;</div>
<div class="line"><span class="lineno"> 58</span> </div>
<div class="line"><span class="lineno"> 59</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> &lt;&lt; <span class="stringliteral">&quot;Test 3:\t n=0\t...&quot;</span>;</div>
<div class="line"><span class="lineno"> 60</span> <a class="code hl_function" href="../../d6/d2c/caesar__cipher_8cpp.html#ae1a3968e7947464bee7714f6d43b7002">test</a>(0, 1);</div>
<div class="line"><span class="lineno"> 60</span> <a class="code hl_function" href="../../dd/d1e/generate__parentheses_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a>(0, 1);</div>
<div class="line"><span class="lineno"> 61</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> &lt;&lt; <span class="stringliteral">&quot;passed\n&quot;</span>;</div>
<div class="line"><span class="lineno"> 62</span>}</div>
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a></div></div>
<div class="ttc" id="acaesar__cipher_8cpp_html_ae1a3968e7947464bee7714f6d43b7002"><div class="ttname"><a href="../../d6/d2c/caesar__cipher_8cpp.html#ae1a3968e7947464bee7714f6d43b7002">test</a></div><div class="ttdeci">void test()</div><div class="ttdef"><b>Definition:</b> caesar_cipher.cpp:100</div></div>
<div class="ttc" id="agenerate__parentheses_8cpp_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../dd/d1e/generate__parentheses_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdoc">Self-test implementations.</div><div class="ttdef"><b>Definition:</b> generate_parentheses.cpp:82</div></div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d7/d89/double__factorial_8cpp_a88ec9ad42717780d6caaff9d3d6977f9_cgraph.svg" width="272" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="../../d7/d89/double__factorial_8cpp_a88ec9ad42717780d6caaff9d3d6977f9_cgraph.svg" width="100%" height="406"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>

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 8.0.4 (20230421.1958)
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
-->
<!-- Title: double_factorial_recursive Pages: 1 -->
<svg width="137pt" height="45pt"

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,5 +1,9 @@
<map id="tests" name="tests">
<area shape="rect" id="node1" title=" " alt="" coords="5,5,56,31"/>
<area shape="rect" id="node2" href="$d6/d2c/caesar__cipher_8cpp.html#ae1a3968e7947464bee7714f6d43b7002" title=" " alt="" coords="104,5,147,31"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="195,5,266,31"/>
<area shape="rect" id="node1" title=" " alt="" coords="5,47,56,72"/>
<area shape="rect" id="node2" href="$dd/d1e/generate__parentheses_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self&#45;test implementations." alt="" coords="104,47,147,72"/>
<area shape="rect" id="node3" href="$df/de5/classbacktracking_1_1generate__parentheses.html#af39c03d80ce0ba9fbf659b420980d160" title="wrapper interface" alt="" coords="195,39,352,80"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/clear.html#" title=" " alt="" coords="431,5,550,31"/>
<area shape="rect" id="node5" href="$df/de5/classbacktracking_1_1generate__parentheses.html#ac1489edd65374f22fe04851051f0a2ec" title="function that adds parenthesis to the string." alt="" coords="400,79,581,120"/>
<area shape="rect" id="node6" 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="645,61,767,87"/>
<area shape="rect" id="node7" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/push_back.html#" title=" " alt="" coords="629,111,783,136"/>
</map>

View File

@@ -1 +1 @@
ba723b2ed8505f1850767465be2a2a56
cd6e39a412f427bfdccfb031e5c6bcc2

View File

@@ -1,51 +1,207 @@
<?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 8.0.4 (20230421.1958)
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
-->
<!-- Title: tests Pages: 1 -->
<svg width="204pt" height="27pt"
viewBox="0.00 0.00 203.75 27.25" 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 23.25)">
<!--zoomable 106 -->
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="text/javascript"><![CDATA[
var edges = document.getElementsByTagName('g');
if (edges && edges.length) {
for (var i=0;i<edges.length;i++) {
if (edges[i].id.substr(0,4)=='edge') {
edges[i].setAttribute('class','edge');
}
}
}
]]></script>
<defs>
<circle id="rim" cx="0" cy="0" r="7"/>
<circle id="rim2" cx="0" cy="0" r="3.5"/>
<g id="zoomPlus">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="zoomplus.mouseover" end="zoomplus.mouseout"/>
</use>
<path d="M-4,0h8M0,-4v8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="zoomMin">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="zoomminus.mouseover" end="zoomminus.mouseout"/>
</use>
<path d="M-4,0h8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="dirArrow">
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="resetDef">
<use xlink:href="#rim2" fill="#404040">
<set attributeName="fill" to="#808080" begin="reset.mouseover" end="reset.mouseout"/>
</use>
</g>
</defs>
<script type="text/javascript">
var viewWidth = 591;
var viewHeight = 106;
var sectionId = 'dynsection-4';
</script>
<script xlink:href="../../svgpan.js"/>
<svg id="graph" class="graph">
<g id="viewport">
<title>tests</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="37.75,-19.25 0,-19.25 0,0 37.75,0 37.75,-19.25"/>
<text text-anchor="middle" x="18.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
<polygon fill="#999999" stroke="#666666" points="37.75,-67.25 0,-67.25 0,-48 37.75,-48 37.75,-67.25"/>
<text text-anchor="middle" x="18.88" y="-53.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d6/d2c/caesar__cipher_8cpp.html#ae1a3968e7947464bee7714f6d43b7002" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="106.25,-19.25 73.75,-19.25 73.75,0 106.25,0 106.25,-19.25"/>
<text text-anchor="middle" x="90" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
<g id="a_node2"><a xlink:href="../../dd/d1e/generate__parentheses_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<polygon fill="white" stroke="#666666" points="106.25,-67.25 73.75,-67.25 73.75,-48 106.25,-48 106.25,-67.25"/>
<text text-anchor="middle" x="90" y="-53.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M38.04,-9.62C45.54,-9.62 54.39,-9.62 62.59,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.54,-13.13 72.54,-9.62 62.54,-6.13 62.54,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M38.04,-57.62C45.54,-57.62 54.39,-57.62 62.59,-57.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.54,-61.13 72.54,-57.62 62.54,-54.13 62.54,-61.13"/>
</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/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="195.75,-19.25 142.25,-19.25 142.25,0 195.75,0 195.75,-19.25"/>
<text text-anchor="middle" x="169" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
<g id="a_node3"><a xlink:href="../../df/de5/classbacktracking_1_1generate__parentheses.html#af39c03d80ce0ba9fbf659b420980d160" target="_top" xlink:title="wrapper interface">
<polygon fill="white" stroke="#666666" points="260.25,-72.88 142.25,-72.88 142.25,-42.38 260.25,-42.38 260.25,-72.88"/>
<text text-anchor="start" x="150.25" y="-59.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
<text text-anchor="middle" x="201.25" y="-48.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::generate</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M106.58,-9.62C113.69,-9.62 122.43,-9.62 131.07,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.83,-13.13 140.83,-9.62 130.83,-6.13 130.83,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M106.65,-57.62C113.52,-57.62 122.11,-57.62 131.27,-57.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.23,-61.13 141.23,-57.62 131.23,-54.13 131.23,-61.13"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/clear.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="408.62,-98.25 319.12,-98.25 319.12,-79 408.62,-79 408.62,-98.25"/>
<text text-anchor="middle" x="363.88" y="-84.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::clear</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M260.69,-68.9C276.29,-71.91 293.08,-75.15 308.45,-78.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="307.35,-81.67 317.83,-80.12 308.68,-74.79 307.35,-81.67"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../df/de5/classbacktracking_1_1generate__parentheses.html#ac1489edd65374f22fe04851051f0a2ec" target="_top" xlink:title="function that adds parenthesis to the string.">
<polygon fill="white" stroke="#666666" points="431.5,-42.88 296.25,-42.88 296.25,-12.37 431.5,-12.37 431.5,-42.88"/>
<text text-anchor="start" x="304.25" y="-29.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
<text text-anchor="middle" x="363.88" y="-18.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::makeStrings</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M260.69,-46.71C268.61,-45.23 276.84,-43.69 285.04,-42.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="285.57,-45.44 294.76,-40.16 284.29,-38.56 285.57,-45.44"/>
</g>
<!-- Node5&#45;&gt;Node5 -->
<g id="edge6" class="edge">
<title>Node5&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M335.26,-43.36C329.42,-52.43 338.96,-60.88 363.88,-60.88 377.89,-60.88 387.04,-58.2 391.33,-54.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="394.91,-54.68 392.49,-44.36 387.95,-53.93 394.91,-54.68"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="571.25,-56.25 479.5,-56.25 479.5,-37 571.25,-37 571.25,-56.25"/>
<text text-anchor="middle" x="525.38" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node5&#45;&gt;Node6</title>
<path fill="none" stroke="#63b8ff" d="M431.59,-35.57C443.88,-37.04 456.59,-38.55 468.52,-39.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="467.87,-43.54 478.22,-41.25 468.7,-36.59 467.87,-43.54"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="583.25,-19.25 467.5,-19.25 467.5,0 583.25,0 583.25,-19.25"/>
<text text-anchor="middle" x="525.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node7 -->
<g id="edge7" class="edge">
<title>Node5&#45;&gt;Node7</title>
<path fill="none" stroke="#63b8ff" d="M431.59,-20.1C439.78,-19.17 448.16,-18.23 456.37,-17.3"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="456.49,-20.7 466.04,-16.1 455.71,-13.74 456.49,-20.7"/>
</g>
</g>
</svg>
<g id="navigator" transform="translate(0 0)" fill="#404254">
<rect fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width=".5" x="0" y="0" width="60" height="60"/>
<use id="zoomplus" xlink:href="#zoomPlus" x="17" y="9" onmousedown="handleZoom(evt,'in')"/>
<use id="zoomminus" xlink:href="#zoomMin" x="42" y="9" onmousedown="handleZoom(evt,'out')"/>
<use id="reset" xlink:href="#resetDef" x="30" y="36" onmousedown="handleReset()"/>
<g id="arrowUp" xlink:href="#dirArrow" transform="translate(30 24)" onmousedown="handlePan(0,-1)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowUp.mouseover" end="arrowUp.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowRight" xlink:href="#dirArrow" transform="rotate(90) translate(36 -43)" onmousedown="handlePan(1,0)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowRight.mouseover" end="arrowRight.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowDown" xlink:href="#dirArrow" transform="rotate(180) translate(-30 -48)" onmousedown="handlePan(0,1)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowDown.mouseover" end="arrowDown.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowLeft" xlink:href="#dirArrow" transform="rotate(270) translate(-36 17)" onmousedown="handlePan(-1,0)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowLeft.mouseover" end="arrowLeft.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
</g>
<svg viewBox="0 0 15 15" width="100%" height="30px" preserveAspectRatio="xMaxYMin meet">
<g id="arrow_out" transform="scale(0.3 0.3)">
<a xlink:href="double__factorial_8cpp_a88ec9ad42717780d6caaff9d3d6977f9_cgraph_org.svg" target="_base">
<rect id="button" ry="5" rx="5" y="6" x="6" height="38" width="38"
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
<path id="arrow"
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
style="fill:#404040;"/>
</a>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,119 @@
<?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 8.0.5 (20230430.1635)
-->
<!-- Title: tests Pages: 1 -->
<svg width="591pt" height="106pt"
viewBox="0.00 0.00 591.25 106.25" 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 102.25)">
<title>tests</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="37.75,-67.25 0,-67.25 0,-48 37.75,-48 37.75,-67.25"/>
<text text-anchor="middle" x="18.88" y="-53.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../dd/d1e/generate__parentheses_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<polygon fill="white" stroke="#666666" points="106.25,-67.25 73.75,-67.25 73.75,-48 106.25,-48 106.25,-67.25"/>
<text text-anchor="middle" x="90" y="-53.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M38.04,-57.62C45.54,-57.62 54.39,-57.62 62.59,-57.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.54,-61.13 72.54,-57.62 62.54,-54.13 62.54,-61.13"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../df/de5/classbacktracking_1_1generate__parentheses.html#af39c03d80ce0ba9fbf659b420980d160" target="_top" xlink:title="wrapper interface">
<polygon fill="white" stroke="#666666" points="260.25,-72.88 142.25,-72.88 142.25,-42.38 260.25,-42.38 260.25,-72.88"/>
<text text-anchor="start" x="150.25" y="-59.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
<text text-anchor="middle" x="201.25" y="-48.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::generate</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M106.65,-57.62C113.52,-57.62 122.11,-57.62 131.27,-57.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.23,-61.13 141.23,-57.62 131.23,-54.13 131.23,-61.13"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/clear.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="408.62,-98.25 319.12,-98.25 319.12,-79 408.62,-79 408.62,-98.25"/>
<text text-anchor="middle" x="363.88" y="-84.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::clear</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M260.69,-68.9C276.29,-71.91 293.08,-75.15 308.45,-78.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="307.35,-81.67 317.83,-80.12 308.68,-74.79 307.35,-81.67"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../df/de5/classbacktracking_1_1generate__parentheses.html#ac1489edd65374f22fe04851051f0a2ec" target="_top" xlink:title="function that adds parenthesis to the string.">
<polygon fill="white" stroke="#666666" points="431.5,-42.88 296.25,-42.88 296.25,-12.37 431.5,-12.37 431.5,-42.88"/>
<text text-anchor="start" x="304.25" y="-29.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
<text text-anchor="middle" x="363.88" y="-18.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::makeStrings</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M260.69,-46.71C268.61,-45.23 276.84,-43.69 285.04,-42.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="285.57,-45.44 294.76,-40.16 284.29,-38.56 285.57,-45.44"/>
</g>
<!-- Node5&#45;&gt;Node5 -->
<g id="edge6" class="edge">
<title>Node5&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M335.26,-43.36C329.42,-52.43 338.96,-60.88 363.88,-60.88 377.89,-60.88 387.04,-58.2 391.33,-54.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="394.91,-54.68 392.49,-44.36 387.95,-53.93 394.91,-54.68"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="571.25,-56.25 479.5,-56.25 479.5,-37 571.25,-37 571.25,-56.25"/>
<text text-anchor="middle" x="525.38" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node5&#45;&gt;Node6</title>
<path fill="none" stroke="#63b8ff" d="M431.59,-35.57C443.88,-37.04 456.59,-38.55 468.52,-39.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="467.87,-43.54 478.22,-41.25 468.7,-36.59 467.87,-43.54"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="583.25,-19.25 467.5,-19.25 467.5,0 583.25,0 583.25,-19.25"/>
<text text-anchor="middle" x="525.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node7 -->
<g id="edge7" class="edge">
<title>Node5&#45;&gt;Node7</title>
<path fill="none" stroke="#63b8ff" d="M431.59,-20.1C439.78,-19.17 448.16,-18.23 456.37,-17.3"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="456.49,-20.7 466.04,-16.1 455.71,-13.74 456.49,-20.7"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -1,7 +1,5 @@
<map id="test" name="test">
<area shape="rect" id="node1" title=" " alt="" coords="5,79,49,104"/>
<area shape="rect" id="node1" title=" " alt="" coords="5,43,49,68"/>
<area shape="rect" id="node2" href="$d7/d89/double__factorial_8cpp.html#a0a3c417360400093891a9ccddaa4be26" title=" " alt="" coords="100,5,266,31"/>
<area shape="rect" id="node3" href="$d7/d89/double__factorial_8cpp.html#a68ba20fed2ce427f6469c7689437829d" title=" " alt="" coords="97,79,269,104"/>
<area shape="rect" id="node4" href="$d6/d2c/caesar__cipher_8cpp.html#ae1a3968e7947464bee7714f6d43b7002" title=" " alt="" coords="161,128,205,154"/>
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="317,128,388,154"/>
</map>

View File

@@ -1 +1 @@
d6c297ad8d2ddcaadb88ece979a454fc
f06f176b7a21ee6e14742de4fdc97132

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 8.0.4 (20230421.1958)
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
-->
<!-- Title: test Pages: 1 -->
<svg width="295pt" height="119pt"
viewBox="0.00 0.00 295.25 119.25" 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 115.25)">
<svg width="206pt" height="82pt"
viewBox="0.00 0.00 205.75 82.25" 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 78.25)">
<title>test</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="32.5,-56.25 0,-56.25 0,-37 32.5,-37 32.5,-56.25"/>
<text text-anchor="middle" x="16.25" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
<polygon fill="#999999" stroke="#666666" points="32.5,-46.25 0,-46.25 0,-27 32.5,-27 32.5,-46.25"/>
<text text-anchor="middle" x="16.25" y="-32.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
@@ -21,67 +21,37 @@
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d7/d89/double__factorial_8cpp.html#a0a3c417360400093891a9ccddaa4be26" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="195.12,-111.25 71.12,-111.25 71.12,-92 195.12,-92 195.12,-111.25"/>
<text text-anchor="middle" x="133.12" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">double_factorial_iterative</text>
<polygon fill="white" stroke="#666666" points="195.12,-74.25 71.12,-74.25 71.12,-55 195.12,-55 195.12,-74.25"/>
<text text-anchor="middle" x="133.12" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">double_factorial_iterative</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M28.71,-56.72C38.63,-64.99 53.68,-76.46 68.5,-83.62 71.65,-85.15 74.96,-86.57 78.33,-87.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.99,-91.47 87.59,-91.51 79.33,-84.87 76.99,-91.47"/>
<path fill="none" stroke="#63b8ff" d="M32.74,-40.4C45.02,-43.39 62.91,-47.75 80.14,-51.95"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.18,-55.57 89.73,-54.53 80.84,-48.77 79.18,-55.57"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d7/d89/double__factorial_8cpp.html#a68ba20fed2ce427f6469c7689437829d" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="197.75,-56.25 68.5,-56.25 68.5,-37 197.75,-37 197.75,-56.25"/>
<text text-anchor="middle" x="133.12" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">double_factorial_recursive</text>
<polygon fill="white" stroke="#666666" points="197.75,-19.25 68.5,-19.25 68.5,0 197.75,0 197.75,-19.25"/>
<text text-anchor="middle" x="133.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">double_factorial_recursive</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M32.74,-46.62C39.52,-46.62 48.01,-46.62 57.16,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.14,-50.13 67.14,-46.62 57.14,-43.13 57.14,-50.13"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d6/d2c/caesar__cipher_8cpp.html#ae1a3968e7947464bee7714f6d43b7002" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="149.38,-19.25 116.88,-19.25 116.88,0 149.38,0 149.38,-19.25"/>
<text text-anchor="middle" x="133.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M32.84,-40.48C42.94,-36.59 56.41,-31.57 68.5,-27.62 80.82,-23.6 94.65,-19.63 106.26,-16.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="106.85,-19.64 115.59,-13.65 105.03,-12.88 106.85,-19.64"/>
<path fill="none" stroke="#63b8ff" d="M32.74,-32.98C44.71,-30.17 62.02,-26.1 78.86,-22.15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.29,-25.4 88.22,-19.71 77.69,-18.59 79.29,-25.4"/>
</g>
<!-- Node3&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M114.83,-56.54C106.48,-65.15 112.58,-74.25 133.12,-74.25 145,-74.25 152.05,-71.21 154.27,-66.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.43,-66.26 151.42,-57.54 150.68,-68.11 157.43,-66.26"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="287.25,-19.25 233.75,-19.25 233.75,0 287.25,0 287.25,-19.25"/>
<text text-anchor="middle" x="260.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node5 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M149.75,-9.62C167.88,-9.62 198.4,-9.62 222.66,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="222.64,-13.13 232.64,-9.62 222.64,-6.13 222.64,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M114.83,-19.54C106.48,-28.15 112.58,-37.25 133.12,-37.25 145,-37.25 152.05,-34.21 154.27,-29.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.43,-29.26 151.42,-20.54 150.68,-31.11 157.43,-29.26"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,6 +1,10 @@
<map id="main" name="main">
<area shape="rect" id="node1" title=" " alt="" coords="5,5,55,31"/>
<area shape="rect" id="node2" href="$d7/d89/double__factorial_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9" title=" " alt="" coords="103,5,153,31"/>
<area shape="rect" id="node3" href="$d6/d2c/caesar__cipher_8cpp.html#ae1a3968e7947464bee7714f6d43b7002" title=" " alt="" coords="201,5,244,31"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="292,5,364,31"/>
<area shape="rect" id="node1" title=" " alt="" coords="5,47,55,72"/>
<area shape="rect" id="node2" href="$d7/d89/double__factorial_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9" title=" " alt="" coords="103,47,153,72"/>
<area shape="rect" id="node3" href="$dd/d1e/generate__parentheses_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self&#45;test implementations." alt="" coords="201,47,244,72"/>
<area shape="rect" id="node4" href="$df/de5/classbacktracking_1_1generate__parentheses.html#af39c03d80ce0ba9fbf659b420980d160" title="wrapper interface" alt="" coords="292,39,450,80"/>
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/clear.html#" title=" " alt="" coords="528,5,648,31"/>
<area shape="rect" id="node6" href="$df/de5/classbacktracking_1_1generate__parentheses.html#ac1489edd65374f22fe04851051f0a2ec" title="function that adds parenthesis to the string." alt="" coords="498,79,678,120"/>
<area shape="rect" id="node7" 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="742,61,864,87"/>
<area shape="rect" id="node8" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/push_back.html#" title=" " alt="" coords="726,111,880,136"/>
</map>

View File

@@ -1 +1 @@
e9cfbabd174880abccda980c7244e407
07ddfaed380e34a95c531947c4a26b88

View File

@@ -1,19 +1,65 @@
<?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 8.0.4 (20230421.1958)
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
-->
<!-- Title: main Pages: 1 -->
<svg width="277pt" height="27pt"
viewBox="0.00 0.00 276.75 27.25" 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 23.25)">
<!--zoomable 106 -->
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="text/javascript"><![CDATA[
var edges = document.getElementsByTagName('g');
if (edges && edges.length) {
for (var i=0;i<edges.length;i++) {
if (edges[i].id.substr(0,4)=='edge') {
edges[i].setAttribute('class','edge');
}
}
}
]]></script>
<defs>
<circle id="rim" cx="0" cy="0" r="7"/>
<circle id="rim2" cx="0" cy="0" r="3.5"/>
<g id="zoomPlus">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="zoomplus.mouseover" end="zoomplus.mouseout"/>
</use>
<path d="M-4,0h8M0,-4v8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="zoomMin">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="zoomminus.mouseover" end="zoomminus.mouseout"/>
</use>
<path d="M-4,0h8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="dirArrow">
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="resetDef">
<use xlink:href="#rim2" fill="#404040">
<set attributeName="fill" to="#808080" begin="reset.mouseover" end="reset.mouseout"/>
</use>
</g>
</defs>
<script type="text/javascript">
var viewWidth = 664;
var viewHeight = 106;
var sectionId = 'dynsection-2';
</script>
<script xlink:href="../../svgpan.js"/>
<svg id="graph" class="graph">
<g id="viewport">
<title>main</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="37,-19.25 0,-19.25 0,0 37,0 37,-19.25"/>
<text text-anchor="middle" x="18.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
<polygon fill="#999999" stroke="#666666" points="37,-67.25 0,-67.25 0,-48 37,-48 37,-67.25"/>
<text text-anchor="middle" x="18.5" y="-53.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
@@ -21,46 +67,156 @@
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d7/d89/double__factorial_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="110.75,-19.25 73,-19.25 73,0 110.75,0 110.75,-19.25"/>
<text text-anchor="middle" x="91.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
<polygon fill="white" stroke="#666666" points="110.75,-67.25 73,-67.25 73,-48 110.75,-48 110.75,-67.25"/>
<text text-anchor="middle" x="91.88" y="-53.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M37.14,-9.62C44.64,-9.62 53.57,-9.62 61.98,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.94,-13.13 71.94,-9.62 61.94,-6.13 61.94,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-57.62C44.64,-57.62 53.57,-57.62 61.98,-57.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.94,-61.13 71.94,-57.62 61.94,-54.13 61.94,-61.13"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d6/d2c/caesar__cipher_8cpp.html#ae1a3968e7947464bee7714f6d43b7002" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="179.25,-19.25 146.75,-19.25 146.75,0 179.25,0 179.25,-19.25"/>
<text text-anchor="middle" x="163" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
<g id="a_node3"><a xlink:href="../../dd/d1e/generate__parentheses_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<polygon fill="white" stroke="#666666" points="179.25,-67.25 146.75,-67.25 146.75,-48 179.25,-48 179.25,-67.25"/>
<text text-anchor="middle" x="163" y="-53.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M111.04,-9.62C118.54,-9.62 127.39,-9.62 135.59,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.54,-13.13 145.54,-9.62 135.54,-6.13 135.54,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M111.04,-57.62C118.54,-57.62 127.39,-57.62 135.59,-57.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.54,-61.13 145.54,-57.62 135.54,-54.13 135.54,-61.13"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="268.75,-19.25 215.25,-19.25 215.25,0 268.75,0 268.75,-19.25"/>
<text text-anchor="middle" x="242" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
<g id="a_node4"><a xlink:href="../../df/de5/classbacktracking_1_1generate__parentheses.html#af39c03d80ce0ba9fbf659b420980d160" target="_top" xlink:title="wrapper interface">
<polygon fill="white" stroke="#666666" points="333.25,-72.88 215.25,-72.88 215.25,-42.38 333.25,-42.38 333.25,-72.88"/>
<text text-anchor="start" x="223.25" y="-59.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
<text text-anchor="middle" x="274.25" y="-48.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::generate</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M179.58,-9.62C186.69,-9.62 195.43,-9.62 204.07,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="203.83,-13.13 213.83,-9.62 203.83,-6.13 203.83,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M179.65,-57.62C186.52,-57.62 195.11,-57.62 204.27,-57.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="204.23,-61.13 214.23,-57.62 204.23,-54.13 204.23,-61.13"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/clear.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="481.62,-98.25 392.12,-98.25 392.12,-79 481.62,-79 481.62,-98.25"/>
<text text-anchor="middle" x="436.88" y="-84.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::clear</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node4&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M333.69,-68.9C349.29,-71.91 366.08,-75.15 381.45,-78.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="380.35,-81.67 390.83,-80.12 381.68,-74.79 380.35,-81.67"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../df/de5/classbacktracking_1_1generate__parentheses.html#ac1489edd65374f22fe04851051f0a2ec" target="_top" xlink:title="function that adds parenthesis to the string.">
<polygon fill="white" stroke="#666666" points="504.5,-42.88 369.25,-42.88 369.25,-12.37 504.5,-12.37 504.5,-42.88"/>
<text text-anchor="start" x="377.25" y="-29.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
<text text-anchor="middle" x="436.88" y="-18.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::makeStrings</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node6</title>
<path fill="none" stroke="#63b8ff" d="M333.69,-46.71C341.61,-45.23 349.84,-43.69 358.04,-42.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="358.57,-45.44 367.76,-40.16 357.29,-38.56 358.57,-45.44"/>
</g>
<!-- Node6&#45;&gt;Node6 -->
<g id="edge7" class="edge">
<title>Node6&#45;&gt;Node6</title>
<path fill="none" stroke="#63b8ff" d="M408.26,-43.36C402.42,-52.43 411.96,-60.88 436.88,-60.88 450.89,-60.88 460.04,-58.2 464.33,-54.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="467.91,-54.68 465.49,-44.36 460.95,-53.93 467.91,-54.68"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="644.25,-56.25 552.5,-56.25 552.5,-37 644.25,-37 644.25,-56.25"/>
<text text-anchor="middle" x="598.38" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node7 -->
<g id="edge6" class="edge">
<title>Node6&#45;&gt;Node7</title>
<path fill="none" stroke="#63b8ff" d="M504.59,-35.57C516.88,-37.04 529.59,-38.55 541.52,-39.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="540.87,-43.54 551.22,-41.25 541.7,-36.59 540.87,-43.54"/>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="656.25,-19.25 540.5,-19.25 540.5,0 656.25,0 656.25,-19.25"/>
<text text-anchor="middle" x="598.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node8 -->
<g id="edge8" class="edge">
<title>Node6&#45;&gt;Node8</title>
<path fill="none" stroke="#63b8ff" d="M504.59,-20.1C512.78,-19.17 521.16,-18.23 529.37,-17.3"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="529.49,-20.7 539.04,-16.1 528.71,-13.74 529.49,-20.7"/>
</g>
</g>
</svg>
<g id="navigator" transform="translate(0 0)" fill="#404254">
<rect fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width=".5" x="0" y="0" width="60" height="60"/>
<use id="zoomplus" xlink:href="#zoomPlus" x="17" y="9" onmousedown="handleZoom(evt,'in')"/>
<use id="zoomminus" xlink:href="#zoomMin" x="42" y="9" onmousedown="handleZoom(evt,'out')"/>
<use id="reset" xlink:href="#resetDef" x="30" y="36" onmousedown="handleReset()"/>
<g id="arrowUp" xlink:href="#dirArrow" transform="translate(30 24)" onmousedown="handlePan(0,-1)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowUp.mouseover" end="arrowUp.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowRight" xlink:href="#dirArrow" transform="rotate(90) translate(36 -43)" onmousedown="handlePan(1,0)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowRight.mouseover" end="arrowRight.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowDown" xlink:href="#dirArrow" transform="rotate(180) translate(-30 -48)" onmousedown="handlePan(0,1)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowDown.mouseover" end="arrowDown.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowLeft" xlink:href="#dirArrow" transform="rotate(270) translate(-36 17)" onmousedown="handlePan(-1,0)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowLeft.mouseover" end="arrowLeft.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
</g>
<svg viewBox="0 0 15 15" width="100%" height="30px" preserveAspectRatio="xMaxYMin meet">
<g id="arrow_out" transform="scale(0.3 0.3)">
<a xlink:href="double__factorial_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph_org.svg" target="_base">
<rect id="button" ry="5" rx="5" y="6" x="6" height="38" width="38"
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
<path id="arrow"
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
style="fill:#404040;"/>
</a>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,134 @@
<?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 8.0.5 (20230430.1635)
-->
<!-- Title: main Pages: 1 -->
<svg width="664pt" height="106pt"
viewBox="0.00 0.00 664.25 106.25" 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 102.25)">
<title>main</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="37,-67.25 0,-67.25 0,-48 37,-48 37,-67.25"/>
<text text-anchor="middle" x="18.5" y="-53.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d7/d89/double__factorial_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="110.75,-67.25 73,-67.25 73,-48 110.75,-48 110.75,-67.25"/>
<text text-anchor="middle" x="91.88" y="-53.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M37.14,-57.62C44.64,-57.62 53.57,-57.62 61.98,-57.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.94,-61.13 71.94,-57.62 61.94,-54.13 61.94,-61.13"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../dd/d1e/generate__parentheses_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<polygon fill="white" stroke="#666666" points="179.25,-67.25 146.75,-67.25 146.75,-48 179.25,-48 179.25,-67.25"/>
<text text-anchor="middle" x="163" y="-53.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M111.04,-57.62C118.54,-57.62 127.39,-57.62 135.59,-57.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.54,-61.13 145.54,-57.62 135.54,-54.13 135.54,-61.13"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../df/de5/classbacktracking_1_1generate__parentheses.html#af39c03d80ce0ba9fbf659b420980d160" target="_top" xlink:title="wrapper interface">
<polygon fill="white" stroke="#666666" points="333.25,-72.88 215.25,-72.88 215.25,-42.38 333.25,-42.38 333.25,-72.88"/>
<text text-anchor="start" x="223.25" y="-59.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
<text text-anchor="middle" x="274.25" y="-48.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::generate</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M179.65,-57.62C186.52,-57.62 195.11,-57.62 204.27,-57.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="204.23,-61.13 214.23,-57.62 204.23,-54.13 204.23,-61.13"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/clear.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="481.62,-98.25 392.12,-98.25 392.12,-79 481.62,-79 481.62,-98.25"/>
<text text-anchor="middle" x="436.88" y="-84.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::clear</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node4&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M333.69,-68.9C349.29,-71.91 366.08,-75.15 381.45,-78.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="380.35,-81.67 390.83,-80.12 381.68,-74.79 380.35,-81.67"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../df/de5/classbacktracking_1_1generate__parentheses.html#ac1489edd65374f22fe04851051f0a2ec" target="_top" xlink:title="function that adds parenthesis to the string.">
<polygon fill="white" stroke="#666666" points="504.5,-42.88 369.25,-42.88 369.25,-12.37 504.5,-12.37 504.5,-42.88"/>
<text text-anchor="start" x="377.25" y="-29.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
<text text-anchor="middle" x="436.88" y="-18.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::makeStrings</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node6</title>
<path fill="none" stroke="#63b8ff" d="M333.69,-46.71C341.61,-45.23 349.84,-43.69 358.04,-42.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="358.57,-45.44 367.76,-40.16 357.29,-38.56 358.57,-45.44"/>
</g>
<!-- Node6&#45;&gt;Node6 -->
<g id="edge7" class="edge">
<title>Node6&#45;&gt;Node6</title>
<path fill="none" stroke="#63b8ff" d="M408.26,-43.36C402.42,-52.43 411.96,-60.88 436.88,-60.88 450.89,-60.88 460.04,-58.2 464.33,-54.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="467.91,-54.68 465.49,-44.36 460.95,-53.93 467.91,-54.68"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="644.25,-56.25 552.5,-56.25 552.5,-37 644.25,-37 644.25,-56.25"/>
<text text-anchor="middle" x="598.38" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node7 -->
<g id="edge6" class="edge">
<title>Node6&#45;&gt;Node7</title>
<path fill="none" stroke="#63b8ff" d="M504.59,-35.57C516.88,-37.04 529.59,-38.55 541.52,-39.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="540.87,-43.54 551.22,-41.25 541.7,-36.59 540.87,-43.54"/>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="656.25,-19.25 540.5,-19.25 540.5,0 656.25,0 656.25,-19.25"/>
<text text-anchor="middle" x="598.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node8 -->
<g id="edge8" class="edge">
<title>Node6&#45;&gt;Node8</title>
<path fill="none" stroke="#63b8ff" d="M504.59,-20.1C512.78,-19.17 521.16,-18.23 529.37,-17.3"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="529.49,-20.7 539.04,-16.1 528.71,-13.74 529.49,-20.7"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.7 KiB