Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -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++: sorting/pancake_sort.cpp File 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&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -118,27 +118,27 @@ Include dependency graph for pancake_sort.cpp:</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:d5/d91/namespacesorting"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/d91/namespacesorting.html">sorting</a></td></tr>
<tr class="memitem:d5/d91/namespacesorting" id="r_d5/d91/namespacesorting"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/d91/namespacesorting.html">sorting</a></td></tr>
<tr class="memdesc:d5/d91/namespacesorting"><td class="mdescLeft">&#160;</td><td class="mdescRight">for working with vectors <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:df/d10/namespacepancake__sort"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d10/namespacepancake__sort.html">pancake_sort</a></td></tr>
<tr class="memitem:df/d10/namespacepancake__sort" id="r_df/d10/namespacepancake__sort"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d10/namespacepancake__sort.html">pancake_sort</a></td></tr>
<tr class="memdesc:df/d10/namespacepancake__sort"><td class="mdescLeft">&#160;</td><td class="mdescRight">Functions for <a href="https://en.wikipedia.org/wiki/Pancake_sorting" target="_blank">Pancake sort</a> algorithm. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><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:a99e27ad84ad43df9977776b1a8d5416e"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr>
<tr class="memitem:a99e27ad84ad43df9977776b1a8d5416e" id="r_a99e27ad84ad43df9977776b1a8d5416e"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr>
<tr class="memitem:a99e27ad84ad43df9977776b1a8d5416e"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="../../d3/d92/pancake__sort_8cpp.html#a99e27ad84ad43df9977776b1a8d5416e">sorting::pancake_sort::reverse</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; T &gt; &amp;arr, int start, int end)</td></tr>
<tr class="memdesc:a99e27ad84ad43df9977776b1a8d5416e"><td class="mdescLeft">&#160;</td><td class="mdescRight">This implementation is for reversing elements in a a C-style array . <br /></td></tr>
<tr class="separator:a99e27ad84ad43df9977776b1a8d5416e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abff90bc0f54e4f8ea5f0330471781bd5"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr>
<tr class="memitem:abff90bc0f54e4f8ea5f0330471781bd5" id="r_abff90bc0f54e4f8ea5f0330471781bd5"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr>
<tr class="memitem:abff90bc0f54e4f8ea5f0330471781bd5"><td class="memTemplItemLeft" align="right" valign="top">int&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="../../d3/d92/pancake__sort_8cpp.html#abff90bc0f54e4f8ea5f0330471781bd5">sorting::pancake_sort::pancakeSort</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; T &gt; &amp;arr, int size)</td></tr>
<tr class="memdesc:abff90bc0f54e4f8ea5f0330471781bd5"><td class="mdescLeft">&#160;</td><td class="mdescRight">This implementation is for a C-style array input that gets modified in place. <br /></td></tr>
<tr class="separator:abff90bc0f54e4f8ea5f0330471781bd5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d92/pancake__sort_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d" id="r_aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d92/pancake__sort_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
<tr class="memdesc:aa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Test implementations. <br /></td></tr>
<tr class="separator:aa8dca7b867074164d5f45b0f3851269d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d92/pancake__sort_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d92/pancake__sort_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Main function. <br /></td></tr>
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
@@ -385,7 +385,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="../../dir_bb1b521853a9c46347182a9d10420771.html">sorting</a></li><li class="navelem"><a class="el" href="../../d3/d92/pancake__sort_8cpp.html">pancake_sort.cpp</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>

View File

