Documentation for 6376bf46af
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.7"/>
|
||||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Algorithms_in_C++: dynamic_programming Namespace Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.7 -->
|
||||
<!-- Generated by Doxygen 1.9.8 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
@@ -108,17 +108,17 @@ $(document).ready(function(){initNavTree('dd/d24/namespacedynamic__programming.h
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
|
||||
Functions</h2></td></tr>
|
||||
<tr class="memitem:af046365a8d77a1267acc082f86135a26"><td class="memTemplParams" colspan="2">template<typename T > </td></tr>
|
||||
<tr class="memitem:af046365a8d77a1267acc082f86135a26" id="r_af046365a8d77a1267acc082f86135a26"><td class="memTemplParams" colspan="2">template<typename T > </td></tr>
|
||||
<tr class="memitem:af046365a8d77a1267acc082f86135a26"><td class="memTemplItemLeft" align="right" valign="top">bool </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="../../dd/d24/namespacedynamic__programming.html#af046365a8d77a1267acc082f86135a26">is_armstrong</a> (const T &number)</td></tr>
|
||||
<tr class="memdesc:af046365a8d77a1267acc082f86135a26"><td class="mdescLeft"> </td><td class="mdescRight">Checks if the given number is armstrong or not. <br /></td></tr>
|
||||
<tr class="separator:af046365a8d77a1267acc082f86135a26"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a0a2215194e58786c34db1ccaf8031079"><td class="memItemLeft" align="right" valign="top">uint64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d24/namespacedynamic__programming.html#a0a2215194e58786c34db1ccaf8031079">LIS</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< uint64_t > &a, const uint32_t &n)</td></tr>
|
||||
<tr class="memitem:a0a2215194e58786c34db1ccaf8031079" id="r_a0a2215194e58786c34db1ccaf8031079"><td class="memItemLeft" align="right" valign="top">uint64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d24/namespacedynamic__programming.html#a0a2215194e58786c34db1ccaf8031079">LIS</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< uint64_t > &a, const uint32_t &n)</td></tr>
|
||||
<tr class="memdesc:a0a2215194e58786c34db1ccaf8031079"><td class="mdescLeft"> </td><td class="mdescRight">Calculate the longest increasing subsequence for the specified numbers. <br /></td></tr>
|
||||
<tr class="separator:a0a2215194e58786c34db1ccaf8031079"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:afe9f45b6e30ee187509da2d1d0093412"><td class="memItemLeft" align="right" valign="top"><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="../../dd/d24/namespacedynamic__programming.html#afe9f45b6e30ee187509da2d1d0093412">lps</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &a)</td></tr>
|
||||
<tr class="memitem:afe9f45b6e30ee187509da2d1d0093412" id="r_afe9f45b6e30ee187509da2d1d0093412"><td class="memItemLeft" align="right" valign="top"><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="../../dd/d24/namespacedynamic__programming.html#afe9f45b6e30ee187509da2d1d0093412">lps</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &a)</td></tr>
|
||||
<tr class="memdesc:afe9f45b6e30ee187509da2d1d0093412"><td class="mdescLeft"> </td><td class="mdescRight">Function that returns the longest palindromic subsequence of a string. <br /></td></tr>
|
||||
<tr class="separator:afe9f45b6e30ee187509da2d1d0093412"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a5239174fa0d987f2c67edc1f2af82beb"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d24/namespacedynamic__programming.html#a5239174fa0d987f2c67edc1f2af82beb">maxCircularSum</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int > &arr)</td></tr>
|
||||
<tr class="memitem:a5239174fa0d987f2c67edc1f2af82beb" id="r_a5239174fa0d987f2c67edc1f2af82beb"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d24/namespacedynamic__programming.html#a5239174fa0d987f2c67edc1f2af82beb">maxCircularSum</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int > &arr)</td></tr>
|
||||
<tr class="memdesc:a5239174fa0d987f2c67edc1f2af82beb"><td class="mdescLeft"> </td><td class="mdescRight">returns the maximum contiguous circular sum of an array <br /></td></tr>
|
||||
<tr class="separator:a5239174fa0d987f2c67edc1f2af82beb"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
@@ -417,7 +417,7 @@ Here is the call graph for this function:</div>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="../../dd/d24/namespacedynamic__programming.html">dynamic_programming</a></li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<map id="dynamic_programming::LIS" name="dynamic_programming::LIS">
|
||||
<area shape="rect" id="Node000001" title="Calculate the longest increasing subsequence for the specified numbers." alt="" coords="5,5,186,31"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/max.html#" title=" " alt="" coords="234,5,306,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="186,16,219,16,219,21,186,21"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="186,16,218,16,218,21,186,21"/>
|
||||
</map>
|
||||
|
||||
@@ -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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: dynamic_programming::LIS Pages: 1 -->
|
||||
<svg width="234pt" height="27pt"
|
||||
@@ -40,8 +40,8 @@
|
||||
<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.64,-9.62C144.01,-9.62 152.33,-9.62 160.02,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.76,-13.13 169.76,-9.62 159.76,-6.13 159.76,-13.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M135.64,-9.62C143.82,-9.62 151.94,-9.62 159.48,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.25,-13.13 169.25,-9.63 159.25,-6.13 159.25,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
@@ -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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: dynamic_programming::LIS Pages: 1 -->
|
||||
<svg width="234pt" height="27pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<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.64,-9.62C144.01,-9.62 152.33,-9.62 160.02,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.76,-13.13 169.76,-9.62 159.76,-6.13 159.76,-13.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M135.64,-9.62C143.82,-9.62 151.94,-9.62 159.48,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.25,-13.13 169.25,-9.63 159.25,-6.13 159.25,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -1,9 +1,9 @@
|
||||
<map id="dynamic_programming::maxCircularSum" name="dynamic_programming::maxCircularSum">
|
||||
<area shape="rect" id="Node000001" title="returns the maximum contiguous circular sum of an array" alt="" coords="5,47,158,88"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/max.html#" title=" " alt="" coords="227,5,300,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="158,44,212,29,213,34,159,49"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="158,44,211,29,213,34,159,49"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/min.html#" title=" " alt="" coords="229,55,298,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="158,65,214,65,214,70,158,70"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="206,104,321,130"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="159,86,200,97,199,102,158,91"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="159,86,199,97,198,102,158,91"/>
|
||||
</map>
|
||||
|
||||
@@ -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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: dynamic_programming::maxCircularSum Pages: 1 -->
|
||||
<svg width="245pt" height="101pt"
|
||||
@@ -41,8 +41,8 @@
|
||||
<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="M114.72,-62.21C128.48,-66 142.85,-69.95 155.43,-73.42"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="154.41,-77.04 164.98,-76.32 156.26,-70.29 154.41,-77.04"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M114.72,-62.21C128.34,-65.96 142.56,-69.87 155.05,-73.31"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.95,-76.64 164.52,-75.92 155.81,-69.89 153.95,-76.64"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -59,8 +59,8 @@
|
||||
<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="M114.72,-46.62C128.92,-46.62 143.77,-46.62 156.65,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.38,-50.13 166.38,-46.62 156.38,-43.13 156.38,-50.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M114.72,-46.62C128.78,-46.62 143.47,-46.62 156.26,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.87,-50.13 165.87,-46.63 155.87,-43.13 155.87,-50.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -77,8 +77,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M114.72,-31.04C124.94,-28.23 135.5,-25.32 145.41,-22.59"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.15,-25.74 154.86,-19.71 144.29,-18.99 146.15,-25.74"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M114.72,-31.04C124.72,-28.29 135.05,-25.44 144.77,-22.77"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.69,-26.14 154.4,-20.11 143.83,-19.4 145.69,-26.14"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
@@ -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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: dynamic_programming::maxCircularSum Pages: 1 -->
|
||||
<svg width="245pt" height="101pt"
|
||||
@@ -31,8 +31,8 @@
|
||||
<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="M114.72,-62.21C128.48,-66 142.85,-69.95 155.43,-73.42"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="154.41,-77.04 164.98,-76.32 156.26,-70.29 154.41,-77.04"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M114.72,-62.21C128.34,-65.96 142.56,-69.87 155.05,-73.31"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.95,-76.64 164.52,-75.92 155.81,-69.89 153.95,-76.64"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,8 @@
|
||||
<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="M114.72,-46.62C128.92,-46.62 143.77,-46.62 156.65,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.38,-50.13 166.38,-46.62 156.38,-43.13 156.38,-50.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M114.72,-46.62C128.78,-46.62 143.47,-46.62 156.26,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.87,-50.13 165.87,-46.63 155.87,-43.13 155.87,-50.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -67,8 +67,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M114.72,-31.04C124.94,-28.23 135.5,-25.32 145.41,-22.59"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.15,-25.74 154.86,-19.71 144.29,-18.99 146.15,-25.74"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M114.72,-31.04C124.72,-28.29 135.05,-25.44 144.77,-22.77"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.69,-26.14 154.4,-20.11 143.83,-19.4 145.69,-26.14"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
@@ -1,5 +1,5 @@
|
||||
<map id="dynamic_programming::is_armstrong" name="dynamic_programming::is_armstrong">
|
||||
<area shape="rect" id="Node000001" title="Checks if the given number is armstrong or not." alt="" coords="5,5,158,46"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="206,13,277,39"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="158,23,191,23,191,28,158,28"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="158,23,190,23,190,28,158,28"/>
|
||||
</map>
|
||||
|
||||
@@ -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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: dynamic_programming::is_armstrong Pages: 1 -->
|
||||
<svg width="212pt" height="39pt"
|
||||
@@ -41,8 +41,8 @@
|
||||
<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="M114.65,-15.25C122.9,-15.25 131.22,-15.25 138.96,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="138.79,-18.75 148.79,-15.25 138.79,-11.75 138.79,-18.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M114.65,-15.25C122.71,-15.25 130.84,-15.25 138.42,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="138.28,-18.75 148.28,-15.25 138.28,-11.75 138.28,-18.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: dynamic_programming::is_armstrong Pages: 1 -->
|
||||
<svg width="212pt" height="39pt"
|
||||
@@ -31,8 +31,8 @@
|
||||
<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="M114.65,-15.25C122.9,-15.25 131.22,-15.25 138.96,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="138.79,-18.75 148.79,-15.25 138.79,-11.75 138.79,-18.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M114.65,-15.25C122.71,-15.25 130.84,-15.25 138.42,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="138.28,-18.75 148.28,-15.25 138.28,-11.75 138.28,-18.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@@ -1,5 +1,5 @@
|
||||
<map id="dynamic_programming::lps" name="dynamic_programming::lps">
|
||||
<area shape="rect" id="Node000001" title="Function that returns the longest palindromic subsequence of a string." alt="" coords="5,5,183,31"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/max.html#" title=" " alt="" coords="231,5,303,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="183,16,216,16,216,21,183,21"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="183,16,215,16,215,21,183,21"/>
|
||||
</map>
|
||||
|
||||
@@ -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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: dynamic_programming::lps Pages: 1 -->
|
||||
<svg width="231pt" height="27pt"
|
||||
@@ -40,8 +40,8 @@
|
||||
<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="M133.18,-9.62C141.64,-9.62 150.04,-9.62 157.82,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.68,-13.13 167.68,-9.62 157.68,-6.13 157.68,-13.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M133.18,-9.62C141.44,-9.62 149.65,-9.62 157.27,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.16,-13.13 167.16,-9.63 157.16,-6.13 157.16,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
@@ -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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: dynamic_programming::lps Pages: 1 -->
|
||||
<svg width="231pt" height="27pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<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="M133.18,-9.62C141.64,-9.62 150.04,-9.62 157.82,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.68,-13.13 167.68,-9.62 157.68,-6.13 157.68,-13.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M133.18,-9.62C141.44,-9.62 149.65,-9.62 157.27,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.16,-13.13 167.16,-9.63 157.16,-6.13 157.16,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |