mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 19:47:53 +08:00
Documentation for 8b1eab204b
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<!-- HTML header for doxygen 1.12.0-->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
@@ -5,10 +6,15 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.12.0"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Algorithms_in_C++: backtracking::generate_parentheses Class Reference</title>
|
||||
<title>TheAlgorithms/C++: backtracking::generate_parentheses Class Reference</title>
|
||||
<link rel="icon" href="../../favicon.svg" type="image/x-icon" />
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../jquery.js"></script>
|
||||
<script type="text/javascript" src="../../dynsections.js"></script>
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@xpack-3rd-party/doxygen-awesome-css@2.2.0-1/doxygen-awesome-darkmode-toggle.js"></script>
|
||||
<script type="text/javascript">
|
||||
DoxygenAwesomeDarkModeToggle.init()
|
||||
</script>
|
||||
<script type="text/javascript" src="../../clipboard.js"></script>
|
||||
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../navtreedata.js"></script>
|
||||
@@ -18,14 +24,24 @@
|
||||
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="../../search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="../../search/search.js"></script>
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
|
||||
jax: ["input/TeX","output/HTML-CSS"],
|
||||
});
|
||||
<script type="text/javascript">
|
||||
window.MathJax = {
|
||||
options: {
|
||||
ignoreHtmlClass: 'tex2jax_ignore',
|
||||
processHtmlClass: 'tex2jax_process'
|
||||
},
|
||||
loader: {
|
||||
load: ['[tex]/ams']
|
||||
},
|
||||
tex: {
|
||||
macros: {},
|
||||
packages: ['base','configmacros','ams']
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script>
|
||||
<script type="text/javascript" id="MathJax-script" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
|
||||
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../../doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
@@ -33,10 +49,11 @@ MathJax.Hub.Config({
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectlogo"><img alt="Logo" src="../../project_logo.png"/></td>
|
||||
<td id="projectalign">
|
||||
<div id="projectname">Algorithms_in_C++<span id="projectnumber"> 1.0.0</span>
|
||||
<div id="projectname">TheAlgorithms/C++<span id="projectnumber"> 1.0.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">Set of algorithms implemented in C++.</div>
|
||||
<div id="projectbrief">All the algorithms implemented in C++</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -123,25 +140,26 @@ Collaboration diagram for backtracking::generate_parentheses:</div>
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:af39c03d80ce0ba9fbf659b420980d160" id="r_af39c03d80ce0ba9fbf659b420980d160"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="#af39c03d80ce0ba9fbf659b420980d160">generate</a> (int n)</td></tr>
|
||||
<tr class="memitem:af39c03d80ce0ba9fbf659b420980d160" id="r_af39c03d80ce0ba9fbf659b420980d160"><td class="memItemLeft" align="right" valign="top">std::vector< std::string > </td><td class="memItemRight" valign="bottom"><a class="el" href="#af39c03d80ce0ba9fbf659b420980d160">generate</a> (int n)</td></tr>
|
||||
<tr class="memdesc:af39c03d80ce0ba9fbf659b420980d160"><td class="mdescLeft"> </td><td class="mdescRight">wrapper interface <br /></td></tr>
|
||||
<tr class="separator:af39c03d80ce0ba9fbf659b420980d160"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pri-methods" name="pri-methods"></a>
|
||||
Private Member Functions</h2></td></tr>
|
||||
<tr class="memitem:ac1489edd65374f22fe04851051f0a2ec" id="r_ac1489edd65374f22fe04851051f0a2ec"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#ac1489edd65374f22fe04851051f0a2ec">makeStrings</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> str, int n, int closed, int open)</td></tr>
|
||||
<tr class="memitem:ac1489edd65374f22fe04851051f0a2ec" id="r_ac1489edd65374f22fe04851051f0a2ec"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#ac1489edd65374f22fe04851051f0a2ec">makeStrings</a> (std::string str, int n, int closed, int open)</td></tr>
|
||||
<tr class="memdesc:ac1489edd65374f22fe04851051f0a2ec"><td class="mdescLeft"> </td><td class="mdescRight">function that adds parenthesis to the string. <br /></td></tr>
|
||||
<tr class="separator:ac1489edd65374f22fe04851051f0a2ec"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pri-attribs" name="pri-attribs"></a>
|
||||
Private Attributes</h2></td></tr>
|
||||
<tr class="memitem:ab35b9b6d2886abed3d6fb05c2be1c508" id="r_ab35b9b6d2886abed3d6fb05c2be1c508"><td class="memItemLeft" align="right" valign="top"><a id="ab35b9b6d2886abed3d6fb05c2be1c508" name="ab35b9b6d2886abed3d6fb05c2be1c508"></a>
|
||||
<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> > </td><td class="memItemRight" valign="bottom"><b>res</b></td></tr>
|
||||
<tr class="memdesc:ab35b9b6d2886abed3d6fb05c2be1c508"><td class="mdescLeft"> </td><td class="mdescRight">Contains all possible valid patterns. <br /></td></tr>
|
||||
<tr class="memitem:ab35b9b6d2886abed3d6fb05c2be1c508" id="r_ab35b9b6d2886abed3d6fb05c2be1c508"><td class="memItemLeft" align="right" valign="top">std::vector< std::string > </td><td class="memItemRight" valign="bottom"><a class="el" href="#ab35b9b6d2886abed3d6fb05c2be1c508">res</a></td></tr>
|
||||
<tr class="memdesc:ab35b9b6d2886abed3d6fb05c2be1c508"><td class="mdescLeft"> </td><td class="mdescRight">Contains all possible valid patterns. <br /></td></tr>
|
||||
<tr class="separator:ab35b9b6d2886abed3d6fb05c2be1c508"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p><a class="el" href="../../df/de5/classbacktracking_1_1generate__parentheses.html" title="generate_parentheses class">generate_parentheses</a> class </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="../../dd/d1e/generate__parentheses_8cpp_source.html#l00026">26</a> of file <a class="el" href="../../dd/d1e/generate__parentheses_8cpp_source.html">generate_parentheses.cpp</a>.</p>
|
||||
</div><h2 class="groupheader">Member Function Documentation</h2>
|
||||
<a id="af39c03d80ce0ba9fbf659b420980d160" name="af39c03d80ce0ba9fbf659b420980d160"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#af39c03d80ce0ba9fbf659b420980d160">◆ </a></span>generate()</h2>
|
||||
@@ -150,7 +168,7 @@ Private Attributes</h2></td></tr>
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> > backtracking::generate_parentheses::generate </td>
|
||||
<td class="memname">std::vector< std::string > backtracking::generate_parentheses::generate </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">int</td> <td class="paramname"><span class="paramname"><em>n</em></span></td><td>)</td>
|
||||
<td></td>
|
||||
@@ -166,22 +184,17 @@ Private Attributes</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>all well-formed pattern of parentheses </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="../../dd/d1e/generate__parentheses_8cpp_source.html#l00070">70</a> of file <a class="el" href="../../dd/d1e/generate__parentheses_8cpp_source.html">generate_parentheses.cpp</a>.</p>
|
||||
<div class="fragment"><div class="line"><span class="lineno"> 70</span> {</div>
|
||||
<div class="line"><span class="lineno"> 71</span> <a class="code hl_variable" href="#ab35b9b6d2886abed3d6fb05c2be1c508">backtracking::generate_parentheses::res</a>.<a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector/clear.html">clear</a>();</div>
|
||||
<div class="line"><span class="lineno"> 72</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> str = <span class="stringliteral">"("</span>;</div>
|
||||
<div class="line"><span class="lineno"> 71</span> <a class="code hl_variable" href="#ab35b9b6d2886abed3d6fb05c2be1c508">backtracking::generate_parentheses::res</a>.clear();</div>
|
||||
<div class="line"><span class="lineno"> 72</span> std::string str = <span class="stringliteral">"("</span>;</div>
|
||||
<div class="line"><span class="lineno"> 73</span> <a class="code hl_function" href="#ac1489edd65374f22fe04851051f0a2ec">generate_parentheses::makeStrings</a>(str, n, 0, 1);</div>
|
||||
<div class="line"><span class="lineno"> 74</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="#ab35b9b6d2886abed3d6fb05c2be1c508">res</a>;</div>
|
||||
<div class="line"><span class="lineno"> 75</span>}</div>
|
||||
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div></div>
|
||||
<div class="ttc" id="aclassbacktracking_1_1generate__parentheses_html_ab35b9b6d2886abed3d6fb05c2be1c508"><div class="ttname"><a href="#ab35b9b6d2886abed3d6fb05c2be1c508">backtracking::generate_parentheses::res</a></div><div class="ttdeci">std::vector< std::string > res</div><div class="ttdoc">Contains all possible valid patterns.</div><div class="ttdef"><b>Definition</b> generate_parentheses.cpp:28</div></div>
|
||||
<div class="ttc" id="aclassbacktracking_1_1generate__parentheses_html_ac1489edd65374f22fe04851051f0a2ec"><div class="ttname"><a href="#ac1489edd65374f22fe04851051f0a2ec">backtracking::generate_parentheses::makeStrings</a></div><div class="ttdeci">void makeStrings(std::string str, int n, int closed, int open)</div><div class="ttdoc">function that adds parenthesis to the string.</div><div class="ttdef"><b>Definition</b> generate_parentheses.cpp:45</div></div>
|
||||
<div class="ttc" id="aclear_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/clear.html">std::vector::clear</a></div><div class="ttdeci">T clear(T... args)</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="../../df/de5/classbacktracking_1_1generate__parentheses_af39c03d80ce0ba9fbf659b420980d160_cgraph.svg" width="599" height="142"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
<div class="ttc" id="aclassbacktracking_1_1generate__parentheses_html_ab35b9b6d2886abed3d6fb05c2be1c508"><div class="ttname"><a href="#ab35b9b6d2886abed3d6fb05c2be1c508">backtracking::generate_parentheses::res</a></div><div class="ttdeci">std::vector< std::string > res</div><div class="ttdoc">Contains all possible valid patterns.</div><div class="ttdef"><b>Definition</b> <a href="../../dd/d1e/generate__parentheses_8cpp_source.html#l00028">generate_parentheses.cpp:28</a></div></div>
|
||||
<div class="ttc" id="aclassbacktracking_1_1generate__parentheses_html_ac1489edd65374f22fe04851051f0a2ec"><div class="ttname"><a href="#ac1489edd65374f22fe04851051f0a2ec">backtracking::generate_parentheses::makeStrings</a></div><div class="ttdeci">void makeStrings(std::string str, int n, int closed, int open)</div><div class="ttdoc">function that adds parenthesis to the string.</div><div class="ttdef"><b>Definition</b> <a href="../../dd/d1e/generate__parentheses_8cpp_source.html#l00045">generate_parentheses.cpp:45</a></div></div>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
<a id="ac1489edd65374f22fe04851051f0a2ec" name="ac1489edd65374f22fe04851051f0a2ec"></a>
|
||||
@@ -196,7 +209,7 @@ Here is the call graph for this function:</div>
|
||||
<tr>
|
||||
<td class="memname">void backtracking::generate_parentheses::makeStrings </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></td> <td class="paramname"><span class="paramname"><em>str</em></span>, </td>
|
||||
<td class="paramtype">std::string</td> <td class="paramname"><span class="paramname"><em>str</em></span>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
@@ -231,35 +244,57 @@ Here is the call graph for this function:</div>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="../../dd/d1e/generate__parentheses_8cpp_source.html#l00045">45</a> of file <a class="el" href="../../dd/d1e/generate__parentheses_8cpp_source.html">generate_parentheses.cpp</a>.</p>
|
||||
<div class="fragment"><div class="line"><span class="lineno"> 46</span> {</div>
|
||||
<div class="line"><span class="lineno"> 47</span> <span class="keywordflow">if</span> (closed > open) <span class="comment">// We can never have more closed than open</span></div>
|
||||
<div class="line"><span class="lineno"> 48</span> <span class="keywordflow">return</span>;</div>
|
||||
<div class="line"><span class="lineno"> 49</span> </div>
|
||||
<div class="line"><span class="lineno"> 50</span> <span class="keywordflow">if</span> ((str.<a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string/size.html">length</a>() == 2 * n) &&</div>
|
||||
<div class="line"><span class="lineno"> 50</span> <span class="keywordflow">if</span> ((str.length() == 2 * n) &&</div>
|
||||
<div class="line"><span class="lineno"> 51</span> (closed != open)) { <span class="comment">// closed and open must be the same</span></div>
|
||||
<div class="line"><span class="lineno"> 52</span> <span class="keywordflow">return</span>;</div>
|
||||
<div class="line"><span class="lineno"> 53</span> }</div>
|
||||
<div class="line"><span class="lineno"> 54</span> </div>
|
||||
<div class="line"><span class="lineno"> 55</span> <span class="keywordflow">if</span> (str.<a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string/size.html">length</a>() == 2 * n) {</div>
|
||||
<div class="line"><span class="lineno"> 56</span> <a class="code hl_variable" href="#ab35b9b6d2886abed3d6fb05c2be1c508">res</a>.<a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector/push_back.html">push_back</a>(str);</div>
|
||||
<div class="line"><span class="lineno"> 55</span> <span class="keywordflow">if</span> (str.length() == 2 * n) {</div>
|
||||
<div class="line"><span class="lineno"> 56</span> <a class="code hl_variable" href="#ab35b9b6d2886abed3d6fb05c2be1c508">res</a>.push_back(str);</div>
|
||||
<div class="line"><span class="lineno"> 57</span> <span class="keywordflow">return</span>;</div>
|
||||
<div class="line"><span class="lineno"> 58</span> }</div>
|
||||
<div class="line"><span class="lineno"> 59</span> </div>
|
||||
<div class="line"><span class="lineno"> 60</span> <a class="code hl_function" href="#ac1489edd65374f22fe04851051f0a2ec">makeStrings</a>(str + <span class="charliteral">')'</span>, n, closed + 1, open);</div>
|
||||
<div class="line"><span class="lineno"> 61</span> <a class="code hl_function" href="#ac1489edd65374f22fe04851051f0a2ec">makeStrings</a>(str + <span class="charliteral">'('</span>, n, closed, open + 1);</div>
|
||||
<div class="line"><span class="lineno"> 62</span>}</div>
|
||||
<div class="ttc" id="apush_back_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/push_back.html">std::vector::push_back</a></div><div class="ttdeci">T push_back(T... args)</div></div>
|
||||
<div class="ttc" id="asize_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/size.html">std::string::length</a></div><div class="ttdeci">T length(T... args)</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="../../df/de5/classbacktracking_1_1generate__parentheses_ac1489edd65374f22fe04851051f0a2ec_cgraph.svg" width="394" height="92"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Data Documentation</h2>
|
||||
<a id="ab35b9b6d2886abed3d6fb05c2be1c508" name="ab35b9b6d2886abed3d6fb05c2be1c508"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ab35b9b6d2886abed3d6fb05c2be1c508">◆ </a></span>res</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">std::vector<std::string> backtracking::generate_parentheses::res</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">private</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Contains all possible valid patterns. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="../../dd/d1e/generate__parentheses_8cpp_source.html#l00028">28</a> of file <a class="el" href="../../dd/d1e/generate__parentheses_8cpp_source.html">generate_parentheses.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||
<li>backtracking/<a class="el" href="../../dd/d1e/generate__parentheses_8cpp.html">generate_parentheses.cpp</a></li>
|
||||
<li>backtracking/<a class="el" href="../../dd/d1e/generate__parentheses_8cpp_source.html">generate_parentheses.cpp</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<map id="backtracking::generate_parentheses::makeStrings" name="backtracking::generate_parentheses::makeStrings">
|
||||
<area shape="rect" id="Node000001" title="function that adds parenthesis to the string." alt="" coords="5,29,186,70"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000001" title=" " alt="" coords="55,29,53,19,59,10,74,5,96,3,119,5,133,11,131,16,117,10,95,8,75,10,63,15,58,21,60,28"/>
|
||||
<area shape="rect" id="Node000002" 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="250,12,372,37"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="185,36,234,31,234,36,186,42"/>
|
||||
<area shape="rect" id="Node000003" 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="234,61,388,86"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="186,57,218,61,218,66,185,62"/>
|
||||
</map>
|
||||
@@ -1 +0,0 @@
|
||||
dc78b92bd61c2693e50391c7882bab8a
|
||||
@@ -1,93 +0,0 @@
|
||||
<?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 12.1.2 (20240928.0832)
|
||||
-->
|
||||
<!-- Title: backtracking::generate_parentheses::makeStrings Pages: 1 -->
|
||||
<svg width="295pt" height="69pt"
|
||||
viewBox="0.00 0.00 295.00 68.88" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 64.88)">
|
||||
<title>backtracking::generate_parentheses::makeStrings</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="function that adds parenthesis to the string.">
|
||||
<polygon fill="#999999" stroke="#666666" points="135.25,-42.88 0,-42.88 0,-12.37 135.25,-12.37 135.25,-42.88"/>
|
||||
<text text-anchor="start" x="8" y="-29.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
|
||||
<text text-anchor="middle" x="67.62" y="-18.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::makeStrings</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node1 -->
|
||||
<g id="edge2_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge2_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M39.01,-43.36C33.17,-52.43 42.71,-60.88 67.62,-60.88 81.25,-60.88 90.28,-58.35 94.71,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="98.15,-55.24 96.04,-44.86 91.21,-54.29 98.15,-55.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="275,-56.25 183.25,-56.25 183.25,-37 275,-37 275,-56.25"/>
|
||||
<text text-anchor="middle" x="229.12" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M135.34,-35.57C147.38,-37.01 159.82,-38.49 171.54,-39.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="171.12,-43.36 181.46,-41.07 171.95,-36.41 171.12,-43.36"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="287,-19.25 171.25,-19.25 171.25,0 287,0 287,-19.25"/>
|
||||
<text text-anchor="middle" x="229.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M135.34,-20.1C143.35,-19.19 151.54,-18.27 159.57,-17.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.74,-20.86 169.28,-16.27 158.95,-13.91 159.74,-20.86"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.9 KiB |
@@ -1,67 +0,0 @@
|
||||
<?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 12.1.2 (20240928.0832)
|
||||
-->
|
||||
<!-- Title: backtracking::generate_parentheses::makeStrings Pages: 1 -->
|
||||
<svg width="295pt" height="69pt"
|
||||
viewBox="0.00 0.00 295.00 68.88" 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 64.88)">
|
||||
<title>backtracking::generate_parentheses::makeStrings</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="function that adds parenthesis to the string.">
|
||||
<polygon fill="#999999" stroke="#666666" points="135.25,-42.88 0,-42.88 0,-12.37 135.25,-12.37 135.25,-42.88"/>
|
||||
<text text-anchor="start" x="8" y="-29.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
|
||||
<text text-anchor="middle" x="67.62" y="-18.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::makeStrings</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node1 -->
|
||||
<g id="edge2_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge2_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M39.01,-43.36C33.17,-52.43 42.71,-60.88 67.62,-60.88 81.25,-60.88 90.28,-58.35 94.71,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="98.15,-55.24 96.04,-44.86 91.21,-54.29 98.15,-55.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="275,-56.25 183.25,-56.25 183.25,-37 275,-37 275,-56.25"/>
|
||||
<text text-anchor="middle" x="229.12" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M135.34,-35.57C147.38,-37.01 159.82,-38.49 171.54,-39.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="171.12,-43.36 181.46,-41.07 171.95,-36.41 171.12,-43.36"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="287,-19.25 171.25,-19.25 171.25,0 287,0 287,-19.25"/>
|
||||
<text text-anchor="middle" x="229.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M135.34,-20.1C143.35,-19.19 151.54,-18.27 159.57,-17.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.74,-20.86 169.28,-16.27 158.95,-13.91 159.74,-20.86"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.2 KiB |
@@ -1,12 +0,0 @@
|
||||
<map id="backtracking::generate_parentheses::generate" name="backtracking::generate_parentheses::generate">
|
||||
<area shape="rect" id="Node000001" title="wrapper interface" alt="" coords="5,39,163,80"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/clear.html#" title=" " alt="" coords="241,5,360,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="163,42,225,30,226,35,164,47"/>
|
||||
<area shape="rect" id="Node000003" href="$df/de5/classbacktracking_1_1generate__parentheses.html#ac1489edd65374f22fe04851051f0a2ec" title="function that adds parenthesis to the string." alt="" coords="211,79,391,120"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="164,71,195,77,194,83,163,77"/>
|
||||
<area shape="poly" id="edge4_Node000003_Node000003" title=" " alt="" coords="260,79,258,69,265,60,279,55,301,53,324,55,338,61,336,66,323,60,301,58,280,60,268,64,263,70,265,78"/>
|
||||
<area shape="rect" id="Node000004" 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="455,61,577,87"/>
|
||||
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="391,86,439,81,440,86,391,92"/>
|
||||
<area shape="rect" id="Node000005" 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="439,111,593,136"/>
|
||||
<area shape="poly" id="edge5_Node000003_Node000005" title=" " alt="" coords="391,107,424,111,423,116,391,112"/>
|
||||
</map>
|
||||
@@ -1 +0,0 @@
|
||||
53fe3aa68c5ae52908ea0c33dfc3dd40
|
||||
@@ -1,130 +0,0 @@
|
||||
<?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 12.1.2 (20240928.0832)
|
||||
-->
|
||||
<!-- Title: backtracking::generate_parentheses::generate Pages: 1 -->
|
||||
<svg width="449pt" height="106pt"
|
||||
viewBox="0.00 0.00 449.00 106.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 102.25)">
|
||||
<title>backtracking::generate_parentheses::generate</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="wrapper interface">
|
||||
<polygon fill="#999999" stroke="#666666" points="118,-72.88 0,-72.88 0,-42.38 118,-42.38 118,-72.88"/>
|
||||
<text text-anchor="start" x="8" y="-59.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
|
||||
<text text-anchor="middle" x="59" y="-48.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::generate</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/clear.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="266.38,-98.25 176.88,-98.25 176.88,-79 266.38,-79 266.38,-98.25"/>
|
||||
<text text-anchor="middle" x="221.62" y="-84.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::clear</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M118.44,-68.9C133.74,-71.86 150.18,-75.03 165.31,-77.95"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.61,-81.38 175.1,-79.84 165.94,-74.51 164.61,-81.38"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><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="289.25,-42.88 154,-42.88 154,-12.37 289.25,-12.37 289.25,-42.88"/>
|
||||
<text text-anchor="start" x="162" y="-29.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
|
||||
<text text-anchor="middle" x="221.62" y="-18.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::makeStrings</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M118.44,-46.71C126.19,-45.26 134.22,-43.76 142.23,-42.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.83,-45.71 152.02,-40.44 141.55,-38.83 142.83,-45.71"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node3 -->
|
||||
<g id="edge4_Node000003_Node000003" class="edge">
|
||||
<title>Node3->Node3</title>
|
||||
<g id="a_edge4_Node000003_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M193.01,-43.36C187.17,-52.43 196.71,-60.88 221.62,-60.88 235.25,-60.88 244.28,-58.35 248.71,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="252.15,-55.24 250.04,-44.86 245.21,-54.29 252.15,-55.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="429,-56.25 337.25,-56.25 337.25,-37 429,-37 429,-56.25"/>
|
||||
<text text-anchor="middle" x="383.12" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node4 -->
|
||||
<g id="edge3_Node000003_Node000004" class="edge">
|
||||
<title>Node3->Node4</title>
|
||||
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M289.34,-35.57C301.38,-37.01 313.82,-38.49 325.54,-39.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="325.12,-43.36 335.46,-41.07 325.95,-36.41 325.12,-43.36"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_Node000005"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="441,-19.25 325.25,-19.25 325.25,0 441,0 441,-19.25"/>
|
||||
<text text-anchor="middle" x="383.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node5 -->
|
||||
<g id="edge5_Node000003_Node000005" class="edge">
|
||||
<title>Node3->Node5</title>
|
||||
<g id="a_edge5_Node000003_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M289.34,-20.1C297.35,-19.19 305.54,-18.27 313.57,-17.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="313.74,-20.86 323.28,-16.27 312.95,-13.91 313.74,-20.86"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 5.8 KiB |
@@ -1,104 +0,0 @@
|
||||
<?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 12.1.2 (20240928.0832)
|
||||
-->
|
||||
<!-- Title: backtracking::generate_parentheses::generate Pages: 1 -->
|
||||
<svg width="449pt" height="106pt"
|
||||
viewBox="0.00 0.00 449.00 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>backtracking::generate_parentheses::generate</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="wrapper interface">
|
||||
<polygon fill="#999999" stroke="#666666" points="118,-72.88 0,-72.88 0,-42.38 118,-42.38 118,-72.88"/>
|
||||
<text text-anchor="start" x="8" y="-59.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
|
||||
<text text-anchor="middle" x="59" y="-48.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::generate</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/clear.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="266.38,-98.25 176.88,-98.25 176.88,-79 266.38,-79 266.38,-98.25"/>
|
||||
<text text-anchor="middle" x="221.62" y="-84.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::clear</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M118.44,-68.9C133.74,-71.86 150.18,-75.03 165.31,-77.95"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.61,-81.38 175.1,-79.84 165.94,-74.51 164.61,-81.38"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><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="289.25,-42.88 154,-42.88 154,-12.37 289.25,-12.37 289.25,-42.88"/>
|
||||
<text text-anchor="start" x="162" y="-29.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::generate</text>
|
||||
<text text-anchor="middle" x="221.62" y="-18.12" font-family="Helvetica,sans-Serif" font-size="10.00">_parentheses::makeStrings</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M118.44,-46.71C126.19,-45.26 134.22,-43.76 142.23,-42.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.83,-45.71 152.02,-40.44 141.55,-38.83 142.83,-45.71"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node3 -->
|
||||
<g id="edge4_Node000003_Node000003" class="edge">
|
||||
<title>Node3->Node3</title>
|
||||
<g id="a_edge4_Node000003_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M193.01,-43.36C187.17,-52.43 196.71,-60.88 221.62,-60.88 235.25,-60.88 244.28,-58.35 248.71,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="252.15,-55.24 250.04,-44.86 245.21,-54.29 252.15,-55.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="429,-56.25 337.25,-56.25 337.25,-37 429,-37 429,-56.25"/>
|
||||
<text text-anchor="middle" x="383.12" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node4 -->
|
||||
<g id="edge3_Node000003_Node000004" class="edge">
|
||||
<title>Node3->Node4</title>
|
||||
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M289.34,-35.57C301.38,-37.01 313.82,-38.49 325.54,-39.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="325.12,-43.36 335.46,-41.07 325.95,-36.41 325.12,-43.36"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_Node000005"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="441,-19.25 325.25,-19.25 325.25,0 441,0 441,-19.25"/>
|
||||
<text text-anchor="middle" x="383.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node5 -->
|
||||
<g id="edge5_Node000003_Node000005" class="edge">
|
||||
<title>Node3->Node5</title>
|
||||
<g id="a_edge5_Node000003_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M289.34,-20.1C297.35,-19.19 305.54,-18.27 313.57,-17.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="313.74,-20.86 323.28,-16.27 312.95,-13.91 313.74,-20.86"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 5.0 KiB |
Reference in New Issue
Block a user