@@ -1,11 +1,11 @@
<map id="test" name="test">
<area shape="rect" id="Node000001" title="Test implementations." alt="" coords="5,80,49,106"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/begin.html#" title=" " alt="" coords="97,5,219,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="42,77,95,40,105,35,107,40,98,44,45,82"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="42,77,95,40,104,35,106,40,98,44,45,82"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/end.html#" title=" " alt="" coords="102,55,214,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="48,86,87,79,88,84,49,91"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="48,86,86,79,87,84,49,91"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="122,104,194,130"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="49,94,108,105,107,110,48,99"/>
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/is_sorted.html#" title=" " alt="" coords="108,153,208,179"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="46,104,98,140,107,145,105,149,95,144,43,108"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="46,104,98,140,106,144,104,149,95,144,43,108"/>
</map>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: test Pages: 1 -->
<svg width="168pt" height="138pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M28.87,-74.6C38.89,-82.86 54,-94.52 68.5,-102.62 70.73,-103.87 73.05,-105.07 75.43,-106.22"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="73.77,-109.76 84.33,-110.67 76.64,-103.38 73.77,-109.76"/>
<path fill="none" stroke="#63b8ff" d="M28.87,-74.6C38.89,-82.86 54,-94.52 68.5,-102.62 70.56,-103.78 72.71,-104.89 74.9,-105.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="73.39,-109.13 83.95,-110.04 76.27,-102.74 73.39,-109.13"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M32.69,-67.68C40.65,-69.25 50.88,-71.27 61.35,-73.34"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.34,-76.91 70.83,-75.41 61.7,-70.04 60.34,-76.91"/>
<path fill="none" stroke="#63b8ff" d="M32.69,-67.68C40.49,-69.22 50.45,-71.19 60.7,-73.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.86,-76.61 70.35,-75.12 61.22,-69.75 59.86,-76.61"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M32.69,-61.73C44.57,-59.51 61.47,-56.35 76.73,-53.49"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.28,-56.76 86.47,-51.48 75.99,-49.88 77.28,-56.76"/>
<path fill="none" stroke="#63b8ff" d="M32.69,-61.73C44.45,-59.53 61.14,-56.41 76.29,-53.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.79,-57.04 85.98,-51.76 75.51,-50.16 76.79,-57.04"/>
</a>
</g>
</g>
@@ -94,8 +94,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M29.32,-54.61C39.37,-46.6 54.27,-35.46 68.5,-27.62 70.73,-26.4 73.07,-25.2 75.45,-24.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.65,-26.91 84.36,-19.64 73.8,-20.52 76.65,-26.91"/>
<path fill="none" stroke="#63b8ff" d="M29.32,-54.61C39.37,-46.6 54.27,-35.46 68.5,-27.62 70.57,-26.49 72.72,-25.38 74.92,-24.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.28,-27.54 83.98,-20.26 73.42,-21.15 76.28,-27.54"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: test Pages: 1 -->
<svg width="168pt" height="138pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M28.87,-74.6C38.89,-82.86 54,-94.52 68.5,-102.62 70.73,-103.87 73.05,-105.07 75.43,-106.22"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="73.77,-109.76 84.33,-110.67 76.64,-103.38 73.77,-109.76"/>
<path fill="none" stroke="#63b8ff" d="M28.87,-74.6C38.89,-82.86 54,-94.52 68.5,-102.62 70.56,-103.78 72.71,-104.89 74.9,-105.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="73.39,-109.13 83.95,-110.04 76.27,-102.74 73.39,-109.13"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M32.69,-67.68C40.65,-69.25 50.88,-71.27 61.35,-73.34"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.34,-76.91 70.83,-75.41 61.7,-70.04 60.34,-76.91"/>
<path fill="none" stroke="#63b8ff" d="M32.69,-67.68C40.49,-69.22 50.45,-71.19 60.7,-73.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.86,-76.61 70.35,-75.12 61.22,-69.75 59.86,-76.61"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M32.69,-61.73C44.57,-59.51 61.47,-56.35 76.73,-53.49"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.28,-56.76 86.47,-51.48 75.99,-49.88 77.28,-56.76"/>
<path fill="none" stroke="#63b8ff" d="M32.69,-61.73C44.45,-59.53 61.14,-56.41 76.29,-53.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.79,-57.04 85.98,-51.76 75.51,-50.16 76.79,-57.04"/>
</a>
</g>
</g>
@@ -84,8 +84,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M29.32,-54.61C39.37,-46.6 54.27,-35.46 68.5,-27.62 70.73,-26.4 73.07,-25.2 75.45,-24.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.65,-26.91 84.36,-19.64 73.8,-20.52 76.65,-26.91"/>
<path fill="none" stroke="#63b8ff" d="M29.32,-54.61C39.37,-46.6 54.27,-35.46 68.5,-27.62 70.57,-26.49 72.72,-25.38 74.92,-24.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.28,-27.54 83.98,-20.26 73.42,-21.15 76.28,-27.54"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: sorting::pancake_sort::pancakeSort Pages: 1 -->
<svg width="118pt" height="57pt"
@@ -32,8 +32,8 @@
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M35.43,-30.99C31.46,-40.06 37.94,-48.5 54.88,-48.5 64.4,-48.5 70.62,-45.83 73.53,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.09,-42.21 74.32,-31.99 70.11,-41.71 77.09,-42.21"/>
<path fill="none" stroke="#63b8ff" d="M35.43,-30.99C31.46,-40.06 37.94,-48.5 54.88,-48.5 64.14,-48.5 70.27,-45.97 73.28,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.74,-42.77 74.18,-32.49 69.77,-42.13 76.74,-42.77"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: sorting::pancake_sort::pancakeSort Pages: 1 -->
<svg width="118pt" height="57pt"
@@ -22,8 +22,8 @@
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M35.43,-30.99C31.46,-40.06 37.94,-48.5 54.88,-48.5 64.4,-48.5 70.62,-45.83 73.53,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.09,-42.21 74.32,-31.99 70.11,-41.71 77.09,-42.21"/>
<path fill="none" stroke="#63b8ff" d="M35.43,-30.99C31.46,-40.06 37.94,-48.5 54.88,-48.5 64.14,-48.5 70.27,-45.97 73.28,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.74,-42.77 74.18,-32.49 69.77,-42.13 76.74,-42.77"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,13 +1,13 @@
<map id="main" name="main">
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,80,55,106"/>
<area shape="rect" id="Node000002" href="$d3/d92/pancake__sort_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Test implementations." alt="" coords="103,80,146,106"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,90,88,90,88,96,55,96"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,90,87,90,87,96,55,96"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/begin.html#" title=" " alt="" coords="194,5,316,31"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="140,77,193,40,202,35,204,40,195,44,143,82"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="140,77,193,40,201,35,204,40,195,44,143,82"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/end.html#" title=" " alt="" coords="199,55,311,80"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="146,86,184,79,185,84,147,91"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="146,86,183,79,184,84,147,91"/>
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="220,104,291,130"/>
<area shape="poly" id="edge4_Node000002_Node000005" title=" " alt="" coords="147,94,205,105,204,110,146,99"/>
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/is_sorted.html#" title=" " alt="" coords="205,153,305,179"/>
<area shape="poly" id="edge5_Node000002_Node000006" title=" " alt="" coords="143,104,195,140,204,145,202,149,193,144,140,108"/>
<area shape="poly" id="edge5_Node000002_Node000006" title=" " alt="" coords="143,104,195,140,204,144,201,149,193,144,140,108"/>
</map>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: main Pages: 1 -->
<svg width="241pt" height="138pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.2,-64.62C44.67,-64.62 53.52,-64.62 61.73,-64.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-68.13 71.71,-64.62 61.71,-61.13 61.71,-68.13"/>
<path fill="none" stroke="#63b8ff" d="M37.2,-64.62C44.58,-64.62 53.31,-64.62 61.45,-64.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.2,-68.13 71.2,-64.63 61.2,-61.13 61.2,-68.13"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M101.87,-74.6C111.89,-82.86 127,-94.52 141.5,-102.62 143.73,-103.87 146.05,-105.07 148.43,-106.22"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.77,-109.76 157.33,-110.67 149.64,-103.38 146.77,-109.76"/>
<path fill="none" stroke="#63b8ff" d="M101.87,-74.6C111.89,-82.86 127,-94.52 141.5,-102.62 143.56,-103.78 145.71,-104.89 147.9,-105.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.39,-109.13 156.95,-110.04 149.27,-102.74 146.39,-109.13"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M105.69,-67.68C113.65,-69.25 123.88,-71.27 134.35,-73.34"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.34,-76.91 143.83,-75.41 134.7,-70.04 133.34,-76.91"/>
<path fill="none" stroke="#63b8ff" d="M105.69,-67.68C113.49,-69.22 123.45,-71.19 133.7,-73.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.86,-76.61 143.35,-75.12 134.22,-69.75 132.86,-76.61"/>
</a>
</g>
</g>
@@ -94,8 +94,8 @@
<g id="edge4_Node000002_Node000005" class="edge">
<title>Node2&#45;&gt;Node5</title>
<g id="a_edge4_Node000002_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M105.69,-61.73C117.57,-59.51 134.47,-56.35 149.73,-53.49"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.28,-56.76 159.47,-51.48 148.99,-49.88 150.28,-56.76"/>
<path fill="none" stroke="#63b8ff" d="M105.69,-61.73C117.45,-59.53 134.14,-56.41 149.29,-53.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.79,-57.04 158.98,-51.76 148.51,-50.16 149.79,-57.04"/>
</a>
</g>
</g>
@@ -112,8 +112,8 @@
<g id="edge5_Node000002_Node000006" class="edge">
<title>Node2&#45;&gt;Node6</title>
<g id="a_edge5_Node000002_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M102.32,-54.61C112.37,-46.6 127.27,-35.46 141.5,-27.62 143.73,-26.4 146.07,-25.2 148.45,-24.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.65,-26.91 157.36,-19.64 146.8,-20.52 149.65,-26.91"/>
<path fill="none" stroke="#63b8ff" d="M102.32,-54.61C112.37,-46.6 127.27,-35.46 141.5,-27.62 143.57,-26.49 145.72,-25.38 147.92,-24.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.28,-27.54 156.98,-20.26 146.42,-21.15 149.28,-27.54"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: main Pages: 1 -->
<svg width="241pt" height="138pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.2,-64.62C44.67,-64.62 53.52,-64.62 61.73,-64.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-68.13 71.71,-64.62 61.71,-61.13 61.71,-68.13"/>
<path fill="none" stroke="#63b8ff" d="M37.2,-64.62C44.58,-64.62 53.31,-64.62 61.45,-64.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.2,-68.13 71.2,-64.63 61.2,-61.13 61.2,-68.13"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M101.87,-74.6C111.89,-82.86 127,-94.52 141.5,-102.62 143.73,-103.87 146.05,-105.07 148.43,-106.22"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.77,-109.76 157.33,-110.67 149.64,-103.38 146.77,-109.76"/>
<path fill="none" stroke="#63b8ff" d="M101.87,-74.6C111.89,-82.86 127,-94.52 141.5,-102.62 143.56,-103.78 145.71,-104.89 147.9,-105.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.39,-109.13 156.95,-110.04 149.27,-102.74 146.39,-109.13"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M105.69,-67.68C113.65,-69.25 123.88,-71.27 134.35,-73.34"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.34,-76.91 143.83,-75.41 134.7,-70.04 133.34,-76.91"/>
<path fill="none" stroke="#63b8ff" d="M105.69,-67.68C113.49,-69.22 123.45,-71.19 133.7,-73.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.86,-76.61 143.35,-75.12 134.22,-69.75 132.86,-76.61"/>
</a>
</g>
</g>
@@ -84,8 +84,8 @@
<g id="edge4_Node000002_Node000005" class="edge">
<title>Node2&#45;&gt;Node5</title>
<g id="a_edge4_Node000002_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M105.69,-61.73C117.57,-59.51 134.47,-56.35 149.73,-53.49"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.28,-56.76 159.47,-51.48 148.99,-49.88 150.28,-56.76"/>
<path fill="none" stroke="#63b8ff" d="M105.69,-61.73C117.45,-59.53 134.14,-56.41 149.29,-53.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.79,-57.04 158.98,-51.76 148.51,-50.16 149.79,-57.04"/>
</a>
</g>
</g>
@@ -102,8 +102,8 @@
<g id="edge5_Node000002_Node000006" class="edge">
<title>Node2&#45;&gt;Node6</title>
<g id="a_edge5_Node000002_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M102.32,-54.61C112.37,-46.6 127.27,-35.46 141.5,-27.62 143.73,-26.4 146.07,-25.2 148.45,-24.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.65,-26.91 157.36,-19.64 146.8,-20.52 149.65,-26.91"/>
<path fill="none" stroke="#63b8ff" d="M102.32,-54.61C112.37,-46.6 127.27,-35.46 141.5,-27.62 143.57,-26.49 145.72,-25.38 147.92,-24.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.28,-27.54 156.98,-20.26 146.42,-21.15 149.28,-27.54"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB