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

@@ -0,0 +1,6 @@
<map id="backtracking::generate_parentheses" name="backtracking::generate_parentheses">
<area shape="rect" id="node1" title="generate_parentheses class" alt="" coords="11,273,165,313"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="5,184,171,210"/>
<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.html" title=" " alt="" coords="48,95,128,121"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string.html" title=" " alt="" coords="25,5,151,46"/>
</map>

View File

@@ -0,0 +1 @@
db06c5be1e442dd12572478595ea3be3

View File

@@ -0,0 +1,70 @@
<?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: backtracking::generate_parentheses Pages: 1 -->
<svg width="132pt" height="239pt"
viewBox="0.00 0.00 132.00 239.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 235)">
<title>backtracking::generate_parentheses</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="generate_parentheses class">
<polygon fill="#999999" stroke="#666666" points="119.5,-30.5 4.5,-30.5 4.5,0 119.5,0 119.5,-30.5"/>
<text text-anchor="start" x="12.5" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
<text text-anchor="middle" x="62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="124,-97 0,-97 0,-77.75 124,-77.75 124,-97"/>
<text text-anchor="middle" x="62" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; std::string &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M62,-66.53C62,-55.2 62,-41.25 62,-30.92"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="58.5,-66.49 62,-76.49 65.5,-66.49 58.5,-66.49"/>
<text text-anchor="middle" x="70.25" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00"> res</text>
</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.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="91.75,-163.5 32.25,-163.5 32.25,-144.25 91.75,-144.25 91.75,-163.5"/>
<text text-anchor="middle" x="62" y="-150" font-family="Helvetica,sans-Serif" font-size="10.00">std::string</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M62,-133.15C62,-121.18 62,-106.48 62,-97.27"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="58.5,-132.91 62,-142.91 65.5,-132.91 58.5,-132.91"/>
<text text-anchor="middle" x="83.38" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</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/string/basic_string.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="109,-231 15,-231 15,-200.5 109,-200.5 109,-231"/>
<text text-anchor="start" x="23" y="-217.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::basic_string&lt;</text>
<text text-anchor="middle" x="62" y="-206.25" font-family="Helvetica,sans-Serif" font-size="10.00"> Char &gt;</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node4&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M62,-189.33C62,-180.25 62,-170.61 62,-163.85"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.5,-189.26 62,-199.26 65.5,-189.26 58.5,-189.26"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB