Documentation for b8d0c34126

This commit is contained in:
github-actions
2021-10-24 09:01:43 +00:00
parent 6fd3d32343
commit 4ac07d555d
90 changed files with 4032 additions and 1940 deletions

View File

@@ -0,0 +1,244 @@
<!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">
<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.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: operations_on_datastructures/array_right_rotation.cpp File Reference</title>
<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>
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../resize.js"></script>
<script type="text/javascript" src="../../navtreedata.js"></script>
<script type="text/javascript" src="../../navtree.js"></script>
<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>
<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>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Algorithms_in_C++<span id="projectnumber">&#160;1.0.0</span>
</div>
<div id="projectbrief">Set of algorithms implemented in C++.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('d6/d57/array__right__rotation_8cpp.html','../../'); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#namespaces">Namespaces</a> &#124;
<a href="#func-members">Functions</a> </div>
<div class="headertitle"><div class="title">array_right_rotation.cpp File Reference</div></div>
</div><!--header-->
<div class="contents">
<p>Implementation for the <a href="https://www.javatpoint.com/program-to-right-rotate-the-elements-of-an-array" target="_blank">Array right Rotation</a> algorithm.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;cassert&gt;</code><br />
<code>#include &lt;iostream&gt;</code><br />
<code>#include &lt;vector&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for array_right_rotation.cpp:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d8/df4/array__right__rotation_8cpp__incl.svg" width="258" height="127"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</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:da/d6d/namespaceoperations__on__datastructures"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d6d/namespaceoperations__on__datastructures.html">operations_on_datastructures</a></td></tr>
<tr class="memdesc:da/d6d/namespaceoperations__on__datastructures"><td class="mdescLeft">&#160;</td><td class="mdescRight">for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a> <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:d9/df4/namespacetests"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/df4/namespacetests.html">tests</a></td></tr>
<tr class="memdesc:d9/df4/namespacetests"><td class="mdescLeft">&#160;</td><td class="mdescRight">Testcases to check Union of Two Arrays. <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:a6109193567a5b7e36a27f2b4865fce20"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d6d/namespaceoperations__on__datastructures.html#a6109193567a5b7e36a27f2b4865fce20">operations_on_datastructures::print</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; int32_t &gt; &amp;array)</td></tr>
<tr class="memdesc:a6109193567a5b7e36a27f2b4865fce20"><td class="mdescLeft">&#160;</td><td class="mdescRight">Prints the values of a vector sequentially, ending with a newline character. <a href="../../da/d6d/namespaceoperations__on__datastructures.html#a6109193567a5b7e36a27f2b4865fce20">More...</a><br /></td></tr>
<tr class="separator:a6109193567a5b7e36a27f2b4865fce20"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1bfb8711f49e591eb168ccaa3df6fb86"><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>&lt; int32_t &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/d6d/namespaceoperations__on__datastructures.html#a1bfb8711f49e591eb168ccaa3df6fb86">operations_on_datastructures::shift_right</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; int32_t &gt; &amp;array, size_t shift)</td></tr>
<tr class="memdesc:a1bfb8711f49e591eb168ccaa3df6fb86"><td class="mdescLeft">&#160;</td><td class="mdescRight">Shifts the given vector to the right by the shift amount and returns a new vector with the result. The original vector is not mutated. <a href="../../da/d6d/namespaceoperations__on__datastructures.html#a1bfb8711f49e591eb168ccaa3df6fb86">More...</a><br /></td></tr>
<tr class="separator:a1bfb8711f49e591eb168ccaa3df6fb86"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a167c24bd817469ae47358d12e034f2d5"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/df4/namespacetests.html#a167c24bd817469ae47358d12e034f2d5">tests::test1</a> ()</td></tr>
<tr class="memdesc:a167c24bd817469ae47358d12e034f2d5"><td class="mdescLeft">&#160;</td><td class="mdescRight">A Test to check an simple case. <a href="../../d9/df4/namespacetests.html#a167c24bd817469ae47358d12e034f2d5">More...</a><br /></td></tr>
<tr class="separator:a167c24bd817469ae47358d12e034f2d5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abdd77344d4af8fd56d14a5cabbf2f669"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/df4/namespacetests.html#abdd77344d4af8fd56d14a5cabbf2f669">tests::test2</a> ()</td></tr>
<tr class="memdesc:abdd77344d4af8fd56d14a5cabbf2f669"><td class="mdescLeft">&#160;</td><td class="mdescRight">A Test to check an empty vector. <a href="../../d9/df4/namespacetests.html#abdd77344d4af8fd56d14a5cabbf2f669">More...</a><br /></td></tr>
<tr class="separator:abdd77344d4af8fd56d14a5cabbf2f669"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa515639572647508b94986489aab6d76"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/df4/namespacetests.html#aa515639572647508b94986489aab6d76">tests::test3</a> ()</td></tr>
<tr class="memdesc:aa515639572647508b94986489aab6d76"><td class="mdescLeft">&#160;</td><td class="mdescRight">A Test to check an invalid shift value. <a href="../../d9/df4/namespacetests.html#aa515639572647508b94986489aab6d76">More...</a><br /></td></tr>
<tr class="separator:aa515639572647508b94986489aab6d76"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2b9769e44683dcb67fe1083ad91e134d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/df4/namespacetests.html#a2b9769e44683dcb67fe1083ad91e134d">tests::test4</a> ()</td></tr>
<tr class="memdesc:a2b9769e44683dcb67fe1083ad91e134d"><td class="mdescLeft">&#160;</td><td class="mdescRight">A Test to check a very large input. <a href="../../d9/df4/namespacetests.html#a2b9769e44683dcb67fe1083ad91e134d">More...</a><br /></td></tr>
<tr class="separator:a2b9769e44683dcb67fe1083ad91e134d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af7b81d7a1534216af6a36a80135beb86"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/df4/namespacetests.html#af7b81d7a1534216af6a36a80135beb86">tests::test5</a> ()</td></tr>
<tr class="memdesc:af7b81d7a1534216af6a36a80135beb86"><td class="mdescLeft">&#160;</td><td class="mdescRight">A Test to check a shift of zero. <a href="../../d9/df4/namespacetests.html#af7b81d7a1534216af6a36a80135beb86">More...</a><br /></td></tr>
<tr class="separator:af7b81d7a1534216af6a36a80135beb86"><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="../../d6/d57/array__right__rotation_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
<tr class="memdesc:aa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Function to test the correctness of <a class="el" href="../../da/d6d/namespaceoperations__on__datastructures.html#a1bfb8711f49e591eb168ccaa3df6fb86" title="Shifts the given vector to the right by the shift amount and returns a new vector with the result....">shift_right()</a> function. <a href="../../d6/d57/array__right__rotation_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">More...</a><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="../../d6/d57/array__right__rotation_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft">&#160;</td><td class="mdescRight">main function <a href="../../d6/d57/array__right__rotation_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">More...</a><br /></td></tr>
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p >Implementation for the <a href="https://www.javatpoint.com/program-to-right-rotate-the-elements-of-an-array" target="_blank">Array right Rotation</a> algorithm. </p>
<p >Shifting an array to the right involves moving each element of the array so that it occupies a position of a certain shift value after its current one. This implementation uses a result vector and does not mutate the input. </p><dl class="section see"><dt>See also</dt><dd>array_left_rotation.cpp </dd></dl>
<dl class="section author"><dt>Author</dt><dd><a href="https://github.com/polarvoid" target="_blank">Alvin</a> </dd></dl>
</div><h2 class="groupheader">Function Documentation</h2>
<a id="ae66f6b31b5ad750f1fe042a706a4e3d4" name="ae66f6b31b5ad750f1fe042a706a4e3d4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae66f6b31b5ad750f1fe042a706a4e3d4">&#9670;&nbsp;</a></span>main()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int main </td>
<td>(</td>
<td class="paramtype">void&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>main function </p>
<dl class="section return"><dt>Returns</dt><dd>0 on exit </dd></dl>
<div class="fragment"><div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> {</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> <a class="code hl_function" href="../../d6/d57/array__right__rotation_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a>(); <span class="comment">// run self-test implementations</span></div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <span class="keywordflow">return</span> 0;</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span>}</div>
<div class="ttc" id="aarray__right__rotation_8cpp_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../d6/d57/array__right__rotation_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdoc">Function to test the correctness of shift_right() function.</div><div class="ttdef"><b>Definition:</b> array_right_rotation.cpp:160</div></div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="../../d6/d57/array__right__rotation_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="100%" height="480"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
</div>
</div>
<a id="aa8dca7b867074164d5f45b0f3851269d" name="aa8dca7b867074164d5f45b0f3851269d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa8dca7b867074164d5f45b0f3851269d">&#9670;&nbsp;</a></span>test()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void test </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Function to test the correctness of <a class="el" href="../../da/d6d/namespaceoperations__on__datastructures.html#a1bfb8711f49e591eb168ccaa3df6fb86" title="Shifts the given vector to the right by the shift amount and returns a new vector with the result....">shift_right()</a> function. </p>
<dl class="section return"><dt>Returns</dt><dd>void </dd></dl>
<div class="fragment"><div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> {</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <a class="code hl_function" href="../../d9/df4/namespacetests.html#a167c24bd817469ae47358d12e034f2d5">tests::test1</a>();</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <a class="code hl_function" href="../../d9/df4/namespacetests.html#abdd77344d4af8fd56d14a5cabbf2f669">tests::test2</a>();</div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> <a class="code hl_function" href="../../d9/df4/namespacetests.html#aa515639572647508b94986489aab6d76">tests::test3</a>();</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <a class="code hl_function" href="../../d9/df4/namespacetests.html#a2b9769e44683dcb67fe1083ad91e134d">tests::test4</a>();</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <a class="code hl_function" href="../../d9/df4/namespacetests.html#af7b81d7a1534216af6a36a80135beb86">tests::test5</a>();</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span>}</div>
<div class="ttc" id="anamespacetests_html_a167c24bd817469ae47358d12e034f2d5"><div class="ttname"><a href="../../d9/df4/namespacetests.html#a167c24bd817469ae47358d12e034f2d5">tests::test1</a></div><div class="ttdeci">void test1()</div><div class="ttdoc">A Test to check an simple case.</div><div class="ttdef"><b>Definition:</b> array_right_rotation.cpp:76</div></div>
<div class="ttc" id="anamespacetests_html_a2b9769e44683dcb67fe1083ad91e134d"><div class="ttname"><a href="../../d9/df4/namespacetests.html#a2b9769e44683dcb67fe1083ad91e134d">tests::test4</a></div><div class="ttdeci">void test4()</div><div class="ttdoc">A Test to check a very large input.</div><div class="ttdef"><b>Definition:</b> array_right_rotation.cpp:121</div></div>
<div class="ttc" id="anamespacetests_html_aa515639572647508b94986489aab6d76"><div class="ttname"><a href="../../d9/df4/namespacetests.html#aa515639572647508b94986489aab6d76">tests::test3</a></div><div class="ttdeci">void test3()</div><div class="ttdoc">A Test to check an invalid shift value.</div><div class="ttdef"><b>Definition:</b> array_right_rotation.cpp:106</div></div>
<div class="ttc" id="anamespacetests_html_abdd77344d4af8fd56d14a5cabbf2f669"><div class="ttname"><a href="../../d9/df4/namespacetests.html#abdd77344d4af8fd56d14a5cabbf2f669">tests::test2</a></div><div class="ttdeci">void test2()</div><div class="ttdoc">A Test to check an empty vector.</div><div class="ttdef"><b>Definition:</b> array_right_rotation.cpp:91</div></div>
<div class="ttc" id="anamespacetests_html_af7b81d7a1534216af6a36a80135beb86"><div class="ttname"><a href="../../d9/df4/namespacetests.html#af7b81d7a1534216af6a36a80135beb86">tests::test5</a></div><div class="ttdeci">void test5()</div><div class="ttdoc">A Test to check a shift of zero.</div><div class="ttdef"><b>Definition:</b> array_right_rotation.cpp:144</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="../../d6/d57/array__right__rotation_8cpp_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg" width="599" height="240"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_35422be6552f1b3672c1b6c4aba2da64.html">operations_on_datastructures</a></li><li class="navelem"><a class="el" href="../../d6/d57/array__right__rotation_8cpp.html">array_right_rotation.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.2 </li>
</ul>
</div>
</body>
</html>

View File

@@ -0,0 +1,12 @@
var array__right__rotation_8cpp =
[
[ "main", "d6/d57/array__right__rotation_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ],
[ "print", "d6/d57/array__right__rotation_8cpp.html#a6109193567a5b7e36a27f2b4865fce20", null ],
[ "shift_right", "d6/d57/array__right__rotation_8cpp.html#a1bfb8711f49e591eb168ccaa3df6fb86", null ],
[ "test", "d6/d57/array__right__rotation_8cpp.html#aa8dca7b867074164d5f45b0f3851269d", null ],
[ "test1", "d6/d57/array__right__rotation_8cpp.html#a167c24bd817469ae47358d12e034f2d5", null ],
[ "test2", "d6/d57/array__right__rotation_8cpp.html#abdd77344d4af8fd56d14a5cabbf2f669", null ],
[ "test3", "d6/d57/array__right__rotation_8cpp.html#aa515639572647508b94986489aab6d76", null ],
[ "test4", "d6/d57/array__right__rotation_8cpp.html#a2b9769e44683dcb67fe1083ad91e134d", null ],
[ "test5", "d6/d57/array__right__rotation_8cpp.html#af7b81d7a1534216af6a36a80135beb86", null ]
];

View File

@@ -0,0 +1,14 @@
<map id="test" name="test">
<area shape="rect" id="node1" title="Function to test the correctness of shift_right() function." alt="" coords="5,107,49,133"/>
<area shape="rect" id="node2" href="$d9/df4/namespacetests.html#a167c24bd817469ae47358d12e034f2d5" title="A Test to check an simple case." alt="" coords="97,56,184,83"/>
<area shape="rect" id="node8" href="$d9/df4/namespacetests.html#abdd77344d4af8fd56d14a5cabbf2f669" title="A Test to check an empty vector." alt="" coords="97,107,184,133"/>
<area shape="rect" id="node9" href="$d9/df4/namespacetests.html#aa515639572647508b94986489aab6d76" title="A Test to check an invalid shift value." alt="" coords="97,157,184,184"/>
<area shape="rect" id="node10" href="$d9/df4/namespacetests.html#a2b9769e44683dcb67fe1083ad91e134d" title="A Test to check a very large input." alt="" coords="97,208,184,235"/>
<area shape="rect" id="node12" href="$d9/df4/namespacetests.html#af7b81d7a1534216af6a36a80135beb86" title="A Test to check a shift of zero." alt="" coords="97,5,184,32"/>
<area shape="rect" id="node3" href="$d8/ddf/sieve__of__eratosthenes_8cpp.html#a235843bdf82d2a6cc8596ae8fd3b8df9" title=" " alt="" coords="307,136,355,163"/>
<area shape="rect" id="node6" href="$da/d6d/namespaceoperations__on__datastructures.html#a1bfb8711f49e591eb168ccaa3df6fb86" title="Shifts the given vector to the right by the shift amount and returns a new vector with the result...." alt="" coords="232,70,431,111"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="500,183,572,209"/>
<area shape="rect" id="node5" href="$db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" title="for IO operations" alt="" coords="500,132,572,159"/>
<area shape="rect" id="node7" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="479,77,593,104"/>
<area shape="rect" id="node11" 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="253,208,409,235"/>
</map>

View File

@@ -0,0 +1 @@
9099a427e9eb30a69ccb1bd373f89a07

View File

@@ -0,0 +1,236 @@
<?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 2.49.2 (20211016.1639)
-->
<!-- Title: test Pages: 1 -->
<svg width="449pt" height="180pt"
viewBox="0.00 0.00 449.00 180.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 176)">
<title>test</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-176 445,-176 445,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Function to test the correctness of shift_right() function.">
<polygon fill="#bfbfbf" stroke="black" points="0,-76.5 0,-95.5 33,-95.5 33,-76.5 0,-76.5"/>
<text text-anchor="middle" x="16.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d9/df4/namespacetests.html#a167c24bd817469ae47358d12e034f2d5" target="_top" xlink:title="A Test to check an simple case.">
<polygon fill="white" stroke="black" points="69,-114.5 69,-133.5 134,-133.5 134,-114.5 69,-114.5"/>
<text text-anchor="middle" x="101.5" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test1</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M33.11,-93.15C43.59,-97.94 57.73,-104.42 70.36,-110.2"/>
<polygon fill="midnightblue" stroke="midnightblue" points="69.08,-113.46 79.63,-114.44 71.99,-107.1 69.08,-113.46"/>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a xlink:href="../../d9/df4/namespacetests.html#abdd77344d4af8fd56d14a5cabbf2f669" target="_top" xlink:title="A Test to check an empty vector.">
<polygon fill="white" stroke="black" points="69,-76.5 69,-95.5 134,-95.5 134,-76.5 69,-76.5"/>
<text text-anchor="middle" x="101.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test2</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node8 -->
<g id="edge7" class="edge">
<title>Node1&#45;&gt;Node8</title>
<path fill="none" stroke="midnightblue" d="M33.11,-86C40.41,-86 49.49,-86 58.6,-86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="58.8,-89.5 68.8,-86 58.8,-82.5 58.8,-89.5"/>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<title>Node9</title>
<g id="a_node9"><a xlink:href="../../d9/df4/namespacetests.html#aa515639572647508b94986489aab6d76" target="_top" xlink:title="A Test to check an invalid shift value.">
<polygon fill="white" stroke="black" points="69,-38.5 69,-57.5 134,-57.5 134,-38.5 69,-38.5"/>
<text text-anchor="middle" x="101.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test3</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node9 -->
<g id="edge10" class="edge">
<title>Node1&#45;&gt;Node9</title>
<path fill="none" stroke="midnightblue" d="M33.11,-78.85C43.59,-74.06 57.73,-67.58 70.36,-61.8"/>
<polygon fill="midnightblue" stroke="midnightblue" points="71.99,-64.9 79.63,-57.56 69.08,-58.54 71.99,-64.9"/>
</g>
<!-- Node10 -->
<g id="node10" class="node">
<title>Node10</title>
<g id="a_node10"><a xlink:href="../../d9/df4/namespacetests.html#a2b9769e44683dcb67fe1083ad91e134d" target="_top" xlink:title="A Test to check a very large input.">
<polygon fill="white" stroke="black" points="69,-0.5 69,-19.5 134,-19.5 134,-0.5 69,-0.5"/>
<text text-anchor="middle" x="101.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test4</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node10 -->
<g id="edge13" class="edge">
<title>Node1&#45;&gt;Node10</title>
<path fill="none" stroke="midnightblue" d="M24.78,-76.33C34.14,-64.31 51.3,-43.59 69,-29 70.55,-27.72 72.2,-26.47 73.89,-25.26"/>
<polygon fill="midnightblue" stroke="midnightblue" points="76.11,-27.99 82.55,-19.58 72.27,-22.13 76.11,-27.99"/>
</g>
<!-- Node12 -->
<g id="node12" class="node">
<title>Node12</title>
<g id="a_node12"><a xlink:href="../../d9/df4/namespacetests.html#af7b81d7a1534216af6a36a80135beb86" target="_top" xlink:title="A Test to check a shift of zero.">
<polygon fill="white" stroke="black" points="69,-152.5 69,-171.5 134,-171.5 134,-152.5 69,-152.5"/>
<text text-anchor="middle" x="101.5" y="-159.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test5</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node12 -->
<g id="edge17" class="edge">
<title>Node1&#45;&gt;Node12</title>
<path fill="none" stroke="midnightblue" d="M24.78,-95.67C34.14,-107.69 51.3,-128.41 69,-143 70.55,-144.28 72.2,-145.53 73.89,-146.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="72.27,-149.87 82.55,-152.42 76.11,-144.01 72.27,-149.87"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a235843bdf82d2a6cc8596ae8fd3b8df9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="226.5,-54.5 226.5,-73.5 262.5,-73.5 262.5,-54.5 226.5,-54.5"/>
<text text-anchor="middle" x="244.5" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00">print</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M118.33,-114.47C137.41,-103.01 167.29,-85.15 170,-84 184.85,-77.72 202.23,-72.88 216.35,-69.54"/>
<polygon fill="midnightblue" stroke="midnightblue" points="217.44,-72.88 226.43,-67.28 215.91,-66.05 217.44,-72.88"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../da/d6d/namespaceoperations__on__datastructures.html#a1bfb8711f49e591eb168ccaa3df6fb86" target="_top" xlink:title="Shifts the given vector to the right by the shift amount and returns a new vector with the result....">
<polygon fill="white" stroke="black" points="170,-93 170,-123 319,-123 319,-93 170,-93"/>
<text text-anchor="start" x="178" y="-111" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
<text text-anchor="middle" x="244.5" y="-100" font-family="Helvetica,sans-Serif" font-size="10.00">::shift_right</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node2&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M134.14,-120.41C142.01,-119.52 150.82,-118.52 159.94,-117.48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="160.37,-120.96 169.91,-116.35 159.58,-114 160.37,-120.96"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="371,-19.5 371,-38.5 425,-38.5 425,-19.5 371,-19.5"/>
<text text-anchor="middle" x="398" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M262.58,-60.05C286.29,-54.58 329.76,-44.53 360.84,-37.35"/>
<polygon fill="midnightblue" stroke="midnightblue" points="361.91,-40.7 370.87,-35.04 360.33,-33.88 361.91,-40.7"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
<polygon fill="white" stroke="black" points="371,-57.5 371,-76.5 425,-76.5 425,-57.5 371,-57.5"/>
<text text-anchor="middle" x="398" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M262.58,-64.34C286.29,-64.81 329.76,-65.67 360.84,-66.28"/>
<polygon fill="midnightblue" stroke="midnightblue" points="360.8,-69.78 370.87,-66.48 360.94,-62.79 360.8,-69.78"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="355,-98.5 355,-117.5 441,-117.5 441,-98.5 355,-98.5"/>
<text text-anchor="middle" x="398" y="-105.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node7 -->
<g id="edge6" class="edge">
<title>Node6&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M319.03,-108C327.62,-108 336.24,-108 344.47,-108"/>
<polygon fill="midnightblue" stroke="midnightblue" points="344.63,-111.5 354.63,-108 344.63,-104.5 344.63,-111.5"/>
</g>
<!-- Node8&#45;&gt;Node3 -->
<g id="edge8" class="edge">
<title>Node8&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M134.14,-81.06C158.79,-77.22 192.64,-71.94 216.13,-68.27"/>
<polygon fill="midnightblue" stroke="midnightblue" points="216.78,-71.71 226.12,-66.71 215.7,-64.8 216.78,-71.71"/>
</g>
<!-- Node8&#45;&gt;Node6 -->
<g id="edge9" class="edge">
<title>Node8&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M134.14,-90.94C142.01,-92.17 150.82,-93.54 159.94,-94.96"/>
<polygon fill="midnightblue" stroke="midnightblue" points="159.49,-98.43 169.91,-96.52 160.57,-91.52 159.49,-98.43"/>
</g>
<!-- Node9&#45;&gt;Node3 -->
<g id="edge11" class="edge">
<title>Node9&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M134.14,-51.59C158.79,-54.39 192.64,-58.23 216.13,-60.89"/>
<polygon fill="midnightblue" stroke="midnightblue" points="215.79,-64.38 226.12,-62.03 216.58,-57.42 215.79,-64.38"/>
</g>
<!-- Node9&#45;&gt;Node6 -->
<g id="edge12" class="edge">
<title>Node9&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M119.36,-57.65C132.81,-65.12 152.27,-75.44 170,-83 175.11,-85.18 180.49,-87.31 185.91,-89.34"/>
<polygon fill="midnightblue" stroke="midnightblue" points="185.07,-92.76 195.66,-92.89 187.46,-86.18 185.07,-92.76"/>
</g>
<!-- Node10&#45;&gt;Node3 -->
<g id="edge14" class="edge">
<title>Node10&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M127.38,-19.53C152.51,-29.15 191.18,-43.96 216.9,-53.81"/>
<polygon fill="midnightblue" stroke="midnightblue" points="215.81,-57.14 226.4,-57.45 218.31,-50.61 215.81,-57.14"/>
</g>
<!-- Node10&#45;&gt;Node6 -->
<g id="edge16" class="edge">
<title>Node10&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M121.46,-19.59C125.85,-22.29 130.31,-25.47 134,-29 154.85,-48.93 147.13,-65.42 170,-83 172.43,-84.87 175.01,-86.61 177.7,-88.21"/>
<polygon fill="midnightblue" stroke="midnightblue" points="176.09,-91.33 186.57,-92.94 179.39,-85.15 176.09,-91.33"/>
</g>
<!-- Node11 -->
<g id="node11" class="node">
<title>Node11</title>
<g id="a_node11"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="186,-0.5 186,-19.5 303,-19.5 303,-0.5 186,-0.5"/>
<text text-anchor="middle" x="244.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
</a>
</g>
</g>
<!-- Node10&#45;&gt;Node11 -->
<g id="edge15" class="edge">
<title>Node10&#45;&gt;Node11</title>
<path fill="none" stroke="midnightblue" d="M134.14,-10C146.55,-10 161.28,-10 175.85,-10"/>
<polygon fill="midnightblue" stroke="midnightblue" points="175.89,-13.5 185.89,-10 175.89,-6.5 175.89,-13.5"/>
</g>
<!-- Node12&#45;&gt;Node3 -->
<g id="edge18" class="edge">
<title>Node12&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M121.89,-152.31C126.16,-149.65 130.47,-146.51 134,-143 155.78,-121.33 145.44,-102.45 170,-84 183.36,-73.96 201.43,-68.96 216.31,-66.47"/>
<polygon fill="midnightblue" stroke="midnightblue" points="217.05,-69.9 226.47,-65.06 216.09,-62.97 217.05,-69.9"/>
</g>
<!-- Node12&#45;&gt;Node6 -->
<g id="edge19" class="edge">
<title>Node12&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M127.38,-152.47C145.99,-145.34 172.03,-135.37 194.74,-126.68"/>
<polygon fill="midnightblue" stroke="midnightblue" points="196.14,-129.88 204.23,-123.04 193.64,-123.35 196.14,-129.88"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,15 @@
<map id="main" name="main">
<area shape="rect" id="node1" title="main function" alt="" coords="5,107,56,133"/>
<area shape="rect" id="node2" href="$d6/d57/array__right__rotation_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Function to test the correctness of shift_right() function." alt="" coords="104,107,148,133"/>
<area shape="rect" id="node3" href="$d9/df4/namespacetests.html#a167c24bd817469ae47358d12e034f2d5" title="A Test to check an simple case." alt="" coords="196,56,283,83"/>
<area shape="rect" id="node9" href="$d9/df4/namespacetests.html#abdd77344d4af8fd56d14a5cabbf2f669" title="A Test to check an empty vector." alt="" coords="196,107,283,133"/>
<area shape="rect" id="node10" href="$d9/df4/namespacetests.html#aa515639572647508b94986489aab6d76" title="A Test to check an invalid shift value." alt="" coords="196,157,283,184"/>
<area shape="rect" id="node11" href="$d9/df4/namespacetests.html#a2b9769e44683dcb67fe1083ad91e134d" title="A Test to check a very large input." alt="" coords="196,208,283,235"/>
<area shape="rect" id="node13" href="$d9/df4/namespacetests.html#af7b81d7a1534216af6a36a80135beb86" title="A Test to check a shift of zero." alt="" coords="196,5,283,32"/>
<area shape="rect" id="node4" href="$d8/ddf/sieve__of__eratosthenes_8cpp.html#a235843bdf82d2a6cc8596ae8fd3b8df9" title=" " alt="" coords="406,136,454,163"/>
<area shape="rect" id="node7" href="$da/d6d/namespaceoperations__on__datastructures.html#a1bfb8711f49e591eb168ccaa3df6fb86" title="Shifts the given vector to the right by the shift amount and returns a new vector with the result...." alt="" coords="331,70,529,111"/>
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="599,183,671,209"/>
<area shape="rect" id="node6" href="$db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" title="for IO operations" alt="" coords="599,132,671,159"/>
<area shape="rect" id="node8" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="577,77,692,104"/>
<area shape="rect" id="node12" 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="352,208,508,235"/>
</map>

View File

@@ -0,0 +1 @@
9e7716b44f4d27a897ef9b6ac9d20032

View File

@@ -0,0 +1,339 @@
<?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 2.49.2 (20211016.1639)
-->
<!-- Title: main Pages: 1 -->
<!--zoomable 180 -->
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="text/javascript"><![CDATA[
var edges = document.getElementsByTagName('g');
if (edges && edges.length) {
for (var i=0;i<edges.length;i++) {
if (edges[i].id.substr(0,4)=='edge') {
edges[i].setAttribute('class','edge');
}
}
}
]]></script>
<defs>
<circle id="rim" cx="0" cy="0" r="7"/>
<circle id="rim2" cx="0" cy="0" r="3.5"/>
<g id="zoomPlus">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="zoomplus.mouseover" end="zoomplus.mouseout"/>
</use>
<path d="M-4,0h8M0,-4v8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="zoomMin">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="zoomminus.mouseover" end="zoomminus.mouseout"/>
</use>
<path d="M-4,0h8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="dirArrow">
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="resetDef">
<use xlink:href="#rim2" fill="#404040">
<set attributeName="fill" to="#808080" begin="reset.mouseover" end="reset.mouseout"/>
</use>
</g>
</defs>
<script type="text/javascript">
var viewWidth = 523;
var viewHeight = 180;
var sectionId = 'dynsection-1';
</script>
<script xlink:href="../../svgpan.js"/>
<svg id="graph" class="graph">
<g id="viewport">
<title>main</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-176 519,-176 519,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="main function">
<polygon fill="#bfbfbf" stroke="black" points="0,-76.5 0,-95.5 38,-95.5 38,-76.5 0,-76.5"/>
<text text-anchor="middle" x="19" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d6/d57/array__right__rotation_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Function to test the correctness of shift_right() function.">
<polygon fill="white" stroke="black" points="74,-76.5 74,-95.5 107,-95.5 107,-76.5 74,-76.5"/>
<text text-anchor="middle" x="90.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M38.26,-86C46.07,-86 55.31,-86 63.79,-86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="63.95,-89.5 73.95,-86 63.95,-82.5 63.95,-89.5"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d9/df4/namespacetests.html#a167c24bd817469ae47358d12e034f2d5" target="_top" xlink:title="A Test to check an simple case.">
<polygon fill="white" stroke="black" points="143,-114.5 143,-133.5 208,-133.5 208,-114.5 143,-114.5"/>
<text text-anchor="middle" x="175.5" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test1</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M107.11,-93.15C117.59,-97.94 131.73,-104.42 144.36,-110.2"/>
<polygon fill="midnightblue" stroke="midnightblue" points="143.08,-113.46 153.63,-114.44 145.99,-107.1 143.08,-113.46"/>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<title>Node9</title>
<g id="a_node9"><a xlink:href="../../d9/df4/namespacetests.html#abdd77344d4af8fd56d14a5cabbf2f669" target="_top" xlink:title="A Test to check an empty vector.">
<polygon fill="white" stroke="black" points="143,-76.5 143,-95.5 208,-95.5 208,-76.5 143,-76.5"/>
<text text-anchor="middle" x="175.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test2</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node9 -->
<g id="edge8" class="edge">
<title>Node2&#45;&gt;Node9</title>
<path fill="none" stroke="midnightblue" d="M107.11,-86C114.41,-86 123.49,-86 132.6,-86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="132.8,-89.5 142.8,-86 132.8,-82.5 132.8,-89.5"/>
</g>
<!-- Node10 -->
<g id="node10" class="node">
<title>Node10</title>
<g id="a_node10"><a xlink:href="../../d9/df4/namespacetests.html#aa515639572647508b94986489aab6d76" target="_top" xlink:title="A Test to check an invalid shift value.">
<polygon fill="white" stroke="black" points="143,-38.5 143,-57.5 208,-57.5 208,-38.5 143,-38.5"/>
<text text-anchor="middle" x="175.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test3</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node10 -->
<g id="edge11" class="edge">
<title>Node2&#45;&gt;Node10</title>
<path fill="none" stroke="midnightblue" d="M107.11,-78.85C117.59,-74.06 131.73,-67.58 144.36,-61.8"/>
<polygon fill="midnightblue" stroke="midnightblue" points="145.99,-64.9 153.63,-57.56 143.08,-58.54 145.99,-64.9"/>
</g>
<!-- Node11 -->
<g id="node11" class="node">
<title>Node11</title>
<g id="a_node11"><a xlink:href="../../d9/df4/namespacetests.html#a2b9769e44683dcb67fe1083ad91e134d" target="_top" xlink:title="A Test to check a very large input.">
<polygon fill="white" stroke="black" points="143,-0.5 143,-19.5 208,-19.5 208,-0.5 143,-0.5"/>
<text text-anchor="middle" x="175.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test4</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node11 -->
<g id="edge14" class="edge">
<title>Node2&#45;&gt;Node11</title>
<path fill="none" stroke="midnightblue" d="M98.78,-76.33C108.14,-64.31 125.3,-43.59 143,-29 144.55,-27.72 146.2,-26.47 147.89,-25.26"/>
<polygon fill="midnightblue" stroke="midnightblue" points="150.11,-27.99 156.55,-19.58 146.27,-22.13 150.11,-27.99"/>
</g>
<!-- Node13 -->
<g id="node13" class="node">
<title>Node13</title>
<g id="a_node13"><a xlink:href="../../d9/df4/namespacetests.html#af7b81d7a1534216af6a36a80135beb86" target="_top" xlink:title="A Test to check a shift of zero.">
<polygon fill="white" stroke="black" points="143,-152.5 143,-171.5 208,-171.5 208,-152.5 143,-152.5"/>
<text text-anchor="middle" x="175.5" y="-159.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test5</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node13 -->
<g id="edge18" class="edge">
<title>Node2&#45;&gt;Node13</title>
<path fill="none" stroke="midnightblue" d="M98.78,-95.67C108.14,-107.69 125.3,-128.41 143,-143 144.55,-144.28 146.2,-145.53 147.89,-146.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="146.27,-149.87 156.55,-152.42 150.11,-144.01 146.27,-149.87"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a235843bdf82d2a6cc8596ae8fd3b8df9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="300.5,-54.5 300.5,-73.5 336.5,-73.5 336.5,-54.5 300.5,-54.5"/>
<text text-anchor="middle" x="318.5" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00">print</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M192.33,-114.47C211.41,-103.01 241.29,-85.15 244,-84 258.85,-77.72 276.23,-72.88 290.35,-69.54"/>
<polygon fill="midnightblue" stroke="midnightblue" points="291.44,-72.88 300.43,-67.28 289.91,-66.05 291.44,-72.88"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a xlink:href="../../da/d6d/namespaceoperations__on__datastructures.html#a1bfb8711f49e591eb168ccaa3df6fb86" target="_top" xlink:title="Shifts the given vector to the right by the shift amount and returns a new vector with the result....">
<polygon fill="white" stroke="black" points="244,-93 244,-123 393,-123 393,-93 244,-93"/>
<text text-anchor="start" x="252" y="-111" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
<text text-anchor="middle" x="318.5" y="-100" font-family="Helvetica,sans-Serif" font-size="10.00">::shift_right</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node7 -->
<g id="edge6" class="edge">
<title>Node3&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M208.14,-120.41C216.01,-119.52 224.82,-118.52 233.94,-117.48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="234.37,-120.96 243.91,-116.35 233.58,-114 234.37,-120.96"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="445,-19.5 445,-38.5 499,-38.5 499,-19.5 445,-19.5"/>
<text text-anchor="middle" x="472" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node4&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M336.58,-60.05C360.29,-54.58 403.76,-44.53 434.84,-37.35"/>
<polygon fill="midnightblue" stroke="midnightblue" points="435.91,-40.7 444.87,-35.04 434.33,-33.88 435.91,-40.7"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
<polygon fill="white" stroke="black" points="445,-57.5 445,-76.5 499,-76.5 499,-57.5 445,-57.5"/>
<text text-anchor="middle" x="472" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M336.58,-64.34C360.29,-64.81 403.76,-65.67 434.84,-66.28"/>
<polygon fill="midnightblue" stroke="midnightblue" points="434.8,-69.78 444.87,-66.48 434.94,-62.79 434.8,-69.78"/>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="429,-98.5 429,-117.5 515,-117.5 515,-98.5 429,-98.5"/>
<text text-anchor="middle" x="472" y="-105.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
</a>
</g>
</g>
<!-- Node7&#45;&gt;Node8 -->
<g id="edge7" class="edge">
<title>Node7&#45;&gt;Node8</title>
<path fill="none" stroke="midnightblue" d="M393.03,-108C401.62,-108 410.24,-108 418.47,-108"/>
<polygon fill="midnightblue" stroke="midnightblue" points="418.63,-111.5 428.63,-108 418.63,-104.5 418.63,-111.5"/>
</g>
<!-- Node9&#45;&gt;Node4 -->
<g id="edge9" class="edge">
<title>Node9&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M208.14,-81.06C232.79,-77.22 266.64,-71.94 290.13,-68.27"/>
<polygon fill="midnightblue" stroke="midnightblue" points="290.78,-71.71 300.12,-66.71 289.7,-64.8 290.78,-71.71"/>
</g>
<!-- Node9&#45;&gt;Node7 -->
<g id="edge10" class="edge">
<title>Node9&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M208.14,-90.94C216.01,-92.17 224.82,-93.54 233.94,-94.96"/>
<polygon fill="midnightblue" stroke="midnightblue" points="233.49,-98.43 243.91,-96.52 234.57,-91.52 233.49,-98.43"/>
</g>
<!-- Node10&#45;&gt;Node4 -->
<g id="edge12" class="edge">
<title>Node10&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M208.14,-51.59C232.79,-54.39 266.64,-58.23 290.13,-60.89"/>
<polygon fill="midnightblue" stroke="midnightblue" points="289.79,-64.38 300.12,-62.03 290.58,-57.42 289.79,-64.38"/>
</g>
<!-- Node10&#45;&gt;Node7 -->
<g id="edge13" class="edge">
<title>Node10&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M193.36,-57.65C206.81,-65.12 226.27,-75.44 244,-83 249.11,-85.18 254.49,-87.31 259.91,-89.34"/>
<polygon fill="midnightblue" stroke="midnightblue" points="259.07,-92.76 269.66,-92.89 261.46,-86.18 259.07,-92.76"/>
</g>
<!-- Node11&#45;&gt;Node4 -->
<g id="edge15" class="edge">
<title>Node11&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M201.38,-19.53C226.51,-29.15 265.18,-43.96 290.9,-53.81"/>
<polygon fill="midnightblue" stroke="midnightblue" points="289.81,-57.14 300.4,-57.45 292.31,-50.61 289.81,-57.14"/>
</g>
<!-- Node11&#45;&gt;Node7 -->
<g id="edge17" class="edge">
<title>Node11&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M195.46,-19.59C199.85,-22.29 204.31,-25.47 208,-29 228.85,-48.93 221.13,-65.42 244,-83 246.43,-84.87 249.01,-86.61 251.7,-88.21"/>
<polygon fill="midnightblue" stroke="midnightblue" points="250.09,-91.33 260.57,-92.94 253.39,-85.15 250.09,-91.33"/>
</g>
<!-- Node12 -->
<g id="node12" class="node">
<title>Node12</title>
<g id="a_node12"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="260,-0.5 260,-19.5 377,-19.5 377,-0.5 260,-0.5"/>
<text text-anchor="middle" x="318.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
</a>
</g>
</g>
<!-- Node11&#45;&gt;Node12 -->
<g id="edge16" class="edge">
<title>Node11&#45;&gt;Node12</title>
<path fill="none" stroke="midnightblue" d="M208.14,-10C220.55,-10 235.28,-10 249.85,-10"/>
<polygon fill="midnightblue" stroke="midnightblue" points="249.89,-13.5 259.89,-10 249.89,-6.5 249.89,-13.5"/>
</g>
<!-- Node13&#45;&gt;Node4 -->
<g id="edge19" class="edge">
<title>Node13&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M195.89,-152.31C200.16,-149.65 204.47,-146.51 208,-143 229.78,-121.33 219.44,-102.45 244,-84 257.36,-73.96 275.43,-68.96 290.31,-66.47"/>
<polygon fill="midnightblue" stroke="midnightblue" points="291.05,-69.9 300.47,-65.06 290.09,-62.97 291.05,-69.9"/>
</g>
<!-- Node13&#45;&gt;Node7 -->
<g id="edge20" class="edge">
<title>Node13&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M201.38,-152.47C219.99,-145.34 246.03,-135.37 268.74,-126.68"/>
<polygon fill="midnightblue" stroke="midnightblue" points="270.14,-129.88 278.23,-123.04 267.64,-123.35 270.14,-129.88"/>
</g>
</g>
</svg>
<g id="navigator" transform="translate(0 0)" fill="#404254">
<rect fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width=".5" x="0" y="0" width="60" height="60"/>
<use id="zoomplus" xlink:href="#zoomPlus" x="17" y="9" onmousedown="handleZoom(evt,'in')"/>
<use id="zoomminus" xlink:href="#zoomMin" x="42" y="9" onmousedown="handleZoom(evt,'out')"/>
<use id="reset" xlink:href="#resetDef" x="30" y="36" onmousedown="handleReset()"/>
<g id="arrowUp" xlink:href="#dirArrow" transform="translate(30 24)" onmousedown="handlePan(0,-1)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowUp.mouseover" end="arrowUp.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowRight" xlink:href="#dirArrow" transform="rotate(90) translate(36 -43)" onmousedown="handlePan(1,0)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowRight.mouseover" end="arrowRight.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowDown" xlink:href="#dirArrow" transform="rotate(180) translate(-30 -48)" onmousedown="handlePan(0,1)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowDown.mouseover" end="arrowDown.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowLeft" xlink:href="#dirArrow" transform="rotate(270) translate(-36 17)" onmousedown="handlePan(-1,0)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowLeft.mouseover" end="arrowLeft.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
</g>
<svg viewBox="0 0 15 15" width="100%" height="30px" preserveAspectRatio="xMaxYMin meet">
<g id="arrow_out" transform="scale(0.3 0.3)">
<a xlink:href="array__right__rotation_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph_org.svg" target="_base">
<rect id="button" ry="5" rx="5" y="6" x="6" height="38" width="38"
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
<path id="arrow"
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
style="fill:#404040;"/>
</a>
</g>
</svg>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,251 @@
<?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 2.49.2 (20211016.1639)
-->
<!-- Title: main Pages: 1 -->
<svg width="523pt" height="180pt"
viewBox="0.00 0.00 523.00 180.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 176)">
<title>main</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-176 519,-176 519,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="main function">
<polygon fill="#bfbfbf" stroke="black" points="0,-76.5 0,-95.5 38,-95.5 38,-76.5 0,-76.5"/>
<text text-anchor="middle" x="19" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d6/d57/array__right__rotation_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Function to test the correctness of shift_right() function.">
<polygon fill="white" stroke="black" points="74,-76.5 74,-95.5 107,-95.5 107,-76.5 74,-76.5"/>
<text text-anchor="middle" x="90.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M38.26,-86C46.07,-86 55.31,-86 63.79,-86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="63.95,-89.5 73.95,-86 63.95,-82.5 63.95,-89.5"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d9/df4/namespacetests.html#a167c24bd817469ae47358d12e034f2d5" target="_top" xlink:title="A Test to check an simple case.">
<polygon fill="white" stroke="black" points="143,-114.5 143,-133.5 208,-133.5 208,-114.5 143,-114.5"/>
<text text-anchor="middle" x="175.5" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test1</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M107.11,-93.15C117.59,-97.94 131.73,-104.42 144.36,-110.2"/>
<polygon fill="midnightblue" stroke="midnightblue" points="143.08,-113.46 153.63,-114.44 145.99,-107.1 143.08,-113.46"/>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<title>Node9</title>
<g id="a_node9"><a xlink:href="../../d9/df4/namespacetests.html#abdd77344d4af8fd56d14a5cabbf2f669" target="_top" xlink:title="A Test to check an empty vector.">
<polygon fill="white" stroke="black" points="143,-76.5 143,-95.5 208,-95.5 208,-76.5 143,-76.5"/>
<text text-anchor="middle" x="175.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test2</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node9 -->
<g id="edge8" class="edge">
<title>Node2&#45;&gt;Node9</title>
<path fill="none" stroke="midnightblue" d="M107.11,-86C114.41,-86 123.49,-86 132.6,-86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="132.8,-89.5 142.8,-86 132.8,-82.5 132.8,-89.5"/>
</g>
<!-- Node10 -->
<g id="node10" class="node">
<title>Node10</title>
<g id="a_node10"><a xlink:href="../../d9/df4/namespacetests.html#aa515639572647508b94986489aab6d76" target="_top" xlink:title="A Test to check an invalid shift value.">
<polygon fill="white" stroke="black" points="143,-38.5 143,-57.5 208,-57.5 208,-38.5 143,-38.5"/>
<text text-anchor="middle" x="175.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test3</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node10 -->
<g id="edge11" class="edge">
<title>Node2&#45;&gt;Node10</title>
<path fill="none" stroke="midnightblue" d="M107.11,-78.85C117.59,-74.06 131.73,-67.58 144.36,-61.8"/>
<polygon fill="midnightblue" stroke="midnightblue" points="145.99,-64.9 153.63,-57.56 143.08,-58.54 145.99,-64.9"/>
</g>
<!-- Node11 -->
<g id="node11" class="node">
<title>Node11</title>
<g id="a_node11"><a xlink:href="../../d9/df4/namespacetests.html#a2b9769e44683dcb67fe1083ad91e134d" target="_top" xlink:title="A Test to check a very large input.">
<polygon fill="white" stroke="black" points="143,-0.5 143,-19.5 208,-19.5 208,-0.5 143,-0.5"/>
<text text-anchor="middle" x="175.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test4</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node11 -->
<g id="edge14" class="edge">
<title>Node2&#45;&gt;Node11</title>
<path fill="none" stroke="midnightblue" d="M98.78,-76.33C108.14,-64.31 125.3,-43.59 143,-29 144.55,-27.72 146.2,-26.47 147.89,-25.26"/>
<polygon fill="midnightblue" stroke="midnightblue" points="150.11,-27.99 156.55,-19.58 146.27,-22.13 150.11,-27.99"/>
</g>
<!-- Node13 -->
<g id="node13" class="node">
<title>Node13</title>
<g id="a_node13"><a xlink:href="../../d9/df4/namespacetests.html#af7b81d7a1534216af6a36a80135beb86" target="_top" xlink:title="A Test to check a shift of zero.">
<polygon fill="white" stroke="black" points="143,-152.5 143,-171.5 208,-171.5 208,-152.5 143,-152.5"/>
<text text-anchor="middle" x="175.5" y="-159.5" font-family="Helvetica,sans-Serif" font-size="10.00">tests::test5</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node13 -->
<g id="edge18" class="edge">
<title>Node2&#45;&gt;Node13</title>
<path fill="none" stroke="midnightblue" d="M98.78,-95.67C108.14,-107.69 125.3,-128.41 143,-143 144.55,-144.28 146.2,-145.53 147.89,-146.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="146.27,-149.87 156.55,-152.42 150.11,-144.01 146.27,-149.87"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a235843bdf82d2a6cc8596ae8fd3b8df9" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="300.5,-54.5 300.5,-73.5 336.5,-73.5 336.5,-54.5 300.5,-54.5"/>
<text text-anchor="middle" x="318.5" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00">print</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M192.33,-114.47C211.41,-103.01 241.29,-85.15 244,-84 258.85,-77.72 276.23,-72.88 290.35,-69.54"/>
<polygon fill="midnightblue" stroke="midnightblue" points="291.44,-72.88 300.43,-67.28 289.91,-66.05 291.44,-72.88"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a xlink:href="../../da/d6d/namespaceoperations__on__datastructures.html#a1bfb8711f49e591eb168ccaa3df6fb86" target="_top" xlink:title="Shifts the given vector to the right by the shift amount and returns a new vector with the result....">
<polygon fill="white" stroke="black" points="244,-93 244,-123 393,-123 393,-93 244,-93"/>
<text text-anchor="start" x="252" y="-111" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
<text text-anchor="middle" x="318.5" y="-100" font-family="Helvetica,sans-Serif" font-size="10.00">::shift_right</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node7 -->
<g id="edge6" class="edge">
<title>Node3&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M208.14,-120.41C216.01,-119.52 224.82,-118.52 233.94,-117.48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="234.37,-120.96 243.91,-116.35 233.58,-114 234.37,-120.96"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="445,-19.5 445,-38.5 499,-38.5 499,-19.5 445,-19.5"/>
<text text-anchor="middle" x="472" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node4&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M336.58,-60.05C360.29,-54.58 403.76,-44.53 434.84,-37.35"/>
<polygon fill="midnightblue" stroke="midnightblue" points="435.91,-40.7 444.87,-35.04 434.33,-33.88 435.91,-40.7"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
<polygon fill="white" stroke="black" points="445,-57.5 445,-76.5 499,-76.5 499,-57.5 445,-57.5"/>
<text text-anchor="middle" x="472" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M336.58,-64.34C360.29,-64.81 403.76,-65.67 434.84,-66.28"/>
<polygon fill="midnightblue" stroke="midnightblue" points="434.8,-69.78 444.87,-66.48 434.94,-62.79 434.8,-69.78"/>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="429,-98.5 429,-117.5 515,-117.5 515,-98.5 429,-98.5"/>
<text text-anchor="middle" x="472" y="-105.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
</a>
</g>
</g>
<!-- Node7&#45;&gt;Node8 -->
<g id="edge7" class="edge">
<title>Node7&#45;&gt;Node8</title>
<path fill="none" stroke="midnightblue" d="M393.03,-108C401.62,-108 410.24,-108 418.47,-108"/>
<polygon fill="midnightblue" stroke="midnightblue" points="418.63,-111.5 428.63,-108 418.63,-104.5 418.63,-111.5"/>
</g>
<!-- Node9&#45;&gt;Node4 -->
<g id="edge9" class="edge">
<title>Node9&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M208.14,-81.06C232.79,-77.22 266.64,-71.94 290.13,-68.27"/>
<polygon fill="midnightblue" stroke="midnightblue" points="290.78,-71.71 300.12,-66.71 289.7,-64.8 290.78,-71.71"/>
</g>
<!-- Node9&#45;&gt;Node7 -->
<g id="edge10" class="edge">
<title>Node9&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M208.14,-90.94C216.01,-92.17 224.82,-93.54 233.94,-94.96"/>
<polygon fill="midnightblue" stroke="midnightblue" points="233.49,-98.43 243.91,-96.52 234.57,-91.52 233.49,-98.43"/>
</g>
<!-- Node10&#45;&gt;Node4 -->
<g id="edge12" class="edge">
<title>Node10&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M208.14,-51.59C232.79,-54.39 266.64,-58.23 290.13,-60.89"/>
<polygon fill="midnightblue" stroke="midnightblue" points="289.79,-64.38 300.12,-62.03 290.58,-57.42 289.79,-64.38"/>
</g>
<!-- Node10&#45;&gt;Node7 -->
<g id="edge13" class="edge">
<title>Node10&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M193.36,-57.65C206.81,-65.12 226.27,-75.44 244,-83 249.11,-85.18 254.49,-87.31 259.91,-89.34"/>
<polygon fill="midnightblue" stroke="midnightblue" points="259.07,-92.76 269.66,-92.89 261.46,-86.18 259.07,-92.76"/>
</g>
<!-- Node11&#45;&gt;Node4 -->
<g id="edge15" class="edge">
<title>Node11&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M201.38,-19.53C226.51,-29.15 265.18,-43.96 290.9,-53.81"/>
<polygon fill="midnightblue" stroke="midnightblue" points="289.81,-57.14 300.4,-57.45 292.31,-50.61 289.81,-57.14"/>
</g>
<!-- Node11&#45;&gt;Node7 -->
<g id="edge17" class="edge">
<title>Node11&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M195.46,-19.59C199.85,-22.29 204.31,-25.47 208,-29 228.85,-48.93 221.13,-65.42 244,-83 246.43,-84.87 249.01,-86.61 251.7,-88.21"/>
<polygon fill="midnightblue" stroke="midnightblue" points="250.09,-91.33 260.57,-92.94 253.39,-85.15 250.09,-91.33"/>
</g>
<!-- Node12 -->
<g id="node12" class="node">
<title>Node12</title>
<g id="a_node12"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="260,-0.5 260,-19.5 377,-19.5 377,-0.5 260,-0.5"/>
<text text-anchor="middle" x="318.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
</a>
</g>
</g>
<!-- Node11&#45;&gt;Node12 -->
<g id="edge16" class="edge">
<title>Node11&#45;&gt;Node12</title>
<path fill="none" stroke="midnightblue" d="M208.14,-10C220.55,-10 235.28,-10 249.85,-10"/>
<polygon fill="midnightblue" stroke="midnightblue" points="249.89,-13.5 259.89,-10 249.89,-6.5 249.89,-13.5"/>
</g>
<!-- Node13&#45;&gt;Node4 -->
<g id="edge19" class="edge">
<title>Node13&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M195.89,-152.31C200.16,-149.65 204.47,-146.51 208,-143 229.78,-121.33 219.44,-102.45 244,-84 257.36,-73.96 275.43,-68.96 290.31,-66.47"/>
<polygon fill="midnightblue" stroke="midnightblue" points="291.05,-69.9 300.47,-65.06 290.09,-62.97 291.05,-69.9"/>
</g>
<!-- Node13&#45;&gt;Node7 -->
<g id="edge20" class="edge">
<title>Node13&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M201.38,-152.47C219.99,-145.34 246.03,-135.37 268.74,-126.68"/>
<polygon fill="midnightblue" stroke="midnightblue" points="270.14,-129.88 278.23,-123.04 267.64,-123.35 270.14,-129.88"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB