Documentation for 5ef7ad5cfe
@@ -1,5 +1,5 @@
|
||||
<map id="math/check_prime.cpp" name="math/check_prime.cpp">
|
||||
<area shape="rect" id="Node000001" title="Reduced all possibilities of a number which cannot be prime. Eg: No even number, except 2 can be a pr..." alt="" coords="6,5,160,31"/>
|
||||
<area shape="rect" id="Node000001" title="A simple program to check if the given number is Prime or not." alt="" coords="6,5,160,31"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="5,79,70,105"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="78,33,55,68,51,65,73,30"/>
|
||||
<area shape="rect" id="Node000003" title=" " alt="" coords="94,79,165,105"/>
|
||||
|
||||
@@ -1 +1 @@
|
||||
2d933c89ad27c996facb165ef26c056e
|
||||
f4e85a1069174277fa4692078f2fbd27
|
||||
@@ -21,7 +21,7 @@
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Reduced all possibilities of a number which cannot be prime. Eg: No even number, except 2 can be a pr...">
|
||||
<g id="a_Node000001"><a xlink:title="A simple program to check if the given number is Prime or not.">
|
||||
<polygon fill="#999999" stroke="#666666" points="115.62,-74.5 0.62,-74.5 0.62,-55.25 115.62,-55.25 115.62,-74.5"/>
|
||||
<text text-anchor="middle" x="58.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">math/check_prime.cpp</text>
|
||||
</a>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.1 KiB |
@@ -11,7 +11,7 @@
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Reduced all possibilities of a number which cannot be prime. Eg: No even number, except 2 can be a pr...">
|
||||
<g id="a_Node000001"><a xlink:title="A simple program to check if the given number is Prime or not.">
|
||||
<polygon fill="#999999" stroke="#666666" points="115.62,-74.5 0.62,-74.5 0.62,-55.25 115.62,-55.25 115.62,-74.5"/>
|
||||
<text text-anchor="middle" x="58.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">math/check_prime.cpp</text>
|
||||
</a>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -118,7 +118,7 @@ Include dependency graph for sieve_of_eratosthenes.cpp:</div>
|
||||
Functions</h2></td></tr>
|
||||
<tr class="memitem:a7eebd5e7686a8db363f937b2f30d3818"><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>< bool > </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818">sieve</a> (uint32_t N)</td></tr>
|
||||
<tr class="separator:a7eebd5e7686a8db363f937b2f30d3818"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a235843bdf82d2a6cc8596ae8fd3b8df9"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a235843bdf82d2a6cc8596ae8fd3b8df9">print</a> (uint32_t N, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< bool > &<a class="el" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>)</td></tr>
|
||||
<tr class="memitem:a235843bdf82d2a6cc8596ae8fd3b8df9"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a235843bdf82d2a6cc8596ae8fd3b8df9">print</a> (uint32_t N, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< bool > &is_prime)</td></tr>
|
||||
<tr class="separator:a235843bdf82d2a6cc8596ae8fd3b8df9"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a88ec9ad42717780d6caaff9d3d6977f9"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">tests</a> ()</td></tr>
|
||||
<tr class="separator:a88ec9ad42717780d6caaff9d3d6977f9"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@@ -152,19 +152,19 @@ Space Complexity : \(O(N)\)</p>
|
||||
<div class="line"><span class="lineno"> 66</span> <a class="code hl_function" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">tests</a>();</div>
|
||||
<div class="line"><span class="lineno"> 67</span> </div>
|
||||
<div class="line"><span class="lineno"> 68</span> uint32_t <a class="code hl_variable" href="../../d6/d42/data__structures_2sparse__table_8cpp.html#a10f3ffb3f6f7e1b83d556b9c8de89a5d">N</a> = 100;</div>
|
||||
<div class="line"><span class="lineno"> 69</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<bool></a> <a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a> = <a class="code hl_function" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818">sieve</a>(N);</div>
|
||||
<div class="line"><span class="lineno"> 70</span> print(N, <a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>);</div>
|
||||
<div class="line"><span class="lineno"> 69</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<bool></a> <a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">is_prime</a> = <a class="code hl_function" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818">sieve</a>(N);</div>
|
||||
<div class="line"><span class="lineno"> 70</span> print(N, is_prime);</div>
|
||||
<div class="line"><span class="lineno"> 71</span> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line"><span class="lineno"> 72</span>}</div>
|
||||
<div class="ttc" id="acheck__prime_8cpp_html_aa18b3517017d99bb4024853bddba5532"><div class="ttname"><a href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a></div><div class="ttdeci">bool is_prime(T num)</div><div class="ttdoc">for IO operations</div><div class="ttdef"><b>Definition</b> check_prime.cpp:24</div></div>
|
||||
<div class="ttc" id="adata__structures_2sparse__table_8cpp_html_a10f3ffb3f6f7e1b83d556b9c8de89a5d"><div class="ttname"><a href="../../d6/d42/data__structures_2sparse__table_8cpp.html#a10f3ffb3f6f7e1b83d556b9c8de89a5d">data_structures::sparse_table::N</a></div><div class="ttdeci">constexpr uint32_t N</div><div class="ttdoc">A struct to represent sparse table for min() as their invariant function, for the given array A....</div><div class="ttdef"><b>Definition</b> sparse_table.cpp:47</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_abd8f794b2229b42876169ff841b6e444"><div class="ttname"><a href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a></div><div class="ttdeci">bool is_prime(int64_t num)</div><div class="ttdoc">Function to check if the given number is prime or not.</div><div class="ttdef"><b>Definition</b> check_prime.cpp:30</div></div>
|
||||
<div class="ttc" id="asieve__of__eratosthenes_8cpp_html_a7eebd5e7686a8db363f937b2f30d3818"><div class="ttname"><a href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818">sieve</a></div><div class="ttdeci">std::vector< bool > sieve(uint32_t N)</div><div class="ttdef"><b>Definition</b> sieve_of_eratosthenes.cpp:26</div></div>
|
||||
<div class="ttc" id="asieve__of__eratosthenes_8cpp_html_a88ec9ad42717780d6caaff9d3d6977f9"><div class="ttname"><a href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">tests</a></div><div class="ttdeci">void tests()</div><div class="ttdef"><b>Definition</b> sieve_of_eratosthenes.cpp:56</div></div>
|
||||
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a></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="../../d8/ddf/sieve__of__eratosthenes_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="378" height="112"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d8/ddf/sieve__of__eratosthenes_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="259" height="62"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -203,7 +203,7 @@ Here is the call graph for this function:</div>
|
||||
</dl>
|
||||
<div class="fragment"><div class="line"><span class="lineno"> 44</span> {</div>
|
||||
<div class="line"><span class="lineno"> 45</span> <span class="keywordflow">for</span> (uint32_t i = 2; i <= <a class="code hl_variable" href="../../d6/d42/data__structures_2sparse__table_8cpp.html#a10f3ffb3f6f7e1b83d556b9c8de89a5d">N</a>; i++) {</div>
|
||||
<div class="line"><span class="lineno"> 46</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>[i]) {</div>
|
||||
<div class="line"><span class="lineno"> 46</span> <span class="keywordflow">if</span> (is_prime[i]) {</div>
|
||||
<div class="line"><span class="lineno"> 47</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> << i << <span class="charliteral">' '</span>;</div>
|
||||
<div class="line"><span class="lineno"> 48</span> }</div>
|
||||
<div class="line"><span class="lineno"> 49</span> }</div>
|
||||
@@ -214,7 +214,7 @@ Here is the call graph for this function:</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="../../d8/ddf/sieve__of__eratosthenes_8cpp_a235843bdf82d2a6cc8596ae8fd3b8df9_cgraph.svg" width="176" height="86"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d8/ddf/sieve__of__eratosthenes_8cpp_a235843bdf82d2a6cc8596ae8fd3b8df9_cgraph.svg" width="176" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -242,23 +242,18 @@ Here is the call graph for this function:</div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>is_prime a vector of <code>N + 1</code> booleans identifying if <code>i</code>^th number is a prime or not </dd></dl>
|
||||
<div class="fragment"><div class="line"><span class="lineno"> 26</span> {</div>
|
||||
<div class="line"><span class="lineno"> 27</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<bool></a> <a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>(N + 1, <span class="keyword">true</span>);</div>
|
||||
<div class="line"><span class="lineno"> 28</span> <a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>[0] = <a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>[1] = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><span class="lineno"> 27</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<bool></a> <a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">is_prime</a>(N + 1, <span class="keyword">true</span>);</div>
|
||||
<div class="line"><span class="lineno"> 28</span> <a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">is_prime</a>[0] = <a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">is_prime</a>[1] = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><span class="lineno"> 29</span> <span class="keywordflow">for</span> (uint32_t i = 2; i * i <= <a class="code hl_variable" href="../../d6/d42/data__structures_2sparse__table_8cpp.html#a10f3ffb3f6f7e1b83d556b9c8de89a5d">N</a>; i++) {</div>
|
||||
<div class="line"><span class="lineno"> 30</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>[i]) {</div>
|
||||
<div class="line"><span class="lineno"> 30</span> <span class="keywordflow">if</span> (is_prime[i]) {</div>
|
||||
<div class="line"><span class="lineno"> 31</span> <span class="keywordflow">for</span> (uint32_t j = i * i; j <= <a class="code hl_variable" href="../../d6/d42/data__structures_2sparse__table_8cpp.html#a10f3ffb3f6f7e1b83d556b9c8de89a5d">N</a>; j += i) {</div>
|
||||
<div class="line"><span class="lineno"> 32</span> <a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>[j] = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><span class="lineno"> 32</span> <a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">is_prime</a>[j] = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><span class="lineno"> 33</span> }</div>
|
||||
<div class="line"><span class="lineno"> 34</span> }</div>
|
||||
<div class="line"><span class="lineno"> 35</span> }</div>
|
||||
<div class="line"><span class="lineno"> 36</span> <span class="keywordflow">return</span> <a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>;</div>
|
||||
<div class="line"><span class="lineno"> 36</span> <span class="keywordflow">return</span> <a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">is_prime</a>;</div>
|
||||
<div class="line"><span class="lineno"> 37</span>}</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="../../d8/ddf/sieve__of__eratosthenes_8cpp_a7eebd5e7686a8db363f937b2f30d3818_cgraph.svg" width="182" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
<a id="a88ec9ad42717780d6caaff9d3d6977f9" name="a88ec9ad42717780d6caaff9d3d6977f9"></a>
|
||||
@@ -284,7 +279,7 @@ Here is the call graph for this function:</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="../../d8/ddf/sieve__of__eratosthenes_8cpp_a88ec9ad42717780d6caaff9d3d6977f9_cgraph.svg" width="280" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d8/ddf/sieve__of__eratosthenes_8cpp_a88ec9ad42717780d6caaff9d3d6977f9_cgraph.svg" width="162" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<map id="print" name="print">
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,31,52,56"/>
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,52,31"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="100,5,171,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="51,36,85,27,86,33,53,41"/>
|
||||
<area shape="rect" id="Node000003" href="$db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" title="for IO operations" alt="" coords="100,55,171,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="53,46,86,54,85,59,51,51"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="52,16,85,16,85,21,52,21"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
647b9e1ec9ccefa6d789728091b5fb67
|
||||
3d9d00f1ba8824bdb16502791ed9d494
|
||||
@@ -4,8 +4,8 @@
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: print Pages: 1 -->
|
||||
<svg width="132pt" height="64pt"
|
||||
viewBox="0.00 0.00 132.25 64.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="132pt" height="27pt"
|
||||
viewBox="0.00 0.00 132.25 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
@@ -16,14 +16,14 @@
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 60.25)">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
|
||||
<title>print</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="34.75,-37.25 0,-37.25 0,-18 34.75,-18 34.75,-37.25"/>
|
||||
<text text-anchor="middle" x="17.38" y="-23.75" font-family="Helvetica,sans-Serif" font-size="10.00">print</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="34.75,-19.25 0,-19.25 0,0 34.75,0 34.75,-19.25"/>
|
||||
<text text-anchor="middle" x="17.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">print</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -31,8 +31,8 @@
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="124.25,-56.25 70.75,-56.25 70.75,-37 124.25,-37 124.25,-56.25"/>
|
||||
<text text-anchor="middle" x="97.5" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
<polygon fill="white" stroke="#666666" points="124.25,-19.25 70.75,-19.25 70.75,0 124.25,0 124.25,-19.25"/>
|
||||
<text text-anchor="middle" x="97.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -40,26 +40,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M34.94,-31.65C42.27,-33.44 51.19,-35.61 59.95,-37.74"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.88,-41.32 69.42,-40.28 60.53,-34.52 58.88,-41.32"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
|
||||
<polygon fill="white" stroke="#666666" points="123.88,-19.25 71.12,-19.25 71.12,0 123.88,0 123.88,-19.25"/>
|
||||
<text text-anchor="middle" x="97.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M34.94,-23.81C42.33,-22.11 51.35,-20.03 60.18,-17.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.77,-21.22 69.73,-15.56 59.2,-14.4 60.77,-21.22"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M34.94,-9.62C42.19,-9.62 51,-9.62 59.66,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.42,-13.13 69.42,-9.62 59.42,-6.13 59.42,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -4,16 +4,16 @@
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: print Pages: 1 -->
|
||||
<svg width="132pt" height="64pt"
|
||||
viewBox="0.00 0.00 132.25 64.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 60.25)">
|
||||
<svg width="132pt" height="27pt"
|
||||
viewBox="0.00 0.00 132.25 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
|
||||
<title>print</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="34.75,-37.25 0,-37.25 0,-18 34.75,-18 34.75,-37.25"/>
|
||||
<text text-anchor="middle" x="17.38" y="-23.75" font-family="Helvetica,sans-Serif" font-size="10.00">print</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="34.75,-19.25 0,-19.25 0,0 34.75,0 34.75,-19.25"/>
|
||||
<text text-anchor="middle" x="17.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">print</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -21,8 +21,8 @@
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="124.25,-56.25 70.75,-56.25 70.75,-37 124.25,-37 124.25,-56.25"/>
|
||||
<text text-anchor="middle" x="97.5" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
<polygon fill="white" stroke="#666666" points="124.25,-19.25 70.75,-19.25 70.75,0 124.25,0 124.25,-19.25"/>
|
||||
<text text-anchor="middle" x="97.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -30,26 +30,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M34.94,-31.65C42.27,-33.44 51.19,-35.61 59.95,-37.74"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.88,-41.32 69.42,-40.28 60.53,-34.52 58.88,-41.32"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
|
||||
<polygon fill="white" stroke="#666666" points="123.88,-19.25 71.12,-19.25 71.12,0 123.88,0 123.88,-19.25"/>
|
||||
<text text-anchor="middle" x="97.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M34.94,-23.81C42.33,-22.11 51.35,-20.03 60.18,-17.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.77,-21.22 69.73,-15.56 59.2,-14.4 60.77,-21.22"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M34.94,-9.62C42.19,-9.62 51,-9.62 59.66,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.42,-13.13 69.42,-9.62 59.42,-6.13 59.42,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -1,5 +0,0 @@
|
||||
<map id="sieve" name="sieve">
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,58,31"/>
|
||||
<area shape="rect" id="Node000002" href="$db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" title="for IO operations" alt="" coords="106,5,176,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="58,16,91,16,91,21,58,21"/>
|
||||
</map>
|
||||
@@ -1 +0,0 @@
|
||||
e3268befe64027bd029d60c2b4d28308
|
||||
@@ -1,64 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: sieve Pages: 1 -->
|
||||
<svg width="136pt" height="27pt"
|
||||
viewBox="0.00 0.00 136.00 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
|
||||
<title>sieve</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="39.25,-19.25 0,-19.25 0,0 39.25,0 39.25,-19.25"/>
|
||||
<text text-anchor="middle" x="19.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">sieve</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
|
||||
<polygon fill="white" stroke="#666666" points="128,-19.25 75.25,-19.25 75.25,0 128,0 128,-19.25"/>
|
||||
<text text-anchor="middle" x="101.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M39.58,-9.62C46.91,-9.62 55.55,-9.62 63.99,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.84,-13.13 73.84,-9.62 63.84,-6.13 63.84,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.4 KiB |
@@ -1,39 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: sieve Pages: 1 -->
|
||||
<svg width="136pt" height="27pt"
|
||||
viewBox="0.00 0.00 136.00 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
|
||||
<title>sieve</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="39.25,-19.25 0,-19.25 0,0 39.25,0 39.25,-19.25"/>
|
||||
<text text-anchor="middle" x="19.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">sieve</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
|
||||
<polygon fill="white" stroke="#666666" points="128,-19.25 75.25,-19.25 75.25,0 128,0 128,-19.25"/>
|
||||
<text text-anchor="middle" x="101.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M39.58,-9.62C46.91,-9.62 55.55,-9.62 63.99,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.84,-13.13 73.84,-9.62 63.84,-6.13 63.84,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -2,6 +2,4 @@
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,56,31"/>
|
||||
<area shape="rect" id="Node000002" href="$d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818" title=" " alt="" coords="104,5,156,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,16,89,16,89,21,56,21"/>
|
||||
<area shape="rect" id="Node000003" href="$db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" title="for IO operations" alt="" coords="204,5,274,31"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="156,16,189,16,189,21,156,21"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
c82de4be074c9901f097cb5a41bddaef
|
||||
841812c674f8d1523d259f12d986fac2
|
||||
@@ -4,8 +4,8 @@
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: tests Pages: 1 -->
|
||||
<svg width="210pt" height="27pt"
|
||||
viewBox="0.00 0.00 209.75 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="121pt" height="27pt"
|
||||
viewBox="0.00 0.00 121.00 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
@@ -45,24 +45,6 @@
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
|
||||
<polygon fill="white" stroke="#666666" points="201.75,-19.25 149,-19.25 149,0 201.75,0 201.75,-19.25"/>
|
||||
<text text-anchor="middle" x="175.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node3 -->
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M113.33,-9.62C120.66,-9.62 129.3,-9.62 137.74,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.59,-13.13 147.59,-9.62 137.59,-6.13 137.59,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -4,8 +4,8 @@
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: tests Pages: 1 -->
|
||||
<svg width="210pt" height="27pt"
|
||||
viewBox="0.00 0.00 209.75 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="121pt" height="27pt"
|
||||
viewBox="0.00 0.00 121.00 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
|
||||
<title>tests</title>
|
||||
<!-- Node1 -->
|
||||
@@ -35,23 +35,5 @@
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
|
||||
<polygon fill="white" stroke="#666666" points="201.75,-19.25 149,-19.25 149,0 201.75,0 201.75,-19.25"/>
|
||||
<text text-anchor="middle" x="175.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node3 -->
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M113.33,-9.62C120.66,-9.62 129.3,-9.62 137.74,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.59,-13.13 147.59,-9.62 137.59,-6.13 137.59,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -1,11 +1,8 @@
|
||||
<map id="main" name="main">
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,31,55,56"/>
|
||||
<area shape="rect" id="Node000002" href="$db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" title="for IO operations" alt="" coords="301,5,372,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="54,34,102,22,200,13,287,13,287,18,201,19,103,27,55,39"/>
|
||||
<area shape="rect" id="Node000003" href="$d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818" title=" " alt="" coords="201,31,253,56"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="55,41,186,41,186,46,55,46"/>
|
||||
<area shape="rect" id="Node000004" href="$d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9" title=" " alt="" coords="103,81,153,107"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000004" title=" " alt="" coords="56,54,91,72,89,77,54,58"/>
|
||||
<area shape="poly" id="edge3_Node000003_Node000002" title=" " alt="" coords="253,35,286,27,287,32,254,40"/>
|
||||
<area shape="poly" id="edge5_Node000004_Node000003" title=" " alt="" coords="152,79,186,61,189,66,155,84"/>
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,55,31"/>
|
||||
<area shape="rect" id="Node000002" href="$d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818" title=" " alt="" coords="201,5,253,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,16,186,16,186,21,55,21"/>
|
||||
<area shape="rect" id="Node000003" href="$d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9" title=" " alt="" coords="103,31,153,56"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="56,22,89,31,88,36,54,27"/>
|
||||
<area shape="poly" id="edge3_Node000003_Node000002" title=" " alt="" coords="153,35,186,26,187,31,154,40"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1b5c4d0b6240f26aa8846ee043d130fb
|
||||
3e0cf28727cc40dd4e6df63332c53b53
|
||||
@@ -4,8 +4,8 @@
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="283pt" height="84pt"
|
||||
viewBox="0.00 0.00 282.75 84.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="194pt" height="46pt"
|
||||
viewBox="0.00 0.00 194.00 46.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
@@ -16,23 +16,23 @@
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 80.25)">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 42.25)">
|
||||
<title>main</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="37,-57.25 0,-57.25 0,-38 37,-38 37,-57.25"/>
|
||||
<text text-anchor="middle" x="18.5" y="-43.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="37,-38.25 0,-38.25 0,-19 37,-19 37,-38.25"/>
|
||||
<text text-anchor="middle" x="18.5" y="-24.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
|
||||
<polygon fill="white" stroke="#666666" points="274.75,-76.25 222,-76.25 222,-57 274.75,-57 274.75,-76.25"/>
|
||||
<text text-anchor="middle" x="248.38" y="-62.75" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
|
||||
<g id="a_Node000002"><a xlink:href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="186,-38.25 146.75,-38.25 146.75,-19 186,-19 186,-38.25"/>
|
||||
<text text-anchor="middle" x="166.38" y="-24.75" font-family="Helvetica,sans-Serif" font-size="10.00">sieve</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -40,17 +40,17 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.15,-53.14C47.5,-56.15 60.87,-59.65 73,-61.62 120.2,-69.33 175.52,-69.43 210.98,-68.38"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="210.89,-71.85 220.76,-68 210.65,-64.85 210.89,-71.85"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.39,-28.62C61.83,-28.62 106.01,-28.62 135.52,-28.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.42,-32.13 145.42,-28.62 135.42,-25.13 135.42,-32.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="186,-57.25 146.75,-57.25 146.75,-38 186,-38 186,-57.25"/>
|
||||
<text text-anchor="middle" x="166.38" y="-43.75" font-family="Helvetica,sans-Serif" font-size="10.00">sieve</text>
|
||||
<g id="a_Node000003"><a xlink:href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="110.75,-19.25 73,-19.25 73,0 110.75,0 110.75,-19.25"/>
|
||||
<text text-anchor="middle" x="91.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -58,26 +58,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.39,-47.62C61.83,-47.62 106.01,-47.62 135.52,-47.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.42,-51.13 145.42,-47.62 135.42,-44.13 135.42,-51.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a xlink:href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="110.75,-19.25 73,-19.25 73,0 110.75,0 110.75,-19.25"/>
|
||||
<text text-anchor="middle" x="91.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge4_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.14,-38.23C45.06,-34.02 54.59,-28.94 63.41,-24.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.76,-26.96 71.94,-19.17 61.47,-20.78 64.76,-26.96"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.14,-23.93C44.81,-21.89 53.98,-19.45 62.55,-17.16"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.18,-20.35 71.94,-14.4 61.38,-13.59 63.18,-20.35"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -85,17 +67,8 @@
|
||||
<g id="edge3_Node000003_Node000002" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<g id="a_edge3_Node000003_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M186.33,-52.13C193.74,-53.89 202.49,-55.97 211.02,-57.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="210.05,-61.6 220.59,-60.5 211.67,-54.79 210.05,-61.6"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node3 -->
|
||||
<g id="edge5_Node000004_Node000003" class="edge">
|
||||
<title>Node4->Node3</title>
|
||||
<g id="a_edge5_Node000004_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M111.17,-19.21C118.89,-23.26 128.06,-28.07 136.64,-32.57"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.84,-36.1 145.33,-37.64 138.09,-29.9 134.84,-36.1"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M111.17,-14.42C118.64,-16.38 127.46,-18.69 135.8,-20.87"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.77,-24.48 145.33,-23.63 136.54,-17.71 134.77,-24.48"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 3.6 KiB |
@@ -4,25 +4,25 @@
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="283pt" height="84pt"
|
||||
viewBox="0.00 0.00 282.75 84.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 80.25)">
|
||||
<svg width="194pt" height="46pt"
|
||||
viewBox="0.00 0.00 194.00 46.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 42.25)">
|
||||
<title>main</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="37,-57.25 0,-57.25 0,-38 37,-38 37,-57.25"/>
|
||||
<text text-anchor="middle" x="18.5" y="-43.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="37,-38.25 0,-38.25 0,-19 37,-19 37,-38.25"/>
|
||||
<text text-anchor="middle" x="18.5" y="-24.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
|
||||
<polygon fill="white" stroke="#666666" points="274.75,-76.25 222,-76.25 222,-57 274.75,-57 274.75,-76.25"/>
|
||||
<text text-anchor="middle" x="248.38" y="-62.75" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
|
||||
<g id="a_Node000002"><a xlink:href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="186,-38.25 146.75,-38.25 146.75,-19 186,-19 186,-38.25"/>
|
||||
<text text-anchor="middle" x="166.38" y="-24.75" font-family="Helvetica,sans-Serif" font-size="10.00">sieve</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -30,17 +30,17 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.15,-53.14C47.5,-56.15 60.87,-59.65 73,-61.62 120.2,-69.33 175.52,-69.43 210.98,-68.38"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="210.89,-71.85 220.76,-68 210.65,-64.85 210.89,-71.85"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.39,-28.62C61.83,-28.62 106.01,-28.62 135.52,-28.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.42,-32.13 145.42,-28.62 135.42,-25.13 135.42,-32.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="186,-57.25 146.75,-57.25 146.75,-38 186,-38 186,-57.25"/>
|
||||
<text text-anchor="middle" x="166.38" y="-43.75" font-family="Helvetica,sans-Serif" font-size="10.00">sieve</text>
|
||||
<g id="a_Node000003"><a xlink:href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="110.75,-19.25 73,-19.25 73,0 110.75,0 110.75,-19.25"/>
|
||||
<text text-anchor="middle" x="91.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -48,26 +48,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.39,-47.62C61.83,-47.62 106.01,-47.62 135.52,-47.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.42,-51.13 145.42,-47.62 135.42,-44.13 135.42,-51.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a xlink:href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="110.75,-19.25 73,-19.25 73,0 110.75,0 110.75,-19.25"/>
|
||||
<text text-anchor="middle" x="91.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge4_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.14,-38.23C45.06,-34.02 54.59,-28.94 63.41,-24.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.76,-26.96 71.94,-19.17 61.47,-20.78 64.76,-26.96"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.14,-23.93C44.81,-21.89 53.98,-19.45 62.55,-17.16"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.18,-20.35 71.94,-14.4 61.38,-13.59 63.18,-20.35"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -75,17 +57,8 @@
|
||||
<g id="edge3_Node000003_Node000002" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<g id="a_edge3_Node000003_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M186.33,-52.13C193.74,-53.89 202.49,-55.97 211.02,-57.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="210.05,-61.6 220.59,-60.5 211.67,-54.79 210.05,-61.6"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node3 -->
|
||||
<g id="edge5_Node000004_Node000003" class="edge">
|
||||
<title>Node4->Node3</title>
|
||||
<g id="a_edge5_Node000004_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M111.17,-19.21C118.89,-23.26 128.06,-28.07 136.64,-32.57"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.84,-36.1 145.33,-37.64 138.09,-29.9 134.84,-36.1"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M111.17,-14.42C118.64,-16.38 127.46,-18.69 135.8,-20.87"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.77,-24.48 145.33,-23.63 136.54,-17.71 134.77,-24.48"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -98,12 +98,13 @@ $(document).ready(function(){initNavTree('db/d93/check__prime_8cpp.html','../../
|
||||
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#namespaces">Namespaces</a> |
|
||||
<a href="#func-members">Functions</a> </div>
|
||||
<div class="headertitle"><div class="title">check_prime.cpp File Reference</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>Reduced all possibilities of a number which cannot be prime. Eg: No even number, except 2 can be a prime number, hence we will increment our loop with i+6 jumping and check for i or i+2 to be a factor of the number; if it's a factor then we will return false otherwise true after the loop terminates at the terminating condition which is (i*i<=num)
|
||||
<p>A simple program to check if the given number is <a href="https://en.wikipedia.org/wiki/Primality_test" target="_blank">Prime</a> or not.
|
||||
<a href="#details">More...</a></p>
|
||||
<div class="textblock"><code>#include <cassert></code><br />
|
||||
<code>#include <iostream></code><br />
|
||||
@@ -113,68 +114,30 @@ Include dependency graph for check_prime.cpp:</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d3/d39/check__prime_8cpp__incl.svg" width="171" height="111"><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:dd/d47/namespacemath"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d47/namespacemath.html">math</a></td></tr>
|
||||
<tr class="memdesc:dd/d47/namespacemath"><td class="mdescLeft"> </td><td class="mdescRight">for IO operations <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </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:aa18b3517017d99bb4024853bddba5532"><td class="memTemplParams" colspan="2">template<typename T > </td></tr>
|
||||
<tr class="memitem:aa18b3517017d99bb4024853bddba5532"><td class="memTemplItemLeft" align="right" valign="top">bool </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a> (T num)</td></tr>
|
||||
<tr class="memdesc:aa18b3517017d99bb4024853bddba5532"><td class="mdescLeft"> </td><td class="mdescRight">for IO operations <br /></td></tr>
|
||||
<tr class="separator:aa18b3517017d99bb4024853bddba5532"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:abd8f794b2229b42876169ff841b6e444"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a> (int64_t num)</td></tr>
|
||||
<tr class="memdesc:abd8f794b2229b42876169ff841b6e444"><td class="mdescLeft"> </td><td class="mdescRight">Function to check if the given number is prime or not. <br /></td></tr>
|
||||
<tr class="separator:abd8f794b2229b42876169ff841b6e444"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a483bb8ccf42aaf7375a83e91490eda1e"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d93/check__prime_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">tests</a> ()</td></tr>
|
||||
<tr class="memdesc:a483bb8ccf42aaf7375a83e91490eda1e"><td class="mdescLeft"> </td><td class="mdescRight">Self-test implementations. <br /></td></tr>
|
||||
<tr class="separator:a483bb8ccf42aaf7375a83e91490eda1e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d93/check__prime_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
|
||||
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft"> </td><td class="mdescRight">Main function. <br /></td></tr>
|
||||
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>Reduced all possibilities of a number which cannot be prime. Eg: No even number, except 2 can be a prime number, hence we will increment our loop with i+6 jumping and check for i or i+2 to be a factor of the number; if it's a factor then we will return false otherwise true after the loop terminates at the terminating condition which is (i*i<=num) </p>
|
||||
<p>Copyright 2020 </p><dl class="section author"><dt>Author</dt><dd>omkarlanghe</dd></dl>
|
||||
<p>A simple program to check if the given number if prime or not. </p>
|
||||
<div class="textblock"><p>A simple program to check if the given number is <a href="https://en.wikipedia.org/wiki/Primality_test" target="_blank">Prime</a> or not. </p>
|
||||
<p>A prime number is any number that can be divided only by itself and 1. It must be positive and a whole number, therefore any prime number is part of the set of natural numbers. The majority of prime numbers are even numbers, with the exception of 2. This algorithm finds prime numbers using this information. additional ways to solve the prime check problem: <a href="https://cp-algorithms.com/algebra/primality_tests.html#practice-problems">https://cp-algorithms.com/algebra/primality_tests.html#practice-problems</a> </p><dl class="section author"><dt>Author</dt><dd><a href="https://github.com/omkarlanghe" target="_blank">Omkar Langhe</a> </dd>
|
||||
<dd>
|
||||
<a href="https://github.com/ewd00010" target="_blank">ewd00010</a> </dd></dl>
|
||||
</div><h2 class="groupheader">Function Documentation</h2>
|
||||
<a id="aa18b3517017d99bb4024853bddba5532" name="aa18b3517017d99bb4024853bddba5532"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#aa18b3517017d99bb4024853bddba5532">◆ </a></span>is_prime()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<div class="memtemplate">
|
||||
template<typename T > </div>
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">bool is_prime </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">T </td>
|
||||
<td class="paramname"><em>num</em></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>for IO operations </p>
|
||||
<p>for assert Function to check if the given number is prime or not. </p><dl class="params"><dt>Parameters</dt><dd>
|
||||
<table class="params">
|
||||
<tr><td class="paramname">num</td><td>number to be checked. </td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>if number is prime, it returns @ true, else it returns @ false. </dd></dl>
|
||||
<div class="fragment"><div class="line"><span class="lineno"> 24</span> {</div>
|
||||
<div class="line"><span class="lineno"> 25</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="../../de/dc3/fibonacci__sum_8cpp.html#aadb40ac4c74a7efc0680b83eeee138aa">result</a> = <span class="keyword">true</span>;</div>
|
||||
<div class="line"><span class="lineno"> 26</span> <span class="keywordflow">if</span> (num <= 1) {</div>
|
||||
<div class="line"><span class="lineno"> 27</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><span class="lineno"> 28</span> } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (num == 2 || num == 3) {</div>
|
||||
<div class="line"><span class="lineno"> 29</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><span class="lineno"> 30</span> } <span class="keywordflow">else</span> <span class="keywordflow">if</span> ((num % 2) == 0 || num % 3 == 0) {</div>
|
||||
<div class="line"><span class="lineno"> 31</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><span class="lineno"> 32</span> } <span class="keywordflow">else</span> {</div>
|
||||
<div class="line"><span class="lineno"> 33</span> <span class="keywordflow">for</span> (T i = 5; (i * i) <= (num); i = (i + 6)) {</div>
|
||||
<div class="line"><span class="lineno"> 34</span> <span class="keywordflow">if</span> ((num % i) == 0 || (num % (i + 2) == 0)) {</div>
|
||||
<div class="line"><span class="lineno"> 35</span> <a class="code hl_function" href="../../de/dc3/fibonacci__sum_8cpp.html#aadb40ac4c74a7efc0680b83eeee138aa">result</a> = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><span class="lineno"> 36</span> <span class="keywordflow">break</span>;</div>
|
||||
<div class="line"><span class="lineno"> 37</span> }</div>
|
||||
<div class="line"><span class="lineno"> 38</span> }</div>
|
||||
<div class="line"><span class="lineno"> 39</span> }</div>
|
||||
<div class="line"><span class="lineno"> 40</span> <span class="keywordflow">return</span> (result);</div>
|
||||
<div class="line"><span class="lineno"> 41</span>}</div>
|
||||
<div class="ttc" id="afibonacci__sum_8cpp_html_aadb40ac4c74a7efc0680b83eeee138aa"><div class="ttname"><a href="../../de/dc3/fibonacci__sum_8cpp.html#aadb40ac4c74a7efc0680b83eeee138aa">math::fibonacci_sum::result</a></div><div class="ttdeci">uint64_t result(uint64_t n)</div><div class="ttdef"><b>Definition</b> fibonacci_sum.cpp:76</div></div>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
<a id="ae66f6b31b5ad750f1fe042a706a4e3d4" name="ae66f6b31b5ad750f1fe042a706a4e3d4"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ae66f6b31b5ad750f1fe042a706a4e3d4">◆ </a></span>main()</h2>
|
||||
|
||||
@@ -190,32 +153,68 @@ template<typename T > </div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<p>Main function </p>
|
||||
<div class="fragment"><div class="line"><span class="lineno"> 46</span> {</div>
|
||||
<div class="line"><span class="lineno"> 47</span> <span class="comment">// perform self-test</span></div>
|
||||
<div class="line"><span class="lineno"> 48</span> assert(<a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>(50) == <span class="keyword">false</span>);</div>
|
||||
<div class="line"><span class="lineno"> 49</span> assert(<a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>(115249) == <span class="keyword">true</span>);</div>
|
||||
<div class="line"><span class="lineno"> 50</span> </div>
|
||||
<div class="line"><span class="lineno"> 51</span> <span class="keywordtype">int</span> num = 0;</div>
|
||||
<div class="line"><span class="lineno"> 52</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> << <span class="stringliteral">"Enter the number to check if it is prime or not"</span> << <a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/manip/endl.html">std::endl</a>;</div>
|
||||
<div class="line"><span class="lineno"> 53</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_istream.html">std::cin</a> >> num;</div>
|
||||
<div class="line"><span class="lineno"> 54</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="../../de/dc3/fibonacci__sum_8cpp.html#aadb40ac4c74a7efc0680b83eeee138aa">result</a> = <a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a>(num);</div>
|
||||
<div class="line"><span class="lineno"> 55</span> <span class="keywordflow">if</span> (result) {</div>
|
||||
<div class="line"><span class="lineno"> 56</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> << num << <span class="stringliteral">" is a prime number"</span> << <a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/manip/endl.html">std::endl</a>;</div>
|
||||
<div class="line"><span class="lineno"> 57</span> } <span class="keywordflow">else</span> {</div>
|
||||
<div class="line"><span class="lineno"> 58</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> << num << <span class="stringliteral">" is not a prime number"</span> << <a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/manip/endl.html">std::endl</a>;</div>
|
||||
<div class="line"><span class="lineno"> 59</span> }</div>
|
||||
<div class="line"><span class="lineno"> 60</span> </div>
|
||||
<div class="line"><span class="lineno"> 61</span> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line"><span class="lineno"> 62</span>}</div>
|
||||
<div class="ttc" id="abasic_istream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_istream.html">std::cin</a></div></div>
|
||||
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a></div></div>
|
||||
<div class="ttc" id="acheck__prime_8cpp_html_aa18b3517017d99bb4024853bddba5532"><div class="ttname"><a href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">is_prime</a></div><div class="ttdeci">bool is_prime(T num)</div><div class="ttdoc">for IO operations</div><div class="ttdef"><b>Definition</b> check_prime.cpp:24</div></div>
|
||||
<div class="ttc" id="aendl_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/manip/endl.html">std::endl</a></div><div class="ttdeci">T endl(T... args)</div></div>
|
||||
|
||||
<p>Main function. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>0 on exit </dd></dl>
|
||||
<div class="fragment"><div class="line"><span class="lineno"> 80</span> {</div>
|
||||
<div class="line"><span class="lineno"> 81</span> <a class="code hl_function" href="../../db/d93/check__prime_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">tests</a>(); <span class="comment">// perform self-tests implementations</span></div>
|
||||
<div class="line"><span class="lineno"> 82</span> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line"><span class="lineno"> 83</span>}</div>
|
||||
<div class="ttc" id="acheck__prime_8cpp_html_a483bb8ccf42aaf7375a83e91490eda1e"><div class="ttname"><a href="../../db/d93/check__prime_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">tests</a></div><div class="ttdeci">static void tests()</div><div class="ttdoc">Self-test implementations.</div><div class="ttdef"><b>Definition</b> check_prime.cpp:61</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="../../db/d93/check__prime_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="180" height="86"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../db/d93/check__prime_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="314" height="86"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a483bb8ccf42aaf7375a83e91490eda1e" name="a483bb8ccf42aaf7375a83e91490eda1e"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a483bb8ccf42aaf7375a83e91490eda1e">◆ </a></span>tests()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">static void tests </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>Self-test implementations. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>void </dd></dl>
|
||||
<div class="fragment"><div class="line"><span class="lineno"> 61</span> {</div>
|
||||
<div class="line"><span class="lineno"> 62</span> assert(<a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a>(1) == <span class="keyword">false</span>);</div>
|
||||
<div class="line"><span class="lineno"> 63</span> assert(<a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a>(2) == <span class="keyword">true</span>);</div>
|
||||
<div class="line"><span class="lineno"> 64</span> assert(<a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a>(3) == <span class="keyword">true</span>);</div>
|
||||
<div class="line"><span class="lineno"> 65</span> assert(<a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a>(4) == <span class="keyword">false</span>);</div>
|
||||
<div class="line"><span class="lineno"> 66</span> assert(<a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a>(-4) == <span class="keyword">false</span>);</div>
|
||||
<div class="line"><span class="lineno"> 67</span> assert(<a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a>(7) == <span class="keyword">true</span>);</div>
|
||||
<div class="line"><span class="lineno"> 68</span> assert(<a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a>(-7) == <span class="keyword">false</span>);</div>
|
||||
<div class="line"><span class="lineno"> 69</span> assert(<a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a>(19) == <span class="keyword">true</span>);</div>
|
||||
<div class="line"><span class="lineno"> 70</span> assert(<a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a>(50) == <span class="keyword">false</span>);</div>
|
||||
<div class="line"><span class="lineno"> 71</span> assert(<a class="code hl_function" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a>(115249) == <span class="keyword">true</span>);</div>
|
||||
<div class="line"><span class="lineno"> 72</span> </div>
|
||||
<div class="line"><span class="lineno"> 73</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> << <span class="stringliteral">"All tests have successfully passed!"</span> << <a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/manip/endl.html">std::endl</a>;</div>
|
||||
<div class="line"><span class="lineno"> 74</span>}</div>
|
||||
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a></div></div>
|
||||
<div class="ttc" id="aendl_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/manip/endl.html">std::endl</a></div><div class="ttdeci">T endl(T... args)</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_abd8f794b2229b42876169ff841b6e444"><div class="ttname"><a href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math::is_prime</a></div><div class="ttdeci">bool is_prime(int64_t num)</div><div class="ttdoc">Function to check if the given number is prime or not.</div><div class="ttdef"><b>Definition</b> check_prime.cpp:30</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="../../db/d93/check__prime_8cpp_a483bb8ccf42aaf7375a83e91490eda1e_cgraph.svg" width="216" height="86"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
var check__prime_8cpp =
|
||||
[
|
||||
[ "is_prime", "db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532", null ],
|
||||
[ "main", "db/d93/check__prime_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ]
|
||||
[ "is_prime", "db/d93/check__prime_8cpp.html#abd8f794b2229b42876169ff841b6e444", null ],
|
||||
[ "main", "db/d93/check__prime_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ],
|
||||
[ "tests", "db/d93/check__prime_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e", null ]
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<map id="tests" name="tests">
|
||||
<area shape="rect" id="Node000001" title="Self-test implementations." alt="" coords="5,31,56,56"/>
|
||||
<area shape="rect" id="Node000002" 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,5,193,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,36,106,26,108,31,56,41"/>
|
||||
<area shape="rect" id="Node000003" href="$dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444" title="Function to check if the given number is prime or not." alt="" coords="104,55,211,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="56,46,90,52,89,57,55,51"/>
|
||||
</map>
|
||||
@@ -0,0 +1 @@
|
||||
9c5a2a03b8386cbd80dfb8b3134f2e02
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: tests Pages: 1 -->
|
||||
<svg width="162pt" height="64pt"
|
||||
viewBox="0.00 0.00 162.25 64.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 60.25)">
|
||||
<title>tests</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Self-test implementations.">
|
||||
<polygon fill="#999999" stroke="#666666" points="37.75,-37.25 0,-37.25 0,-18 37.75,-18 37.75,-37.25"/>
|
||||
<text text-anchor="middle" x="18.88" y="-23.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="140.75,-56.25 87.25,-56.25 87.25,-37 140.75,-37 140.75,-56.25"/>
|
||||
<text text-anchor="middle" x="114" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.83,-31.29C48.73,-33.51 63.05,-36.43 76.26,-39.13"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.5,-42.75 86,-41.32 76.9,-35.89 75.5,-42.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444" target="_top" xlink:title="Function to check if the given number is prime or not.">
|
||||
<polygon fill="white" stroke="#666666" points="154.25,-19.25 73.75,-19.25 73.75,0 154.25,0 154.25,-19.25"/>
|
||||
<text text-anchor="middle" x="114" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::is_prime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.83,-24.15C45.12,-22.74 53.95,-21.04 62.94,-19.3"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.35,-22.59 72.51,-17.26 62.02,-15.72 63.35,-22.59"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: tests Pages: 1 -->
|
||||
<svg width="162pt" height="64pt"
|
||||
viewBox="0.00 0.00 162.25 64.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 60.25)">
|
||||
<title>tests</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Self-test implementations.">
|
||||
<polygon fill="#999999" stroke="#666666" points="37.75,-37.25 0,-37.25 0,-18 37.75,-18 37.75,-37.25"/>
|
||||
<text text-anchor="middle" x="18.88" y="-23.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="140.75,-56.25 87.25,-56.25 87.25,-37 140.75,-37 140.75,-56.25"/>
|
||||
<text text-anchor="middle" x="114" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.83,-31.29C48.73,-33.51 63.05,-36.43 76.26,-39.13"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.5,-42.75 86,-41.32 76.9,-35.89 75.5,-42.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444" target="_top" xlink:title="Function to check if the given number is prime or not.">
|
||||
<polygon fill="white" stroke="#666666" points="154.25,-19.25 73.75,-19.25 73.75,0 154.25,0 154.25,-19.25"/>
|
||||
<text text-anchor="middle" x="114" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::is_prime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.83,-24.15C45.12,-22.74 53.95,-21.04 62.94,-19.3"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.35,-22.59 72.51,-17.26 62.02,-15.72 63.35,-22.59"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
@@ -1,7 +1,9 @@
|
||||
<map id="main" name="main">
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,31,55,56"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="103,5,174,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,35,88,27,89,32,56,40"/>
|
||||
<area shape="rect" id="Node000003" href="$db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" title="for IO operations" alt="" coords="103,55,174,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="56,46,89,54,88,59,55,52"/>
|
||||
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,31,55,56"/>
|
||||
<area shape="rect" id="Node000002" href="$db/d93/check__prime_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e" title="Self-test implementations." alt="" coords="103,31,153,56"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,41,88,41,88,46,55,46"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="219,5,290,31"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="153,36,204,26,205,31,154,41"/>
|
||||
<area shape="rect" id="Node000004" href="$dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444" title="Function to check if the given number is prime or not." alt="" coords="201,55,308,80"/>
|
||||
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="154,46,187,52,186,57,153,51"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
045fac8f0573f6c028be62240e1f7e2f
|
||||
ecc3356383182ba366fc14e7f9dd3ffe
|
||||
@@ -4,8 +4,8 @@
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="135pt" height="64pt"
|
||||
viewBox="0.00 0.00 134.50 64.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="235pt" height="64pt"
|
||||
viewBox="0.00 0.00 235.25 64.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
@@ -21,7 +21,7 @@
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<g id="a_Node000001"><a xlink:title="Main function.">
|
||||
<polygon fill="#999999" stroke="#666666" points="37,-37.25 0,-37.25 0,-18 37,-18 37,-37.25"/>
|
||||
<text text-anchor="middle" x="18.5" y="-23.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||||
</a>
|
||||
@@ -30,9 +30,9 @@
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="126.5,-56.25 73,-56.25 73,-37 126.5,-37 126.5,-56.25"/>
|
||||
<text text-anchor="middle" x="99.75" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
<g id="a_Node000002"><a xlink:href="../../db/d93/check__prime_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e" target="_top" xlink:title="Self-test implementations.">
|
||||
<polygon fill="white" stroke="#666666" points="110.75,-37.25 73,-37.25 73,-18 110.75,-18 110.75,-37.25"/>
|
||||
<text text-anchor="middle" x="91.88" y="-23.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -40,26 +40,44 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.48,-31.94C44.8,-33.69 53.55,-35.79 62.1,-37.84"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.18,-41.46 71.72,-40.38 62.81,-34.65 61.18,-41.46"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.14,-27.62C44.64,-27.62 53.57,-27.62 61.98,-27.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.94,-31.13 71.94,-27.62 61.94,-24.13 61.94,-31.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
|
||||
<polygon fill="white" stroke="#666666" points="126.12,-19.25 73.38,-19.25 73.38,0 126.12,0 126.12,-19.25"/>
|
||||
<text text-anchor="middle" x="99.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="213.75,-56.25 160.25,-56.25 160.25,-37 213.75,-37 213.75,-56.25"/>
|
||||
<text text-anchor="middle" x="187" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.48,-23.54C44.87,-21.86 53.7,-19.86 62.33,-17.9"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.05,-21.1 72.02,-15.47 61.5,-14.27 63.05,-21.1"/>
|
||||
<!-- Node2->Node3 -->
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M110.83,-31.29C121.73,-33.51 136.05,-36.43 149.26,-39.13"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.5,-42.75 159,-41.32 149.9,-35.89 148.5,-42.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a xlink:href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444" target="_top" xlink:title="Function to check if the given number is prime or not.">
|
||||
<polygon fill="white" stroke="#666666" points="227.25,-19.25 146.75,-19.25 146.75,0 227.25,0 227.25,-19.25"/>
|
||||
<text text-anchor="middle" x="187" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::is_prime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node4 -->
|
||||
<g id="edge3_Node000002_Node000004" class="edge">
|
||||
<title>Node2->Node4</title>
|
||||
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M110.83,-24.15C118.12,-22.74 126.95,-21.04 135.94,-19.3"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.35,-22.59 145.51,-17.26 135.02,-15.72 136.35,-22.59"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 4.1 KiB |
@@ -4,14 +4,14 @@
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="135pt" height="64pt"
|
||||
viewBox="0.00 0.00 134.50 64.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="235pt" height="64pt"
|
||||
viewBox="0.00 0.00 235.25 64.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 60.25)">
|
||||
<title>main</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title=" ">
|
||||
<g id="a_Node000001"><a xlink:title="Main function.">
|
||||
<polygon fill="#999999" stroke="#666666" points="37,-37.25 0,-37.25 0,-18 37,-18 37,-37.25"/>
|
||||
<text text-anchor="middle" x="18.5" y="-23.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||||
</a>
|
||||
@@ -20,9 +20,9 @@
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="126.5,-56.25 73,-56.25 73,-37 126.5,-37 126.5,-56.25"/>
|
||||
<text text-anchor="middle" x="99.75" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
<g id="a_Node000002"><a xlink:href="../../db/d93/check__prime_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e" target="_top" xlink:title="Self-test implementations.">
|
||||
<polygon fill="white" stroke="#666666" points="110.75,-37.25 73,-37.25 73,-18 110.75,-18 110.75,-37.25"/>
|
||||
<text text-anchor="middle" x="91.88" y="-23.75" font-family="Helvetica,sans-Serif" font-size="10.00">tests</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -30,26 +30,44 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.48,-31.94C44.8,-33.69 53.55,-35.79 62.1,-37.84"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.18,-41.46 71.72,-40.38 62.81,-34.65 61.18,-41.46"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.14,-27.62C44.64,-27.62 53.57,-27.62 61.98,-27.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.94,-31.13 71.94,-27.62 61.94,-24.13 61.94,-31.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532" target="_top" xlink:title="for IO operations">
|
||||
<polygon fill="white" stroke="#666666" points="126.12,-19.25 73.38,-19.25 73.38,0 126.12,0 126.12,-19.25"/>
|
||||
<text text-anchor="middle" x="99.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">is_prime</text>
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="213.75,-56.25 160.25,-56.25 160.25,-37 213.75,-37 213.75,-56.25"/>
|
||||
<text text-anchor="middle" x="187" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.48,-23.54C44.87,-21.86 53.7,-19.86 62.33,-17.9"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.05,-21.1 72.02,-15.47 61.5,-14.27 63.05,-21.1"/>
|
||||
<!-- Node2->Node3 -->
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M110.83,-31.29C121.73,-33.51 136.05,-36.43 149.26,-39.13"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.5,-42.75 159,-41.32 149.9,-35.89 148.5,-42.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a xlink:href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444" target="_top" xlink:title="Function to check if the given number is prime or not.">
|
||||
<polygon fill="white" stroke="#666666" points="227.25,-19.25 146.75,-19.25 146.75,0 227.25,0 227.25,-19.25"/>
|
||||
<text text-anchor="middle" x="187" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::is_prime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node4 -->
|
||||
<g id="edge3_Node000002_Node000004" class="edge">
|
||||
<title>Node2->Node4</title>
|
||||
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M110.83,-24.15C118.12,-22.74 126.95,-21.04 135.94,-19.3"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.35,-22.59 145.51,-17.26 135.02,-15.72 136.35,-22.59"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.3 KiB |
@@ -153,6 +153,9 @@ Functions</h2></td></tr>
|
||||
<tr class="memitem:a6c72f756a7bf1b9043c357e3fe7814ca"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d47/namespacemath.html#a6c72f756a7bf1b9043c357e3fe7814ca">is_factorial</a> (uint64_t n)</td></tr>
|
||||
<tr class="memdesc:a6c72f756a7bf1b9043c357e3fe7814ca"><td class="mdescLeft"> </td><td class="mdescRight">Function to check if the given number is factorial of some number or not. <br /></td></tr>
|
||||
<tr class="separator:a6c72f756a7bf1b9043c357e3fe7814ca"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:abd8f794b2229b42876169ff841b6e444"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">is_prime</a> (int64_t num)</td></tr>
|
||||
<tr class="memdesc:abd8f794b2229b42876169ff841b6e444"><td class="mdescLeft"> </td><td class="mdescRight">Function to check if the given number is prime or not. <br /></td></tr>
|
||||
<tr class="separator:abd8f794b2229b42876169ff841b6e444"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a91366864111e1fac29722ca45e02ea8f"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d47/namespacemath.html#a91366864111e1fac29722ca45e02ea8f">sieve</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< bool > *vec)</td></tr>
|
||||
<tr class="memdesc:a91366864111e1fac29722ca45e02ea8f"><td class="mdescLeft"> </td><td class="mdescRight">Performs the sieve. <br /></td></tr>
|
||||
<tr class="separator:a91366864111e1fac29722ca45e02ea8f"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@@ -899,6 +902,61 @@ false if number is not a factorial </dd></dl>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
<a id="abd8f794b2229b42876169ff841b6e444" name="abd8f794b2229b42876169ff841b6e444"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#abd8f794b2229b42876169ff841b6e444">◆ </a></span>is_prime()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">bool math::is_prime </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">int64_t </td>
|
||||
<td class="paramname"><em>num</em></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Function to check if the given number is prime or not. </p>
|
||||
<dl class="params"><dt>Parameters</dt><dd>
|
||||
<table class="params">
|
||||
<tr><td class="paramname">num</td><td>number to be checked. </td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>true if number is a prime </dd>
|
||||
<dd>
|
||||
false if number is not a prime. </dd></dl>
|
||||
<p>Reduce all possibilities of a number which cannot be prime with the first 3 if, else if conditionals. Example: Since no even number, except 2 can be a prime number and the next prime we find after our checks is 5, we will start the for loop with i = 5. then for each loop we increment i by +6 and check if i or i+2 is a factor of the number; if it's a factor then we will return false. otherwise, true will be returned after the loop terminates at the terminating condition which is i*i <= num</p>
|
||||
<div class="fragment"><div class="line"><span class="lineno"> 30</span> {<span class="comment"></span></div>
|
||||
<div class="line"><span class="lineno"> 31</span><span class="comment"> /*!</span></div>
|
||||
<div class="line"><span class="lineno"> 32</span><span class="comment"> * Reduce all possibilities of a number which cannot be prime with the first</span></div>
|
||||
<div class="line"><span class="lineno"> 33</span><span class="comment"> * 3 if, else if conditionals. Example: Since no even number, except 2 can</span></div>
|
||||
<div class="line"><span class="lineno"> 34</span><span class="comment"> * be a prime number and the next prime we find after our checks is 5,</span></div>
|
||||
<div class="line"><span class="lineno"> 35</span><span class="comment"> * we will start the for loop with i = 5. then for each loop we increment</span></div>
|
||||
<div class="line"><span class="lineno"> 36</span><span class="comment"> * i by +6 and check if i or i+2 is a factor of the number; if it's a factor</span></div>
|
||||
<div class="line"><span class="lineno"> 37</span><span class="comment"> * then we will return false. otherwise, true will be returned after the</span></div>
|
||||
<div class="line"><span class="lineno"> 38</span><span class="comment"> * loop terminates at the terminating condition which is i*i <= num</span></div>
|
||||
<div class="line"><span class="lineno"> 39</span><span class="comment"> */</span></div>
|
||||
<div class="line"><span class="lineno"> 40</span> <span class="keywordflow">if</span> (num <= 1) {</div>
|
||||
<div class="line"><span class="lineno"> 41</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><span class="lineno"> 42</span> } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (num == 2 || num == 3) {</div>
|
||||
<div class="line"><span class="lineno"> 43</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><span class="lineno"> 44</span> } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (num % 2 == 0 || num % 3 == 0) {</div>
|
||||
<div class="line"><span class="lineno"> 45</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><span class="lineno"> 46</span> } <span class="keywordflow">else</span> {</div>
|
||||
<div class="line"><span class="lineno"> 47</span> <span class="keywordflow">for</span> (int64_t i = 5; i * i <= num; i = i + 6) {</div>
|
||||
<div class="line"><span class="lineno"> 48</span> <span class="keywordflow">if</span> (num % i == 0 || num % (i + 2) == 0) {</div>
|
||||
<div class="line"><span class="lineno"> 49</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><span class="lineno"> 50</span> }</div>
|
||||
<div class="line"><span class="lineno"> 51</span> }</div>
|
||||
<div class="line"><span class="lineno"> 52</span> }</div>
|
||||
<div class="line"><span class="lineno"> 53</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><span class="lineno"> 54</span> }</div>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
<a id="afa39ec943a4836c878e1614fd89b146f" name="afa39ec943a4836c878e1614fd89b146f"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#afa39ec943a4836c878e1614fd89b146f">◆ </a></span>largestPower()</h2>
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ var namespacemath =
|
||||
[ "cylinder_volume", "dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca", null ],
|
||||
[ "integral_approx", "dd/d47/namespacemath.html#aec65db4e5c7317323227f026fe50ef11", null ],
|
||||
[ "is_factorial", "dd/d47/namespacemath.html#a6c72f756a7bf1b9043c357e3fe7814ca", null ],
|
||||
[ "is_prime", "dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444", null ],
|
||||
[ "largestPower", "dd/d47/namespacemath.html#afa39ec943a4836c878e1614fd89b146f", null ],
|
||||
[ "lcmSum", "dd/d47/namespacemath.html#a04065193d190d605e1f0d0d93a87e244", null ],
|
||||
[ "magic_number", "dd/d47/namespacemath.html#a8d8e81a7cd59644b311ef9adb268f5f0", null ],
|
||||
|
||||
@@ -128,7 +128,7 @@ Files</h2></td></tr>
|
||||
<tr class="memdesc:d8/dd5/check__factorial_8cpp"><td class="mdescLeft"> </td><td class="mdescRight">A simple program to check if the given number is a <a href="https://en.wikipedia.org/wiki/Factorial" target="_blank">factorial</a> of some number or not. <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="icondoc"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="db/d93/check__prime_8cpp.html">check_prime.cpp</a></td></tr>
|
||||
<tr class="memdesc:db/d93/check__prime_8cpp"><td class="mdescLeft"> </td><td class="mdescRight">Reduced all possibilities of a number which cannot be prime. Eg: No even number, except 2 can be a prime number, hence we will increment our loop with i+6 jumping and check for i or i+2 to be a factor of the number; if it's a factor then we will return false otherwise true after the loop terminates at the terminating condition which is (i*i<=num) <br /></td></tr>
|
||||
<tr class="memdesc:db/d93/check__prime_8cpp"><td class="mdescLeft"> </td><td class="mdescRight">A simple program to check if the given number is <a href="https://en.wikipedia.org/wiki/Primality_test" target="_blank">Prime</a> or not. <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><span class="icondoc"></span> </td><td class="memItemRight" valign="bottom"><a class="el" href="d5/d67/complex__numbers_8cpp.html">complex_numbers.cpp</a></td></tr>
|
||||
<tr class="memdesc:d5/d67/complex__numbers_8cpp"><td class="mdescLeft"> </td><td class="mdescRight">An implementation of <a class="el" href="da/d5a/class_complex.html" title="Class Complex to represent complex numbers as a field.">Complex</a> Number as Objects. <br /></td></tr>
|
||||
|
||||
@@ -231,7 +231,7 @@ solve-a-rat-in-a-maze-c-java-pytho/" target="_blank">Rat in a Maze</a> algorithm
|
||||
<tr id="row_14_5_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="d8/db1/binomial__calculate_8cpp.html" target="_self">binomial_calculate.cpp</a></td><td class="desc">Program to calculate <a href="https://en.wikipedia.org/wiki/Binomial_coefficient" target="_blank">Binomial coefficients</a> </td></tr>
|
||||
<tr id="row_14_6_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="d5/df6/check__amicable__pair_8cpp.html" target="_self">check_amicable_pair.cpp</a></td><td class="desc">A C++ Program to check whether a pair of number is <a href="https://en.wikipedia.org/wiki/Amicable_numbers" target="_blank">amicable pair</a> or not </td></tr>
|
||||
<tr id="row_14_7_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="d8/dd5/check__factorial_8cpp.html" target="_self">check_factorial.cpp</a></td><td class="desc">A simple program to check if the given number is a <a href="https://en.wikipedia.org/wiki/Factorial" target="_blank">factorial</a> of some number or not </td></tr>
|
||||
<tr id="row_14_8_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="db/d93/check__prime_8cpp.html" target="_self">check_prime.cpp</a></td><td class="desc">Reduced all possibilities of a number which cannot be prime. Eg: No even number, except 2 can be a prime number, hence we will increment our loop with i+6 jumping and check for i or i+2 to be a factor of the number; if it's a factor then we will return false otherwise true after the loop terminates at the terminating condition which is (i*i<=num) </td></tr>
|
||||
<tr id="row_14_8_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="db/d93/check__prime_8cpp.html" target="_self">check_prime.cpp</a></td><td class="desc">A simple program to check if the given number is <a href="https://en.wikipedia.org/wiki/Primality_test" target="_blank">Prime</a> or not </td></tr>
|
||||
<tr id="row_14_9_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="d5/d67/complex__numbers_8cpp.html" target="_self">complex_numbers.cpp</a></td><td class="desc">An implementation of <a class="el" href="da/d5a/class_complex.html" title="Class Complex to represent complex numbers as a field.">Complex</a> Number as Objects </td></tr>
|
||||
<tr id="row_14_10_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="d7/d89/double__factorial_8cpp.html" target="_self">double_factorial.cpp</a></td><td class="desc">Compute <a href="https://en.wikipedia.org/wiki/Double_factorial" target="_blank">double factorial</a>: \(n!!\) </td></tr>
|
||||
<tr id="row_14_11_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icondoc"></span><a class="el" href="d7/da6/eratosthenes_8cpp.html" target="_self">eratosthenes.cpp</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes" target="_blank">The Sieve of Eratosthenes</a> </td></tr>
|
||||
|
||||
@@ -108,7 +108,6 @@ $(document).ready(function(){initNavTree('globals_func_i.html',''); initResizabl
|
||||
<li>InterpolationSearch() : <a class="el" href="df/d39/interpolation__search2_8cpp.html#aa3ec659ec8394d186c761df81ad1f629">interpolation_search2.cpp</a></li>
|
||||
<li>is_armstrong() : <a class="el" href="d4/d5d/math_2armstrong__number_8cpp.html#a9cebd92bc70890c3cfa261d68a5016e7">armstrong_number.cpp</a></li>
|
||||
<li>is_happy() : <a class="el" href="db/df3/happy__number_8cpp.html#a00ccdb1166a7c83ac3c33ac67a2532b7">happy_number.cpp</a></li>
|
||||
<li>is_prime() : <a class="el" href="db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">check_prime.cpp</a></li>
|
||||
<li>is_square() : <a class="el" href="dc/d38/ordinary__least__squares__regressor_8cpp.html#a8fa731952b0ee3bc7ec51c51ed21911e">ordinary_least_squares_regressor.cpp</a></li>
|
||||
<li>IsPrime() : <a class="el" href="da/d7b/primality__test_8cpp.html#a2bfa6adead2bdcbf1dac94cbe08d7eaf">primality_test.cpp</a></li>
|
||||
<li>isPrime() : <a class="el" href="d8/d53/modular__inverse__fermat__little__theorem_8cpp.html#a09660096b134753128952246f4f4e4bd">modular_inverse_fermat_little_theorem.cpp</a></li>
|
||||
|
||||
@@ -135,7 +135,7 @@ $(document).ready(function(){initNavTree('globals_func_t.html',''); initResizabl
|
||||
<li>test_int() : <a class="el" href="d3/d4c/quick__sort__3_8cpp.html#a07e5c62de28aeddea986890ce7ac1bda">quick_sort_3.cpp</a>, <a class="el" href="d4/d7a/shell__sort2_8cpp.html#a895b313cb2671e8f712040460325573e">shell_sort2.cpp</a></li>
|
||||
<li>test_lamniscate() : <a class="el" href="d9/d49/kohonen__som__trace_8cpp.html#a53082f2e5bacec40266499da4547309a">kohonen_som_trace.cpp</a></li>
|
||||
<li>test_remove() : <a class="el" href="df/d42/binary__search__tree2_8cpp.html#ab1333c3ea06dcad896ee204bbd407c4e">binary_search_tree2.cpp</a></li>
|
||||
<li>tests() : <a class="el" href="d7/d07/bidirectional__dijkstra_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">bidirectional_dijkstra.cpp</a>, <a class="el" href="df/d82/breadth__first__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">breadth_first_search.cpp</a>, <a class="el" href="df/ddd/connected__components_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">connected_components.cpp</a>, <a class="el" href="da/d4b/depth__first__search__with__stack_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">depth_first_search_with_stack.cpp</a>, <a class="el" href="d7/d1e/graph_2dijkstra_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">dijkstra.cpp</a>, <a class="el" href="d1/d9a/hopcroft__karp_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">hopcroft_karp.cpp</a>, <a class="el" href="de/dde/lowest__common__ancestor_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">lowest_common_ancestor.cpp</a>, <a class="el" href="de/d88/travelling__salesman__problem_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">travelling_salesman_problem.cpp</a>, <a class="el" href="d4/d6c/boruvkas__minimum__spanning__tree_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">boruvkas_minimum_spanning_tree.cpp</a>, <a class="el" href="d8/db1/binomial__calculate_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">binomial_calculate.cpp</a>, <a class="el" href="d8/dd5/check__factorial_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">check_factorial.cpp</a>, <a class="el" href="d5/d67/complex__numbers_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">complex_numbers.cpp</a>, <a class="el" href="d7/d89/double__factorial_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">double_factorial.cpp</a>, <a class="el" href="d4/d21/least__common__multiple_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">least_common_multiple.cpp</a>, <a class="el" href="d9/d44/magic__number_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">magic_number.cpp</a>, <a class="el" href="d6/d42/miller__rabin_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">miller_rabin.cpp</a>, <a class="el" href="de/dab/ncr__modulo__p_8cpp.html#af0a3e6827f41c151e47451f5ff98b1f1">ncr_modulo_p.cpp</a>, <a class="el" href="d0/da2/number__of__positive__divisors_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">number_of_positive_divisors.cpp</a>, <a class="el" href="d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">sieve_of_eratosthenes.cpp</a>, <a class="el" href="db/d6b/kelvin__to__celsius_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">kelvin_to_celsius.cpp</a>, <a class="el" href="dc/de1/recursive__tree__traversal_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">recursive_tree_traversal.cpp</a>, <a class="el" href="d9/d02/linear__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">linear_search.cpp</a>, <a class="el" href="d9/dfd/comb__sort_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">comb_sort.cpp</a>, <a class="el" href="dd/d0d/insertion__sort_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">insertion_sort.cpp</a>, <a class="el" href="d1/d21/quick__sort_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">quick_sort.cpp</a>, <a class="el" href="d8/d61/radix__sort2_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">radix_sort2.cpp</a></li>
|
||||
<li>tests() : <a class="el" href="d7/d07/bidirectional__dijkstra_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">bidirectional_dijkstra.cpp</a>, <a class="el" href="df/d82/breadth__first__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">breadth_first_search.cpp</a>, <a class="el" href="df/ddd/connected__components_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">connected_components.cpp</a>, <a class="el" href="da/d4b/depth__first__search__with__stack_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">depth_first_search_with_stack.cpp</a>, <a class="el" href="d7/d1e/graph_2dijkstra_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">dijkstra.cpp</a>, <a class="el" href="d1/d9a/hopcroft__karp_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">hopcroft_karp.cpp</a>, <a class="el" href="de/dde/lowest__common__ancestor_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">lowest_common_ancestor.cpp</a>, <a class="el" href="de/d88/travelling__salesman__problem_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">travelling_salesman_problem.cpp</a>, <a class="el" href="d4/d6c/boruvkas__minimum__spanning__tree_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">boruvkas_minimum_spanning_tree.cpp</a>, <a class="el" href="d8/db1/binomial__calculate_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">binomial_calculate.cpp</a>, <a class="el" href="d8/dd5/check__factorial_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">check_factorial.cpp</a>, <a class="el" href="db/d93/check__prime_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">check_prime.cpp</a>, <a class="el" href="d5/d67/complex__numbers_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">complex_numbers.cpp</a>, <a class="el" href="d7/d89/double__factorial_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">double_factorial.cpp</a>, <a class="el" href="d4/d21/least__common__multiple_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">least_common_multiple.cpp</a>, <a class="el" href="d9/d44/magic__number_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">magic_number.cpp</a>, <a class="el" href="d6/d42/miller__rabin_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">miller_rabin.cpp</a>, <a class="el" href="de/dab/ncr__modulo__p_8cpp.html#af0a3e6827f41c151e47451f5ff98b1f1">ncr_modulo_p.cpp</a>, <a class="el" href="d0/da2/number__of__positive__divisors_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">number_of_positive_divisors.cpp</a>, <a class="el" href="d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">sieve_of_eratosthenes.cpp</a>, <a class="el" href="db/d6b/kelvin__to__celsius_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">kelvin_to_celsius.cpp</a>, <a class="el" href="dc/de1/recursive__tree__traversal_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">recursive_tree_traversal.cpp</a>, <a class="el" href="d9/d02/linear__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">linear_search.cpp</a>, <a class="el" href="d9/dfd/comb__sort_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">comb_sort.cpp</a>, <a class="el" href="dd/d0d/insertion__sort_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">insertion_sort.cpp</a>, <a class="el" href="d1/d21/quick__sort_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">quick_sort.cpp</a>, <a class="el" href="d8/d61/radix__sort2_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">radix_sort2.cpp</a></li>
|
||||
<li>TH() : <a class="el" href="db/d3c/tower__of__hanoi_8cpp.html#ab037f72a5eac476535a6cfbbcb965417">tower_of_hanoi.cpp</a></li>
|
||||
<li>tolowerRoman() : <a class="el" href="de/d85/decimal__to__roman__numeral_8cpp.html#a003fb4e1b08279fe4cd50fbbc2782c2d">decimal_to_roman_numeral.cpp</a></li>
|
||||
<li>toupperRoman() : <a class="el" href="de/d85/decimal__to__roman__numeral_8cpp.html#a214743638eff1336f835310049aef979">decimal_to_roman_numeral.cpp</a></li>
|
||||
|
||||
@@ -109,7 +109,6 @@ $(document).ready(function(){initNavTree('globals_i.html',''); initResizable();
|
||||
<li>InterpolationSearch() : <a class="el" href="df/d39/interpolation__search2_8cpp.html#aa3ec659ec8394d186c761df81ad1f629">interpolation_search2.cpp</a></li>
|
||||
<li>is_armstrong() : <a class="el" href="d4/d5d/math_2armstrong__number_8cpp.html#a9cebd92bc70890c3cfa261d68a5016e7">armstrong_number.cpp</a></li>
|
||||
<li>is_happy() : <a class="el" href="db/df3/happy__number_8cpp.html#a00ccdb1166a7c83ac3c33ac67a2532b7">happy_number.cpp</a></li>
|
||||
<li>is_prime() : <a class="el" href="db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532">check_prime.cpp</a></li>
|
||||
<li>is_square() : <a class="el" href="dc/d38/ordinary__least__squares__regressor_8cpp.html#a8fa731952b0ee3bc7ec51c51ed21911e">ordinary_least_squares_regressor.cpp</a></li>
|
||||
<li>IsPrime() : <a class="el" href="da/d7b/primality__test_8cpp.html#a2bfa6adead2bdcbf1dac94cbe08d7eaf">primality_test.cpp</a></li>
|
||||
<li>isprime : <a class="el" href="db/d0d/prime__factorization_8cpp.html#a7fe38b570a51e448430d6a0f072c2f23">prime_factorization.cpp</a></li>
|
||||
|
||||
@@ -136,7 +136,7 @@ $(document).ready(function(){initNavTree('globals_t.html',''); initResizable();
|
||||
<li>test_lamniscate() : <a class="el" href="d9/d49/kohonen__som__trace_8cpp.html#a53082f2e5bacec40266499da4547309a">kohonen_som_trace.cpp</a></li>
|
||||
<li>test_remove() : <a class="el" href="df/d42/binary__search__tree2_8cpp.html#ab1333c3ea06dcad896ee204bbd407c4e">binary_search_tree2.cpp</a></li>
|
||||
<li>test_set : <a class="el" href="d3/d7d/brute__force__string__searching_8cpp.html#ae2abaa9caa13fff35e45edca00bee123">brute_force_string_searching.cpp</a></li>
|
||||
<li>tests() : <a class="el" href="d7/d07/bidirectional__dijkstra_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">bidirectional_dijkstra.cpp</a>, <a class="el" href="df/d82/breadth__first__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">breadth_first_search.cpp</a>, <a class="el" href="df/ddd/connected__components_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">connected_components.cpp</a>, <a class="el" href="da/d4b/depth__first__search__with__stack_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">depth_first_search_with_stack.cpp</a>, <a class="el" href="d7/d1e/graph_2dijkstra_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">dijkstra.cpp</a>, <a class="el" href="d1/d9a/hopcroft__karp_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">hopcroft_karp.cpp</a>, <a class="el" href="de/dde/lowest__common__ancestor_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">lowest_common_ancestor.cpp</a>, <a class="el" href="de/d88/travelling__salesman__problem_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">travelling_salesman_problem.cpp</a>, <a class="el" href="d4/d6c/boruvkas__minimum__spanning__tree_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">boruvkas_minimum_spanning_tree.cpp</a>, <a class="el" href="d8/db1/binomial__calculate_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">binomial_calculate.cpp</a>, <a class="el" href="d8/dd5/check__factorial_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">check_factorial.cpp</a>, <a class="el" href="d5/d67/complex__numbers_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">complex_numbers.cpp</a>, <a class="el" href="d7/d89/double__factorial_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">double_factorial.cpp</a>, <a class="el" href="d4/d21/least__common__multiple_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">least_common_multiple.cpp</a>, <a class="el" href="d9/d44/magic__number_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">magic_number.cpp</a>, <a class="el" href="d6/d42/miller__rabin_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">miller_rabin.cpp</a>, <a class="el" href="de/dab/ncr__modulo__p_8cpp.html#af0a3e6827f41c151e47451f5ff98b1f1">ncr_modulo_p.cpp</a>, <a class="el" href="d0/da2/number__of__positive__divisors_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">number_of_positive_divisors.cpp</a>, <a class="el" href="d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">sieve_of_eratosthenes.cpp</a>, <a class="el" href="db/d6b/kelvin__to__celsius_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">kelvin_to_celsius.cpp</a>, <a class="el" href="dc/de1/recursive__tree__traversal_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">recursive_tree_traversal.cpp</a>, <a class="el" href="d9/d02/linear__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">linear_search.cpp</a>, <a class="el" href="d9/dfd/comb__sort_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">comb_sort.cpp</a>, <a class="el" href="dd/d0d/insertion__sort_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">insertion_sort.cpp</a>, <a class="el" href="d1/d21/quick__sort_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">quick_sort.cpp</a>, <a class="el" href="d8/d61/radix__sort2_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">radix_sort2.cpp</a></li>
|
||||
<li>tests() : <a class="el" href="d7/d07/bidirectional__dijkstra_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">bidirectional_dijkstra.cpp</a>, <a class="el" href="df/d82/breadth__first__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">breadth_first_search.cpp</a>, <a class="el" href="df/ddd/connected__components_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">connected_components.cpp</a>, <a class="el" href="da/d4b/depth__first__search__with__stack_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">depth_first_search_with_stack.cpp</a>, <a class="el" href="d7/d1e/graph_2dijkstra_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">dijkstra.cpp</a>, <a class="el" href="d1/d9a/hopcroft__karp_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">hopcroft_karp.cpp</a>, <a class="el" href="de/dde/lowest__common__ancestor_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">lowest_common_ancestor.cpp</a>, <a class="el" href="de/d88/travelling__salesman__problem_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">travelling_salesman_problem.cpp</a>, <a class="el" href="d4/d6c/boruvkas__minimum__spanning__tree_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">boruvkas_minimum_spanning_tree.cpp</a>, <a class="el" href="d8/db1/binomial__calculate_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">binomial_calculate.cpp</a>, <a class="el" href="d8/dd5/check__factorial_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">check_factorial.cpp</a>, <a class="el" href="db/d93/check__prime_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">check_prime.cpp</a>, <a class="el" href="d5/d67/complex__numbers_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">complex_numbers.cpp</a>, <a class="el" href="d7/d89/double__factorial_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">double_factorial.cpp</a>, <a class="el" href="d4/d21/least__common__multiple_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">least_common_multiple.cpp</a>, <a class="el" href="d9/d44/magic__number_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">magic_number.cpp</a>, <a class="el" href="d6/d42/miller__rabin_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">miller_rabin.cpp</a>, <a class="el" href="de/dab/ncr__modulo__p_8cpp.html#af0a3e6827f41c151e47451f5ff98b1f1">ncr_modulo_p.cpp</a>, <a class="el" href="d0/da2/number__of__positive__divisors_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">number_of_positive_divisors.cpp</a>, <a class="el" href="d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">sieve_of_eratosthenes.cpp</a>, <a class="el" href="db/d6b/kelvin__to__celsius_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">kelvin_to_celsius.cpp</a>, <a class="el" href="dc/de1/recursive__tree__traversal_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">recursive_tree_traversal.cpp</a>, <a class="el" href="d9/d02/linear__search_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">linear_search.cpp</a>, <a class="el" href="d9/dfd/comb__sort_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">comb_sort.cpp</a>, <a class="el" href="dd/d0d/insertion__sort_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">insertion_sort.cpp</a>, <a class="el" href="d1/d21/quick__sort_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">quick_sort.cpp</a>, <a class="el" href="d8/d61/radix__sort2_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">radix_sort2.cpp</a></li>
|
||||
<li>TH() : <a class="el" href="db/d3c/tower__of__hanoi_8cpp.html#ab037f72a5eac476535a6cfbbcb965417">tower_of_hanoi.cpp</a></li>
|
||||
<li>tolowerRoman() : <a class="el" href="de/d85/decimal__to__roman__numeral_8cpp.html#a003fb4e1b08279fe4cd50fbbc2782c2d">decimal_to_roman_numeral.cpp</a></li>
|
||||
<li>toupperRoman() : <a class="el" href="de/d85/decimal__to__roman__numeral_8cpp.html#a214743638eff1336f835310049aef979">decimal_to_roman_numeral.cpp</a></li>
|
||||
|
||||
@@ -185,6 +185,7 @@ $(document).ready(function(){initNavTree('namespacemembers.html',''); initResiza
|
||||
<li>integral_approx() : <a class="el" href="dd/d47/namespacemath.html#aec65db4e5c7317323227f026fe50ef11">math</a></li>
|
||||
<li>InverseFastFourierTransform() : <a class="el" href="d1/de0/namespacenumerical__methods.html#aee56dc85997b8cd42bad71a5d6bd2d93">numerical_methods</a></li>
|
||||
<li>is_factorial() : <a class="el" href="dd/d47/namespacemath.html#a6c72f756a7bf1b9043c357e3fe7814ca">math</a></li>
|
||||
<li>is_prime() : <a class="el" href="dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math</a></li>
|
||||
<li>isBipartite() : <a class="el" href="df/dce/namespacegraph.html#a84b0551489c613a681cc83b34450da4b">graph</a></li>
|
||||
<li>isPowerOfTwo() : <a class="el" href="d7/d81/namespacebit__manipulation.html#a5032470c9974bbd6ec254bf296530a5f">bit_manipulation</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -185,6 +185,7 @@ $(document).ready(function(){initNavTree('namespacemembers_func.html',''); initR
|
||||
<li>integral_approx() : <a class="el" href="dd/d47/namespacemath.html#aec65db4e5c7317323227f026fe50ef11">math</a></li>
|
||||
<li>InverseFastFourierTransform() : <a class="el" href="d1/de0/namespacenumerical__methods.html#aee56dc85997b8cd42bad71a5d6bd2d93">numerical_methods</a></li>
|
||||
<li>is_factorial() : <a class="el" href="dd/d47/namespacemath.html#a6c72f756a7bf1b9043c357e3fe7814ca">math</a></li>
|
||||
<li>is_prime() : <a class="el" href="dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444">math</a></li>
|
||||
<li>isBipartite() : <a class="el" href="df/dce/namespacegraph.html#a84b0551489c613a681cc83b34450da4b">graph</a></li>
|
||||
<li>isPowerOfTwo() : <a class="el" href="d7/d81/namespacebit__manipulation.html#a5032470c9974bbd6ec254bf296530a5f">bit_manipulation</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -147,10 +147,10 @@ var NAVTREEINDEX =
|
||||
"d8/d89/namespacelinear__probing.html#a942fc8407b8001890ea26830cdcd9d77",
|
||||
"d9/dab/bloom__filter_8cpp.html#a9ed236419034917c5270c1dccd220b5c",
|
||||
"da/df2/durand__kerner__roots_8cpp.html#a90219e35062007d1f1b68e9af071ab5c",
|
||||
"dc/d38/ordinary__least__squares__regressor_8cpp.html",
|
||||
"dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725",
|
||||
"df/d06/decimal__to__binary_8cpp.html#a10df57491019f0ac39b492740fb388f7",
|
||||
"globals_l.html"
|
||||
"dc/d2f/namespacecount__of__trailing__ciphers__in__factorial__n.html",
|
||||
"dd/d47/namespacemath.html#ad0acf82b7bc920182bf8322d1e103953",
|
||||
"de/de4/fibonacci__large_8cpp.html#adf3e906875ab257f7fab3bc1370aa2db",
|
||||
"globals_i.html"
|
||||
];
|
||||
|
||||
var SYNCONMSG = 'click to disable panel synchronisation';
|
||||
|
||||
@@ -5,24 +5,24 @@ var NAVTREEINDEX0 =
|
||||
"cpp/algorithm/accumulate.html":[9,0,110,15],
|
||||
"cpp/algorithm/adjacent_difference.html":[9,0,110,19],
|
||||
"cpp/algorithm/adjacent_find.html":[9,0,110,20],
|
||||
"cpp/algorithm/all_any_none_of.html":[9,0,110,23],
|
||||
"cpp/algorithm/all_any_none_of.html":[9,0,110,300],
|
||||
"cpp/algorithm/all_any_none_of.html":[9,0,110,25],
|
||||
"cpp/algorithm/all_any_none_of.html":[9,0,110,23],
|
||||
"cpp/algorithm/binary_search.html":[9,0,110,65],
|
||||
"cpp/algorithm/bsearch.html":[9,0,110,68],
|
||||
"cpp/algorithm/copy.html":[9,0,110,79],
|
||||
"cpp/algorithm/copy.html":[9,0,110,81],
|
||||
"cpp/algorithm/copy_backward.html":[9,0,110,80],
|
||||
"cpp/algorithm/copy_n.html":[9,0,110,82],
|
||||
"cpp/algorithm/count.html":[9,0,110,86],
|
||||
"cpp/algorithm/count.html":[9,0,110,87],
|
||||
"cpp/algorithm/count.html":[9,0,110,86],
|
||||
"cpp/algorithm/equal.html":[9,0,110,103],
|
||||
"cpp/algorithm/equal_range.html":[9,0,110,104],
|
||||
"cpp/algorithm/fill.html":[9,0,110,133],
|
||||
"cpp/algorithm/fill_n.html":[9,0,110,134],
|
||||
"cpp/algorithm/find.html":[9,0,110,135],
|
||||
"cpp/algorithm/find.html":[9,0,110,138],
|
||||
"cpp/algorithm/find.html":[9,0,110,139],
|
||||
"cpp/algorithm/find.html":[9,0,110,138],
|
||||
"cpp/algorithm/find.html":[9,0,110,135],
|
||||
"cpp/algorithm/find_end.html":[9,0,110,136],
|
||||
"cpp/algorithm/find_first_of.html":[9,0,110,137],
|
||||
"cpp/algorithm/for_each.html":[9,0,110,148],
|
||||
@@ -63,8 +63,8 @@ var NAVTREEINDEX0 =
|
||||
"cpp/algorithm/prev_permutation.html":[9,0,110,322],
|
||||
"cpp/algorithm/push_heap.html":[9,0,110,324],
|
||||
"cpp/algorithm/qsort.html":[9,0,110,331],
|
||||
"cpp/algorithm/random_shuffle.html":[9,0,110,335],
|
||||
"cpp/algorithm/random_shuffle.html":[9,0,110,388],
|
||||
"cpp/algorithm/random_shuffle.html":[9,0,110,335],
|
||||
"cpp/algorithm/remove.html":[9,0,110,345],
|
||||
"cpp/algorithm/remove.html":[9,0,110,342],
|
||||
"cpp/algorithm/remove_copy.html":[9,0,110,343],
|
||||
@@ -93,26 +93,26 @@ var NAVTREEINDEX0 =
|
||||
"cpp/algorithm/unique.html":[9,0,110,475],
|
||||
"cpp/algorithm/unique_copy.html":[9,0,110,476],
|
||||
"cpp/algorithm/upper_bound.html":[9,0,110,478],
|
||||
"cpp/atomic/atomic_compare_exchange.html":[9,0,110,42],
|
||||
"cpp/atomic/atomic_compare_exchange.html":[9,0,110,39],
|
||||
"cpp/atomic/atomic_compare_exchange.html":[9,0,110,41],
|
||||
"cpp/atomic/atomic_compare_exchange.html":[9,0,110,42],
|
||||
"cpp/atomic/atomic_compare_exchange.html":[9,0,110,40],
|
||||
"cpp/atomic/atomic_compare_exchange.html":[9,0,110,39],
|
||||
"cpp/atomic/atomic_exchange.html":[9,0,110,43],
|
||||
"cpp/atomic/atomic_exchange.html":[9,0,110,44],
|
||||
"cpp/atomic/atomic_fetch_add.html":[9,0,110,45],
|
||||
"cpp/atomic/atomic_fetch_add.html":[9,0,110,46],
|
||||
"cpp/atomic/atomic_fetch_add.html":[9,0,110,45],
|
||||
"cpp/atomic/atomic_fetch_or.html":[9,0,110,49],
|
||||
"cpp/atomic/atomic_fetch_or.html":[9,0,110,50],
|
||||
"cpp/atomic/atomic_fetch_sub.html":[9,0,110,51],
|
||||
"cpp/atomic/atomic_fetch_sub.html":[9,0,110,48],
|
||||
"cpp/atomic/atomic_fetch_sub.html":[9,0,110,52],
|
||||
"cpp/atomic/atomic_fetch_sub.html":[9,0,110,47],
|
||||
"cpp/atomic/atomic_fetch_sub.html":[9,0,110,48],
|
||||
"cpp/atomic/atomic_fetch_xor.html":[9,0,110,54],
|
||||
"cpp/atomic/atomic_fetch_xor.html":[9,0,110,53],
|
||||
"cpp/atomic/atomic_init.html":[9,0,110,55],
|
||||
"cpp/atomic/atomic_is_lock_free.html":[9,0,110,56],
|
||||
"cpp/atomic/atomic_load.html":[9,0,110,57],
|
||||
"cpp/atomic/atomic_load.html":[9,0,110,58],
|
||||
"cpp/atomic/atomic_load.html":[9,0,110,57],
|
||||
"cpp/atomic/atomic_signal_fence.html":[9,0,110,59],
|
||||
"cpp/atomic/atomic_store.html":[9,0,110,61],
|
||||
"cpp/atomic/atomic_store.html":[9,0,110,60],
|
||||
@@ -157,30 +157,30 @@ var NAVTREEINDEX0 =
|
||||
"cpp/io/c/fgetwc.html":[9,0,110,131],
|
||||
"cpp/io/c/fgetws.html":[9,0,110,132],
|
||||
"cpp/io/c/fopen.html":[9,0,110,147],
|
||||
"cpp/io/c/fprintf.html":[9,0,110,397],
|
||||
"cpp/io/c/fprintf.html":[9,0,110,152],
|
||||
"cpp/io/c/fprintf.html":[9,0,110,394],
|
||||
"cpp/io/c/fprintf.html":[9,0,110,323],
|
||||
"cpp/io/c/fprintf.html":[9,0,110,152],
|
||||
"cpp/io/c/fprintf.html":[9,0,110,397],
|
||||
"cpp/io/c/fputc.html":[9,0,110,153],
|
||||
"cpp/io/c/fputc.html":[9,0,110,327],
|
||||
"cpp/io/c/fputc.html":[9,0,110,153],
|
||||
"cpp/io/c/fputs.html":[9,0,110,154],
|
||||
"cpp/io/c/fputwc.html":[9,0,110,155],
|
||||
"cpp/io/c/fputws.html":[9,0,110,156],
|
||||
"cpp/io/c/fread.html":[9,0,110,157],
|
||||
"cpp/io/c/freopen.html":[9,0,110,159],
|
||||
"cpp/io/c/fscanf.html":[9,0,110,400],
|
||||
"cpp/io/c/fscanf.html":[9,0,110,162],
|
||||
"cpp/io/c/fscanf.html":[9,0,110,366],
|
||||
"cpp/io/c/fscanf.html":[9,0,110,162],
|
||||
"cpp/io/c/fseek.html":[9,0,110,163],
|
||||
"cpp/io/c/fsetpos.html":[9,0,110,164],
|
||||
"cpp/io/c/ftell.html":[9,0,110,165],
|
||||
"cpp/io/c/fwprintf.html":[9,0,110,441],
|
||||
"cpp/io/c/fwprintf.html":[9,0,110,167],
|
||||
"cpp/io/c/fwprintf.html":[9,0,110,441],
|
||||
"cpp/io/c/fwprintf.html":[9,0,110,531],
|
||||
"cpp/io/c/fwrite.html":[9,0,110,168],
|
||||
"cpp/io/c/fwscanf.html":[9,0,110,533],
|
||||
"cpp/io/c/fwscanf.html":[9,0,110,169],
|
||||
"cpp/io/c/fwscanf.html":[9,0,110,442],
|
||||
"cpp/io/c/fwscanf.html":[9,0,110,533],
|
||||
"cpp/io/c/getchar.html":[9,0,110,182],
|
||||
"cpp/io/c/gets.html":[9,0,110,185],
|
||||
"cpp/io/c/getwchar.html":[9,0,110,186],
|
||||
@@ -196,33 +196,33 @@ var NAVTREEINDEX0 =
|
||||
"cpp/io/c/tmpnam.html":[9,0,110,453],
|
||||
"cpp/io/c/ungetc.html":[9,0,110,469],
|
||||
"cpp/io/c/ungetwc.html":[9,0,110,470],
|
||||
"cpp/io/c/vfprintf.html":[9,0,110,487],
|
||||
"cpp/io/c/vfprintf.html":[9,0,110,485],
|
||||
"cpp/io/c/vfprintf.html":[9,0,110,488],
|
||||
"cpp/io/c/vfprintf.html":[9,0,110,487],
|
||||
"cpp/io/c/vfprintf.html":[9,0,110,481],
|
||||
"cpp/io/c/vfscanf.html":[9,0,110,489],
|
||||
"cpp/io/c/vfprintf.html":[9,0,110,485],
|
||||
"cpp/io/c/vfscanf.html":[9,0,110,486],
|
||||
"cpp/io/c/vfscanf.html":[9,0,110,482],
|
||||
"cpp/io/c/vfwprintf.html":[9,0,110,483],
|
||||
"cpp/io/c/vfwprintf.html":[9,0,110,492],
|
||||
"cpp/io/c/vfscanf.html":[9,0,110,489],
|
||||
"cpp/io/c/vfwprintf.html":[9,0,110,490],
|
||||
"cpp/io/c/vfwprintf.html":[9,0,110,492],
|
||||
"cpp/io/c/vfwprintf.html":[9,0,110,483],
|
||||
"cpp/io/c/vfwscanf.html":[9,0,110,491],
|
||||
"cpp/io/c/vfwscanf.html":[9,0,110,493],
|
||||
"cpp/io/c/vfwscanf.html":[9,0,110,484],
|
||||
"cpp/io/manip/boolalpha.html":[9,0,110,67],
|
||||
"cpp/io/c/vfwscanf.html":[9,0,110,493],
|
||||
"cpp/io/manip/boolalpha.html":[9,0,110,299],
|
||||
"cpp/io/manip/boolalpha.html":[9,0,110,67],
|
||||
"cpp/io/manip/endl.html":[9,0,110,101],
|
||||
"cpp/io/manip/ends.html":[9,0,110,102],
|
||||
"cpp/io/manip/fixed.html":[9,0,110,190],
|
||||
"cpp/io/manip/fixed.html":[9,0,110,367],
|
||||
"cpp/io/manip/fixed.html":[9,0,110,140],
|
||||
"cpp/io/manip/fixed.html":[9,0,110,190],
|
||||
"cpp/io/manip/fixed.html":[9,0,110,95],
|
||||
"cpp/io/manip/fixed.html":[9,0,110,367],
|
||||
"cpp/io/manip/flush.html":[9,0,110,142],
|
||||
"cpp/io/manip/get_money.html":[9,0,110,174],
|
||||
"cpp/io/manip/get_time.html":[9,0,110,179],
|
||||
"cpp/io/manip/hex.html":[9,0,110,311],
|
||||
"cpp/io/manip/hex.html":[9,0,110,189],
|
||||
"cpp/io/manip/hex.html":[9,0,110,91],
|
||||
"cpp/io/manip/hex.html":[9,0,110,189],
|
||||
"cpp/io/manip/hex.html":[9,0,110,311],
|
||||
"cpp/io/manip/left.html":[9,0,110,239],
|
||||
"cpp/io/manip/left.html":[9,0,110,197],
|
||||
"cpp/io/manip/left.html":[9,0,110,359],
|
||||
@@ -234,18 +234,18 @@ var NAVTREEINDEX0 =
|
||||
"cpp/io/manip/setiosflags.html":[9,0,110,380],
|
||||
"cpp/io/manip/setprecision.html":[9,0,110,382],
|
||||
"cpp/io/manip/setw.html":[9,0,110,384],
|
||||
"cpp/io/manip/showbase.html":[9,0,110,301],
|
||||
"cpp/io/manip/showbase.html":[9,0,110,385],
|
||||
"cpp/io/manip/showbase.html":[9,0,110,301],
|
||||
"cpp/io/manip/showpoint.html":[9,0,110,302],
|
||||
"cpp/io/manip/showpoint.html":[9,0,110,386],
|
||||
"cpp/io/manip/showpos.html":[9,0,110,303],
|
||||
"cpp/io/manip/showpos.html":[9,0,110,387],
|
||||
"cpp/io/manip/skipws.html":[9,0,110,393],
|
||||
"cpp/io/manip/skipws.html":[9,0,110,304],
|
||||
"cpp/io/manip/skipws.html":[9,0,110,393],
|
||||
"cpp/io/manip/unitbuf.html":[9,0,110,308],
|
||||
"cpp/io/manip/unitbuf.html":[9,0,110,477],
|
||||
"cpp/io/manip/uppercase.html":[9,0,110,309],
|
||||
"cpp/io/manip/uppercase.html":[9,0,110,479],
|
||||
"cpp/io/manip/uppercase.html":[9,0,110,309],
|
||||
"cpp/io/manip/ws.html":[9,0,110,532],
|
||||
"cpp/iterator/advance.html":[9,0,110,21],
|
||||
"cpp/iterator/back_inserter.html":[9,0,110,63],
|
||||
|
||||
@@ -28,9 +28,9 @@ var NAVTREEINDEX1 =
|
||||
"cpp/memory/return_temporary_buffer.html":[9,0,110,355],
|
||||
"cpp/memory/shared_ptr/allocate_shared.html":[9,0,110,24],
|
||||
"cpp/memory/shared_ptr/make_shared.html":[9,0,110,260],
|
||||
"cpp/memory/shared_ptr/pointer_cast.html":[9,0,110,78],
|
||||
"cpp/memory/shared_ptr/pointer_cast.html":[9,0,110,403],
|
||||
"cpp/memory/shared_ptr/pointer_cast.html":[9,0,110,99],
|
||||
"cpp/memory/shared_ptr/pointer_cast.html":[9,0,110,403],
|
||||
"cpp/memory/shared_ptr/pointer_cast.html":[9,0,110,78],
|
||||
"cpp/memory/uninitialized_copy.html":[9,0,110,471],
|
||||
"cpp/memory/uninitialized_copy_n.html":[9,0,110,472],
|
||||
"cpp/memory/uninitialized_fill.html":[9,0,110,473],
|
||||
@@ -42,13 +42,13 @@ var NAVTREEINDEX1 =
|
||||
"cpp/numeric/fenv/feexceptflag.html":[9,0,110,123],
|
||||
"cpp/numeric/fenv/feholdexcept.html":[9,0,110,118],
|
||||
"cpp/numeric/fenv/feraiseexcept.html":[9,0,110,120],
|
||||
"cpp/numeric/fenv/feround.html":[9,0,110,124],
|
||||
"cpp/numeric/fenv/feround.html":[9,0,110,117],
|
||||
"cpp/numeric/fenv/feround.html":[9,0,110,124],
|
||||
"cpp/numeric/fenv/fetestexcept.html":[9,0,110,125],
|
||||
"cpp/numeric/fenv/feupdateenv.html":[9,0,110,126],
|
||||
"cpp/numeric/math/abs.html":[9,0,110,236],
|
||||
"cpp/numeric/math/abs.html":[9,0,110,14],
|
||||
"cpp/numeric/math/abs.html":[9,0,110,242],
|
||||
"cpp/numeric/math/abs.html":[9,0,110,14],
|
||||
"cpp/numeric/math/acos.html":[9,0,110,16],
|
||||
"cpp/numeric/math/acosh.html":[9,0,110,17],
|
||||
"cpp/numeric/math/asin.html":[9,0,110,27],
|
||||
@@ -68,8 +68,8 @@ var NAVTREEINDEX1 =
|
||||
"cpp/numeric/math/exp.html":[9,0,110,108],
|
||||
"cpp/numeric/math/exp2.html":[9,0,110,109],
|
||||
"cpp/numeric/math/expm1.html":[9,0,110,110],
|
||||
"cpp/numeric/math/fabs.html":[9,0,110,13],
|
||||
"cpp/numeric/math/fabs.html":[9,0,110,111],
|
||||
"cpp/numeric/math/fabs.html":[9,0,110,13],
|
||||
"cpp/numeric/math/fdim.html":[9,0,110,113],
|
||||
"cpp/numeric/math/floor.html":[9,0,110,141],
|
||||
"cpp/numeric/math/fma.html":[9,0,110,143],
|
||||
@@ -92,20 +92,20 @@ var NAVTREEINDEX1 =
|
||||
"cpp/numeric/math/logb.html":[9,0,110,251],
|
||||
"cpp/numeric/math/modf.html":[9,0,110,287],
|
||||
"cpp/numeric/math/nan.html":[9,0,110,292],
|
||||
"cpp/numeric/math/nan.html":[9,0,110,293],
|
||||
"cpp/numeric/math/nan.html":[9,0,110,291],
|
||||
"cpp/numeric/math/nan.html":[9,0,110,293],
|
||||
"cpp/numeric/math/nearbyint.html":[9,0,110,294],
|
||||
"cpp/numeric/math/nextafter.html":[9,0,110,298],
|
||||
"cpp/numeric/math/nextafter.html":[9,0,110,297],
|
||||
"cpp/numeric/math/nextafter.html":[9,0,110,298],
|
||||
"cpp/numeric/math/pow.html":[9,0,110,320],
|
||||
"cpp/numeric/math/remainder.html":[9,0,110,341],
|
||||
"cpp/numeric/math/remquo.html":[9,0,110,346],
|
||||
"cpp/numeric/math/rint.html":[9,0,110,254],
|
||||
"cpp/numeric/math/rint.html":[9,0,110,360],
|
||||
"cpp/numeric/math/rint.html":[9,0,110,254],
|
||||
"cpp/numeric/math/rint.html":[9,0,110,243],
|
||||
"cpp/numeric/math/round.html":[9,0,110,255],
|
||||
"cpp/numeric/math/round.html":[9,0,110,363],
|
||||
"cpp/numeric/math/round.html":[9,0,110,244],
|
||||
"cpp/numeric/math/round.html":[9,0,110,363],
|
||||
"cpp/numeric/math/round.html":[9,0,110,255],
|
||||
"cpp/numeric/math/scalbn.html":[9,0,110,365],
|
||||
"cpp/numeric/math/scalbn.html":[9,0,110,364],
|
||||
"cpp/numeric/math/signbit.html":[9,0,110,390],
|
||||
@@ -123,20 +123,20 @@ var NAVTREEINDEX1 =
|
||||
"cpp/regex/regex_replace.html":[9,0,110,339],
|
||||
"cpp/regex/regex_search.html":[9,0,110,340],
|
||||
"cpp/string/basic_string/getline.html":[9,0,110,184],
|
||||
"cpp/string/basic_string/stof.html":[9,0,110,405],
|
||||
"cpp/string/basic_string/stof.html":[9,0,110,404],
|
||||
"cpp/string/basic_string/stof.html":[9,0,110,408],
|
||||
"cpp/string/basic_string/stol.html":[9,0,110,409],
|
||||
"cpp/string/basic_string/stof.html":[9,0,110,405],
|
||||
"cpp/string/basic_string/stol.html":[9,0,110,407],
|
||||
"cpp/string/basic_string/stol.html":[9,0,110,406],
|
||||
"cpp/string/basic_string/stoul.html":[9,0,110,410],
|
||||
"cpp/string/basic_string/stol.html":[9,0,110,409],
|
||||
"cpp/string/basic_string/stoul.html":[9,0,110,411],
|
||||
"cpp/string/basic_string/stoul.html":[9,0,110,410],
|
||||
"cpp/string/basic_string/to_string.html":[9,0,110,454],
|
||||
"cpp/string/basic_string/to_wstring.html":[9,0,110,455],
|
||||
"cpp/string/byte/atof.html":[9,0,110,35],
|
||||
"cpp/string/byte/atoi.html":[9,0,110,38],
|
||||
"cpp/string/byte/atoi.html":[9,0,110,36],
|
||||
"cpp/string/byte/atoi.html":[9,0,110,37],
|
||||
"cpp/string/byte/atoi.html":[9,0,110,38],
|
||||
"cpp/string/byte/isalnum.html":[9,0,110,205],
|
||||
"cpp/string/byte/isalpha.html":[9,0,110,206],
|
||||
"cpp/string/byte/isblank.html":[9,0,110,207],
|
||||
@@ -170,8 +170,8 @@ var NAVTREEINDEX1 =
|
||||
"cpp/string/byte/strspn.html":[9,0,110,426],
|
||||
"cpp/string/byte/strstr.html":[9,0,110,427],
|
||||
"cpp/string/byte/strtof.html":[9,0,110,433],
|
||||
"cpp/string/byte/strtof.html":[9,0,110,428],
|
||||
"cpp/string/byte/strtof.html":[9,0,110,429],
|
||||
"cpp/string/byte/strtof.html":[9,0,110,428],
|
||||
"cpp/string/byte/strtoimax.html":[9,0,110,437],
|
||||
"cpp/string/byte/strtoimax.html":[9,0,110,430],
|
||||
"cpp/string/byte/strtok.html":[9,0,110,431],
|
||||
@@ -236,8 +236,8 @@ var NAVTREEINDEX1 =
|
||||
"cpp/string/wide/wcstok.html":[9,0,110,513],
|
||||
"cpp/string/wide/wcstol.html":[9,0,110,514],
|
||||
"cpp/string/wide/wcstol.html":[9,0,110,516],
|
||||
"cpp/string/wide/wcstoul.html":[9,0,110,518],
|
||||
"cpp/string/wide/wcstoul.html":[9,0,110,519],
|
||||
"cpp/string/wide/wcstoul.html":[9,0,110,518],
|
||||
"cpp/string/wide/wcsxfrm.html":[9,0,110,521],
|
||||
"cpp/string/wide/wctrans.html":[9,0,110,524],
|
||||
"cpp/string/wide/wctype.html":[9,0,110,525],
|
||||
|
||||
@@ -103,7 +103,8 @@ var NAVTREEINDEX10 =
|
||||
"db/d82/classlarge__number.html#af4598f1f2794b5e17e10c25e0501e41a":[10,0,35,1],
|
||||
"db/d8b/struct_node.html":[10,0,43],
|
||||
"db/d93/check__prime_8cpp.html":[11,0,14,8],
|
||||
"db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532":[11,0,14,8,0],
|
||||
"db/d93/check__prime_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e":[11,0,14,8,2],
|
||||
"db/d93/check__prime_8cpp.html#abd8f794b2229b42876169ff841b6e444":[11,0,14,8,0],
|
||||
"db/d93/check__prime_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,14,8,1],
|
||||
"db/d9a/classuint128__t.html":[10,0,56],
|
||||
"db/d9a/classuint128__t.html#a0500a90bcde5a8254750c361eed9bc40":[10,0,56,18],
|
||||
@@ -248,6 +249,5 @@ var NAVTREEINDEX10 =
|
||||
"dc/d1a/pascal__triangle_8cpp.html":[11,0,17,13],
|
||||
"dc/d1a/pascal__triangle_8cpp.html#a4fc0e5a112f715c3a73989450b2cc5fd":[11,0,17,13,1],
|
||||
"dc/d1a/pascal__triangle_8cpp.html#ad7a31d9cb2818d21b1ba12aead7f4c5c":[11,0,17,13,2],
|
||||
"dc/d1a/pascal__triangle_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,17,13,0],
|
||||
"dc/d2f/namespacecount__of__trailing__ciphers__in__factorial__n.html":[9,0,16]
|
||||
"dc/d1a/pascal__triangle_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,17,13,0]
|
||||
};
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
var NAVTREEINDEX11 =
|
||||
{
|
||||
"dc/d2f/namespacecount__of__trailing__ciphers__in__factorial__n.html":[9,0,16],
|
||||
"dc/d38/ordinary__least__squares__regressor_8cpp.html":[11,0,13,5],
|
||||
"dc/d38/ordinary__least__squares__regressor_8cpp.html#a01e6c7bf2b09272578b9c5819ce0f36f":[11,0,13,5,10],
|
||||
"dc/d38/ordinary__least__squares__regressor_8cpp.html#a207b3a99fd5974d3117e0b0ac0aad234":[11,0,13,5,6],
|
||||
@@ -22,20 +23,20 @@ var NAVTREEINDEX11 =
|
||||
"dc/d5a/rat__maze_8cpp.html#aa8dca7b867074164d5f45b0f3851269d":[11,0,0,7,2],
|
||||
"dc/d5a/rat__maze_8cpp.html#ab99107bfb4c6934cd4691868c66c0aa3":[11,0,0,7,1],
|
||||
"dc/d5a/rat__maze_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,0,7,0],
|
||||
"dc/d61/classgraph_1_1_graph.html":[9,0,34,0],
|
||||
"dc/d61/classgraph_1_1_graph.html":[10,0,6,1],
|
||||
"dc/d61/classgraph_1_1_graph.html":[9,0,34,0],
|
||||
"dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981":[10,0,6,1,2],
|
||||
"dc/d61/classgraph_1_1_graph.html#a3755ec9e6a842238c7f4aac10b661981":[9,0,34,0,2],
|
||||
"dc/d61/classgraph_1_1_graph.html#a59940c462861f2fcf4951d1b6c084e6a":[9,0,34,0,5],
|
||||
"dc/d61/classgraph_1_1_graph.html#a59940c462861f2fcf4951d1b6c084e6a":[10,0,6,1,5],
|
||||
"dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19":[9,0,34,0,1],
|
||||
"dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19":[10,0,6,1,1],
|
||||
"dc/d61/classgraph_1_1_graph.html#a8839fa14bff19d2deab4a618447c13e5":[9,0,34,0,0],
|
||||
"dc/d61/classgraph_1_1_graph.html#a877b2cba40d8d46dde6fb4209effed19":[9,0,34,0,1],
|
||||
"dc/d61/classgraph_1_1_graph.html#a8839fa14bff19d2deab4a618447c13e5":[10,0,6,1,0],
|
||||
"dc/d61/classgraph_1_1_graph.html#a8839fa14bff19d2deab4a618447c13e5":[9,0,34,0,0],
|
||||
"dc/d61/classgraph_1_1_graph.html#a8930d1470d132b19e430d1c71f94c904":[10,0,6,1,3],
|
||||
"dc/d61/classgraph_1_1_graph.html#a8930d1470d132b19e430d1c71f94c904":[9,0,34,0,3],
|
||||
"dc/d61/classgraph_1_1_graph.html#acebf0505d625b043bb9c8c27c7a8def0":[10,0,6,1,4],
|
||||
"dc/d61/classgraph_1_1_graph.html#acebf0505d625b043bb9c8c27c7a8def0":[9,0,34,0,4],
|
||||
"dc/d61/classgraph_1_1_graph.html#acebf0505d625b043bb9c8c27c7a8def0":[10,0,6,1,4],
|
||||
"dc/d64/md__coding_guidelines.html":[2],
|
||||
"dc/d64/md__coding_guidelines.html#autotoc_md18":[2,0],
|
||||
"dc/d64/md__coding_guidelines.html#autotoc_md20":[2,1],
|
||||
@@ -43,8 +44,8 @@ var NAVTREEINDEX11 =
|
||||
"dc/d6d/power__of__2_8cpp.html#a5032470c9974bbd6ec254bf296530a5f":[11,0,1,5,0],
|
||||
"dc/d6d/power__of__2_8cpp.html#aa8dca7b867074164d5f45b0f3851269d":[11,0,1,5,2],
|
||||
"dc/d6d/power__of__2_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,1,5,1],
|
||||
"dc/d6d/structstd_1_1is__arithmetic_3_01uint256__t_01_4.html":[9,0,110,6],
|
||||
"dc/d6d/structstd_1_1is__arithmetic_3_01uint256__t_01_4.html":[10,0,18,1],
|
||||
"dc/d6d/structstd_1_1is__arithmetic_3_01uint256__t_01_4.html":[9,0,110,6],
|
||||
"dc/d82/area_8cpp.html":[11,0,14,2],
|
||||
"dc/d82/area_8cpp.html#a40e36c67da78d2131408c57ee091ad75":[11,0,14,2,0],
|
||||
"dc/d82/area_8cpp.html#a5de184925e68658f15415dd53954df4f":[11,0,14,2,4],
|
||||
@@ -88,8 +89,8 @@ var NAVTREEINDEX11 =
|
||||
"dc/dd4/classdata__structures_1_1_bloom_filter.html":[10,0,2,8],
|
||||
"dc/dd4/classdata__structures_1_1_bloom_filter.html#a576db259488dbfb67624a9652a5ab08b":[10,0,2,8,2],
|
||||
"dc/dd4/classdata__structures_1_1_bloom_filter.html#a576db259488dbfb67624a9652a5ab08b":[9,0,20,1,2],
|
||||
"dc/dd4/classdata__structures_1_1_bloom_filter.html#a65ca6742d3be88d4aca4f080068a7a80":[9,0,20,1,3],
|
||||
"dc/dd4/classdata__structures_1_1_bloom_filter.html#a65ca6742d3be88d4aca4f080068a7a80":[10,0,2,8,3],
|
||||
"dc/dd4/classdata__structures_1_1_bloom_filter.html#a65ca6742d3be88d4aca4f080068a7a80":[9,0,20,1,3],
|
||||
"dc/dd4/classdata__structures_1_1_bloom_filter.html#a67bed8ef62fcb1f33b6c72df47dcf840":[9,0,20,1,1],
|
||||
"dc/dd4/classdata__structures_1_1_bloom_filter.html#a67bed8ef62fcb1f33b6c72df47dcf840":[10,0,2,8,1],
|
||||
"dc/dd4/classdata__structures_1_1_bloom_filter.html#a6910d29951b57ab56e7a3db405aa1f1a":[10,0,2,8,0],
|
||||
@@ -152,8 +153,8 @@ var NAVTREEINDEX11 =
|
||||
"dd/d1e/generate__parentheses_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,0,0,1],
|
||||
"dd/d1f/classdsu.html":[10,0,27],
|
||||
"dd/d1f/classdsu.html#a0ce2672c570f4235eafddb0c9a58115a":[10,0,27,4],
|
||||
"dd/d1f/classdsu.html#a126e3002a464e53cd54b07ba56482a72":[10,0,27,1],
|
||||
"dd/d1f/classdsu.html#a126e3002a464e53cd54b07ba56482a72":[10,0,27,0],
|
||||
"dd/d1f/classdsu.html#a126e3002a464e53cd54b07ba56482a72":[10,0,27,1],
|
||||
"dd/d1f/classdsu.html#a16851f78fe390fc1430905c83d6a2f1c":[10,0,27,3],
|
||||
"dd/d1f/classdsu.html#a16851f78fe390fc1430905c83d6a2f1c":[10,0,27,2],
|
||||
"dd/d1f/classdsu.html#a1c24228b0f2f49220133fb8c3566a55c":[10,0,27,10],
|
||||
@@ -161,8 +162,8 @@ var NAVTREEINDEX11 =
|
||||
"dd/d1f/classdsu.html#a1ef0b0462a0dda63514f641cbb7dd8cb":[10,0,27,16],
|
||||
"dd/d1f/classdsu.html#a4ade6f16c418fc98b54452f7b0252a53":[10,0,27,14],
|
||||
"dd/d1f/classdsu.html#a4bf54d33fba178998dbbe4c57f2e9429":[10,0,27,13],
|
||||
"dd/d1f/classdsu.html#a64d25c5986742f7c234ed449b2ff7303":[10,0,27,8],
|
||||
"dd/d1f/classdsu.html#a64d25c5986742f7c234ed449b2ff7303":[10,0,27,9],
|
||||
"dd/d1f/classdsu.html#a64d25c5986742f7c234ed449b2ff7303":[10,0,27,8],
|
||||
"dd/d1f/classdsu.html#a696141b8b092466767f4bfe1c5e46cde":[10,0,27,5],
|
||||
"dd/d1f/classdsu.html#a6ac30c07abca2aaa3b291504c25c3559":[10,0,27,11],
|
||||
"dd/d1f/classdsu.html#a81897528bdb53fd5e796d75d7dbc430f":[10,0,27,12],
|
||||
@@ -215,39 +216,38 @@ var NAVTREEINDEX11 =
|
||||
"dd/d40/classdata__structures_1_1tree__234_1_1_node.html#afd9f83e2d5d7f22f79c1348e98914631":[10,0,2,5,0,16],
|
||||
"dd/d43/namespace_m_d5.html":[9,0,64],
|
||||
"dd/d47/namespacemath.html":[9,0,63],
|
||||
"dd/d47/namespacemath.html#a04065193d190d605e1f0d0d93a87e244":[9,0,63,16],
|
||||
"dd/d47/namespacemath.html#a0efb235330ff48e14fd31faaccbcebb3":[9,0,63,21],
|
||||
"dd/d47/namespacemath.html#a04065193d190d605e1f0d0d93a87e244":[9,0,63,17],
|
||||
"dd/d47/namespacemath.html#a0efb235330ff48e14fd31faaccbcebb3":[9,0,63,22],
|
||||
"dd/d47/namespacemath.html#a1d4df7a4e43a2eac1acc0ac610487c73":[9,0,63,11],
|
||||
"dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c":[9,0,63,39],
|
||||
"dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551":[9,0,63,33],
|
||||
"dd/d47/namespacemath.html#a3d1e4db743b189f309327572663415f3":[9,0,63,38],
|
||||
"dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12":[9,0,63,30],
|
||||
"dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c":[9,0,63,40],
|
||||
"dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551":[9,0,63,34],
|
||||
"dd/d47/namespacemath.html#a3d1e4db743b189f309327572663415f3":[9,0,63,39],
|
||||
"dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12":[9,0,63,31],
|
||||
"dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7":[9,0,63,6],
|
||||
"dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75":[9,0,63,4],
|
||||
"dd/d47/namespacemath.html#a428769a16e9525e56588d7c7709d25a6":[9,0,63,29],
|
||||
"dd/d47/namespacemath.html#a50936ee98f4d40f17823befc65a32aec":[9,0,63,36],
|
||||
"dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f":[9,0,63,20],
|
||||
"dd/d47/namespacemath.html#a428769a16e9525e56588d7c7709d25a6":[9,0,63,30],
|
||||
"dd/d47/namespacemath.html#a50936ee98f4d40f17823befc65a32aec":[9,0,63,37],
|
||||
"dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f":[9,0,63,21],
|
||||
"dd/d47/namespacemath.html#a6c72f756a7bf1b9043c357e3fe7814ca":[9,0,63,14],
|
||||
"dd/d47/namespacemath.html#a6e2dff75c5de70455b90c799d6ad6967":[9,0,63,18],
|
||||
"dd/d47/namespacemath.html#a6e2dff75c5de70455b90c799d6ad6967":[9,0,63,19],
|
||||
"dd/d47/namespacemath.html#a8998ca7b1886d1d7d00aef3b457a9b1b":[9,0,63,8],
|
||||
"dd/d47/namespacemath.html#a8a48be4d7f14e34c5c92925bc1cbf3bb":[9,0,63,24],
|
||||
"dd/d47/namespacemath.html#a8d8e81a7cd59644b311ef9adb268f5f0":[9,0,63,17],
|
||||
"dd/d47/namespacemath.html#a91366864111e1fac29722ca45e02ea8f":[9,0,63,31],
|
||||
"dd/d47/namespacemath.html#a9236348755183644f1225e162d01ab14":[9,0,63,35],
|
||||
"dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c":[9,0,63,26],
|
||||
"dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049":[9,0,63,34],
|
||||
"dd/d47/namespacemath.html#aa8592c3279c41a2c6d4d64eeb488f63f":[9,0,63,19],
|
||||
"dd/d47/namespacemath.html#aacb1411ef2029e81f249c21e17c96fdb":[9,0,63,27],
|
||||
"dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca":[9,0,63,28],
|
||||
"dd/d47/namespacemath.html#a8a48be4d7f14e34c5c92925bc1cbf3bb":[9,0,63,25],
|
||||
"dd/d47/namespacemath.html#a8d8e81a7cd59644b311ef9adb268f5f0":[9,0,63,18],
|
||||
"dd/d47/namespacemath.html#a91366864111e1fac29722ca45e02ea8f":[9,0,63,32],
|
||||
"dd/d47/namespacemath.html#a9236348755183644f1225e162d01ab14":[9,0,63,36],
|
||||
"dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c":[9,0,63,27],
|
||||
"dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049":[9,0,63,35],
|
||||
"dd/d47/namespacemath.html#aa8592c3279c41a2c6d4d64eeb488f63f":[9,0,63,20],
|
||||
"dd/d47/namespacemath.html#aacb1411ef2029e81f249c21e17c96fdb":[9,0,63,28],
|
||||
"dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca":[9,0,63,29],
|
||||
"dd/d47/namespacemath.html#ab37f3a7302a84179aae682c79d8390bf":[9,0,63,1],
|
||||
"dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc":[9,0,63,37],
|
||||
"dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656":[9,0,63,32],
|
||||
"dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc":[9,0,63,38],
|
||||
"dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656":[9,0,63,33],
|
||||
"dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c":[9,0,63,7],
|
||||
"dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444":[9,0,63,15],
|
||||
"dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca":[9,0,63,12],
|
||||
"dd/d47/namespacemath.html#abf7f2a6d91f1ca6c89698792aea3f188":[9,0,63,2],
|
||||
"dd/d47/namespacemath.html#ac37d3ba52eb296597d7a024ba8c4a5a5":[9,0,63,22],
|
||||
"dd/d47/namespacemath.html#ac37d3ba52eb296597d7a024ba8c4a5a5":[9,0,63,23],
|
||||
"dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864":[9,0,63,10],
|
||||
"dd/d47/namespacemath.html#ad09d59850865012a6fd95d89954c82e4":[9,0,63,25],
|
||||
"dd/d47/namespacemath.html#ad0acf82b7bc920182bf8322d1e103953":[9,0,63,5],
|
||||
"dd/d47/namespacemath.html#ae1ca505751f5a6d3977b86372cfe75ea":[9,0,63,3]
|
||||
"dd/d47/namespacemath.html#ad09d59850865012a6fd95d89954c82e4":[9,0,63,26]
|
||||
};
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
var NAVTREEINDEX12 =
|
||||
{
|
||||
"dd/d47/namespacemath.html#ad0acf82b7bc920182bf8322d1e103953":[9,0,63,5],
|
||||
"dd/d47/namespacemath.html#ae1ca505751f5a6d3977b86372cfe75ea":[9,0,63,3],
|
||||
"dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725":[9,0,63,9],
|
||||
"dd/d47/namespacemath.html#aec65db4e5c7317323227f026fe50ef11":[9,0,63,13],
|
||||
"dd/d47/namespacemath.html#afa39ec943a4836c878e1614fd89b146f":[9,0,63,15],
|
||||
"dd/d47/namespacemath.html#afcd07701d73ed65cd616bcba02737f3d":[9,0,63,23],
|
||||
"dd/d47/namespacemath.html#afa39ec943a4836c878e1614fd89b146f":[9,0,63,16],
|
||||
"dd/d47/namespacemath.html#afcd07701d73ed65cd616bcba02737f3d":[9,0,63,24],
|
||||
"dd/d4f/class_solution.html":[10,0,50],
|
||||
"dd/d65/lu__decompose_8cpp.html":[11,0,15,11],
|
||||
"dd/d65/lu__decompose_8cpp.html#a0283886819c7c140a023582b7269e2d0":[11,0,15,11,3],
|
||||
@@ -32,26 +34,26 @@ var NAVTREEINDEX12 =
|
||||
"dd/d92/memory__game_8cpp.html#ad573c8ae66ab66156d03e5e81bbba214":[11,0,7,0,2],
|
||||
"dd/d92/memory__game_8cpp.html#adc62ebb75853446656e24932bdc6dd6b":[11,0,7,0,7],
|
||||
"dd/d92/memory__game_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,7,0,4],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html":[9,0,20,3],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html":[10,0,2,10],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html":[9,0,20,3],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a10ffa5fc03c66170f0bc2592b843baa3":[10,0,2,10,6],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a10ffa5fc03c66170f0bc2592b843baa3":[9,0,20,3,6],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a167fd91b68048e49e97859a8947690f3":[10,0,2,10,7],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a167fd91b68048e49e97859a8947690f3":[9,0,20,3,7],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a1c5331b509d9b55bedfadf979b30dd5b":[10,0,2,10,3],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a1c5331b509d9b55bedfadf979b30dd5b":[9,0,20,3,3],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a2a04f1832c5ce86def50c3021b2ab6b1":[10,0,2,10,4],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a2a04f1832c5ce86def50c3021b2ab6b1":[9,0,20,3,4],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a2a04f1832c5ce86def50c3021b2ab6b1":[10,0,2,10,4],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a6d3beccc936af2377c8eeb17067fd141":[10,0,2,10,1],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a6d3beccc936af2377c8eeb17067fd141":[9,0,20,3,1],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a735d072a603f3abb7c03818440575258":[9,0,20,3,8],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a735d072a603f3abb7c03818440575258":[10,0,2,10,8],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a8d22286b7be3dcbb701ac5c7d9c79841":[9,0,20,3,0],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a8d22286b7be3dcbb701ac5c7d9c79841":[10,0,2,10,0],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a8fecc48e8e3f6f5f6e728495a4282e52":[10,0,2,10,2],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a8fecc48e8e3f6f5f6e728495a4282e52":[9,0,20,3,2],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#ad0e78179ab979ae2bc4304bdc181db17":[10,0,2,10,5],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#a8fecc48e8e3f6f5f6e728495a4282e52":[10,0,2,10,2],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#ad0e78179ab979ae2bc4304bdc181db17":[9,0,20,3,5],
|
||||
"dd/d95/classdata__structures_1_1_segment_tree.html#ad0e78179ab979ae2bc4304bdc181db17":[10,0,2,10,5],
|
||||
"dd/d9c/classmachine__learning_1_1aystar__search_1_1_eight_puzzle.html":[10,0,9,0,1],
|
||||
"dd/d9c/classmachine__learning_1_1aystar__search_1_1_eight_puzzle.html#a1802cf6197a255055cb734d626abc101":[10,0,9,0,1,14],
|
||||
"dd/d9c/classmachine__learning_1_1aystar__search_1_1_eight_puzzle.html#a194c2973b51a5467fc17064a4ea4e6f9":[10,0,9,0,1,4],
|
||||
@@ -135,8 +137,8 @@ var NAVTREEINDEX12 =
|
||||
"de/d48/struct_trie_1_1_trie_node.html":[10,0,55,0],
|
||||
"de/d4a/class_compare.html":[10,0,23],
|
||||
"de/d4a/class_compare.html#afbdf9a44adb49728dc704155d7d1570c":[10,0,23,0],
|
||||
"de/d4f/structmath_1_1_point.html":[10,0,10,1],
|
||||
"de/d4f/structmath_1_1_point.html":[9,0,63,0],
|
||||
"de/d4f/structmath_1_1_point.html":[10,0,10,1],
|
||||
"de/d6a/knuth__morris__pratt_8cpp.html":[11,0,23,2],
|
||||
"de/d6a/knuth__morris__pratt_8cpp.html#a26a58225ce7d3fa9d4c2f5349a65ed93":[11,0,23,2,1],
|
||||
"de/d6a/knuth__morris__pratt_8cpp.html#a996573527312d5255e1495b879e8a34f":[11,0,23,2,0],
|
||||
@@ -247,7 +249,5 @@ var NAVTREEINDEX12 =
|
||||
"de/dde/lowest__common__ancestor_8cpp.html":[11,0,9,10],
|
||||
"de/dde/lowest__common__ancestor_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e":[11,0,9,10,4],
|
||||
"de/dde/lowest__common__ancestor_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,9,10,3],
|
||||
"de/de4/fibonacci__large_8cpp.html":[11,0,14,18],
|
||||
"de/de4/fibonacci__large_8cpp.html#adf3e906875ab257f7fab3bc1370aa2db":[11,0,14,18,0],
|
||||
"df/d06/decimal__to__binary_8cpp.html":[11,0,17,1]
|
||||
"de/de4/fibonacci__large_8cpp.html":[11,0,14,18]
|
||||
};
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
var NAVTREEINDEX13 =
|
||||
{
|
||||
"de/de4/fibonacci__large_8cpp.html#adf3e906875ab257f7fab3bc1370aa2db":[11,0,14,18,0],
|
||||
"df/d06/decimal__to__binary_8cpp.html":[11,0,17,1],
|
||||
"df/d06/decimal__to__binary_8cpp.html#a10df57491019f0ac39b492740fb388f7":[11,0,17,1,1],
|
||||
"df/d06/decimal__to__binary_8cpp.html#a9240f2e79074a2a248395258aebbfa11":[11,0,17,1,0],
|
||||
"df/d10/namespacepancake__sort.html":[9,0,83],
|
||||
@@ -86,8 +88,8 @@ var NAVTREEINDEX13 =
|
||||
"df/d94/subarray__sum_8cpp.html#aa8dca7b867074164d5f45b0f3851269d":[11,0,0,8,2],
|
||||
"df/d94/subarray__sum_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,0,8,0],
|
||||
"df/d94/subarray__sum_8cpp.html#af5687bbd9faf927fbd363c71e0baba5e":[11,0,0,8,1],
|
||||
"df/d99/structstd_1_1is__unsigned_3_01uint256__t_01_4.html":[10,0,18,5],
|
||||
"df/d99/structstd_1_1is__unsigned_3_01uint256__t_01_4.html":[9,0,110,10],
|
||||
"df/d99/structstd_1_1is__unsigned_3_01uint256__t_01_4.html":[10,0,18,5],
|
||||
"df/dc8/successive__approximation_8cpp.html":[11,0,15,22],
|
||||
"df/dc8/successive__approximation_8cpp.html#a79c1d08919ff7780a5d7723172602389":[11,0,15,22,0],
|
||||
"df/dc8/successive__approximation_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,15,22,2],
|
||||
@@ -247,7 +249,5 @@ var NAVTREEINDEX13 =
|
||||
"globals_func_u.html":[11,1,1,20],
|
||||
"globals_func_z.html":[11,1,1,21],
|
||||
"globals_g.html":[11,1,0,7],
|
||||
"globals_h.html":[11,1,0,8],
|
||||
"globals_i.html":[11,1,0,9],
|
||||
"globals_j.html":[11,1,0,10]
|
||||
"globals_h.html":[11,1,0,8]
|
||||
};
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
var NAVTREEINDEX14 =
|
||||
{
|
||||
"globals_i.html":[11,1,0,9],
|
||||
"globals_j.html":[11,1,0,10],
|
||||
"globals_l.html":[11,1,0,11],
|
||||
"globals_m.html":[11,1,0,12],
|
||||
"globals_n.html":[11,1,0,13],
|
||||
|
||||
@@ -12,8 +12,8 @@ var NAVTREEINDEX2 =
|
||||
"cpp/utility/functional/mem_fn.html":[9,0,110,274],
|
||||
"cpp/utility/functional/not1.html":[9,0,110,305],
|
||||
"cpp/utility/functional/not2.html":[9,0,110,306],
|
||||
"cpp/utility/functional/ref.html":[9,0,110,88],
|
||||
"cpp/utility/functional/ref.html":[9,0,110,337],
|
||||
"cpp/utility/functional/ref.html":[9,0,110,88],
|
||||
"cpp/utility/move.html":[9,0,110,288],
|
||||
"cpp/utility/move_if_noexcept.html":[9,0,110,290],
|
||||
"cpp/utility/pair/make_pair.html":[9,0,110,259],
|
||||
@@ -29,9 +29,9 @@ var NAVTREEINDEX2 =
|
||||
"cpp/utility/program/signal.html":[9,0,110,389],
|
||||
"cpp/utility/program/system.html":[9,0,110,443],
|
||||
"cpp/utility/rel_ops/operator_cmp.html":[9,0,110,3,1],
|
||||
"cpp/utility/rel_ops/operator_cmp.html":[9,0,110,3,2],
|
||||
"cpp/utility/rel_ops/operator_cmp.html":[9,0,110,3,3],
|
||||
"cpp/utility/rel_ops/operator_cmp.html":[9,0,110,3,0],
|
||||
"cpp/utility/rel_ops/operator_cmp.html":[9,0,110,3,2],
|
||||
"cpp/utility/tuple/forward_as_tuple.html":[9,0,110,150],
|
||||
"cpp/utility/tuple/make_tuple.html":[9,0,110,261],
|
||||
"cpp/utility/tuple/tie.html":[9,0,110,450],
|
||||
@@ -51,22 +51,22 @@ var NAVTREEINDEX2 =
|
||||
"d0/d20/namespaceground__to__ground__projectile__motion.html":[9,0,37],
|
||||
"d0/d2b/namespacequick__sort.html":[9,0,91],
|
||||
"d0/d2e/namespaceneural__network.html":[9,0,78],
|
||||
"d0/d3e/classdata__structures_1_1trie.html":[10,0,2,12],
|
||||
"d0/d3e/classdata__structures_1_1trie.html":[9,0,20,5],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a0ab94bc6417e3f59fab33cea5b64d546":[10,0,2,12,3],
|
||||
"d0/d3e/classdata__structures_1_1trie.html":[10,0,2,12],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a0ab94bc6417e3f59fab33cea5b64d546":[9,0,20,5,3],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a0ab94bc6417e3f59fab33cea5b64d546":[10,0,2,12,3],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a362dd78748a1f01ab019e55fd6098a8b":[9,0,20,5,6],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a362dd78748a1f01ab019e55fd6098a8b":[10,0,2,12,6],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a499f87fd833203ef9492b4870aa6d42d":[9,0,20,5,5],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a499f87fd833203ef9492b4870aa6d42d":[10,0,2,12,5],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a4bfac4be6ed1a34c7159eddb42469191":[10,0,2,12,8],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a4bfac4be6ed1a34c7159eddb42469191":[9,0,20,5,8],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a4bfac4be6ed1a34c7159eddb42469191":[10,0,2,12,8],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a4cb0f775b5a4bc14a6d39b5c93883eb6":[9,0,20,5,7],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a4cb0f775b5a4bc14a6d39b5c93883eb6":[10,0,2,12,7],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a87d8bf99aea936f9381141753f1e90a8":[10,0,2,12,0],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a87d8bf99aea936f9381141753f1e90a8":[9,0,20,5,0],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a961eb5d576d2420f2036009154397c63":[10,0,2,12,4],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a87d8bf99aea936f9381141753f1e90a8":[10,0,2,12,0],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a961eb5d576d2420f2036009154397c63":[9,0,20,5,4],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#a961eb5d576d2420f2036009154397c63":[10,0,2,12,4],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#aab373beb3f618b90922528c68797d988":[9,0,20,5,1],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#aab373beb3f618b90922528c68797d988":[10,0,2,12,1],
|
||||
"d0/d3e/classdata__structures_1_1trie.html#aeac27cfd397d2dd3f2f519efffafeeab":[10,0,2,12,2],
|
||||
|
||||
@@ -201,8 +201,8 @@ var NAVTREEINDEX3 =
|
||||
"d2/da7/namespacefind__non__repeating__integer.html":[9,0,30],
|
||||
"d2/dc4/classstack__linked_list.html":[10,0,52],
|
||||
"d2/dcf/namespacestatistics.html":[9,0,109],
|
||||
"d2/dd4/structstd_1_1is__integral_3_01uint128__t_01_4.html":[10,0,18,2],
|
||||
"d2/dd4/structstd_1_1is__integral_3_01uint128__t_01_4.html":[9,0,110,7],
|
||||
"d2/dd4/structstd_1_1is__integral_3_01uint128__t_01_4.html":[10,0,18,2],
|
||||
"d2/de1/namespacehouse__robber.html":[9,0,42],
|
||||
"d2/de7/namespacerunge__kutta.html":[9,0,97],
|
||||
"d2/de9/heavy__light__decomposition_8cpp.html":[11,0,20,1],
|
||||
|
||||
@@ -236,18 +236,18 @@ var NAVTREEINDEX4 =
|
||||
"d4/d8f/travelling__salesman__using__bit__manipulation_8cpp.html#aa8dca7b867074164d5f45b0f3851269d":[11,0,1,7,1],
|
||||
"d4/d8f/travelling__salesman__using__bit__manipulation_8cpp.html#ad08f082be02c3437c2fe89cb035fcee1":[11,0,1,7,2],
|
||||
"d4/d8f/travelling__salesman__using__bit__manipulation_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,1,7,0],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html":[9,0,20,4],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html":[10,0,2,11],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html":[9,0,20,4],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a3e249c2c35a8b7f5ffd2d77fee60d650":[9,0,20,4,7],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a3e249c2c35a8b7f5ffd2d77fee60d650":[10,0,2,11,7],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a40a4042bdf0b6683b5f21ae7854de8a9":[10,0,2,11,3],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a40a4042bdf0b6683b5f21ae7854de8a9":[9,0,20,4,3],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a7ffc3688725b9d1ec6e5bb881a6e2ae4":[9,0,20,4,0],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a40a4042bdf0b6683b5f21ae7854de8a9":[10,0,2,11,3],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a7ffc3688725b9d1ec6e5bb881a6e2ae4":[10,0,2,11,0],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a7ffc3688725b9d1ec6e5bb881a6e2ae4":[9,0,20,4,0],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a812611f80b8079268dbb19cc4e9bee5c":[10,0,2,11,2],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a812611f80b8079268dbb19cc4e9bee5c":[9,0,20,4,2],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a86925c53e139cc6c3f7df1e9003bb0b0":[9,0,20,4,1],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a86925c53e139cc6c3f7df1e9003bb0b0":[10,0,2,11,1],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#aa3f3813e9896792fc86b296547689ba4":[10,0,2,11,4],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#aa3f3813e9896792fc86b296547689ba4":[9,0,20,4,4]
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#a86925c53e139cc6c3f7df1e9003bb0b0":[9,0,20,4,1],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#aa3f3813e9896792fc86b296547689ba4":[9,0,20,4,4],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#aa3f3813e9896792fc86b296547689ba4":[10,0,2,11,4]
|
||||
};
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
var NAVTREEINDEX5 =
|
||||
{
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#ad7e392386d7db622185d6f7c718e4f16":[10,0,2,11,6],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#ad7e392386d7db622185d6f7c718e4f16":[9,0,20,4,6],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#af2f3d4e15b1f47afac849c2e08a730f4":[10,0,2,11,5],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#ad7e392386d7db622185d6f7c718e4f16":[10,0,2,11,6],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#af2f3d4e15b1f47afac849c2e08a730f4":[9,0,20,4,5],
|
||||
"d4/d90/classdata__structures_1_1_skip_list.html#af2f3d4e15b1f47afac849c2e08a730f4":[10,0,2,11,5],
|
||||
"d4/d91/namespacevector__cross.html":[9,0,126],
|
||||
"d4/d96/range__queries_2sparse__table_8cpp.html":[11,0,20,5],
|
||||
"d4/d96/range__queries_2sparse__table_8cpp.html#a40810d8c0fe3f8cf432ab128b1ae0300":[11,0,20,5,1],
|
||||
@@ -116,28 +116,28 @@ var NAVTREEINDEX5 =
|
||||
"d5/d4c/group__sorting.html#gae66f6b31b5ad750f1fe042a706a4e3d4":[8,3,5],
|
||||
"d5/d58/class_test_cases.html":[10,0,53],
|
||||
"d5/d58/class_test_cases.html#aa3aa3d5bf666f327ee8e2d11d397b06e":[10,0,53,2],
|
||||
"d5/d58/class_test_cases.html#aa3aa3d5bf666f327ee8e2d11d397b06e":[10,0,53,0],
|
||||
"d5/d58/class_test_cases.html#aa3aa3d5bf666f327ee8e2d11d397b06e":[10,0,53,1],
|
||||
"d5/d58/class_test_cases.html#aa3aa3d5bf666f327ee8e2d11d397b06e":[10,0,53,0],
|
||||
"d5/d58/class_test_cases.html#abae0148985f159b582a385cf399254e3":[10,0,53,10],
|
||||
"d5/d58/class_test_cases.html#abae0148985f159b582a385cf399254e3":[10,0,53,9],
|
||||
"d5/d58/class_test_cases.html#abae0148985f159b582a385cf399254e3":[10,0,53,11],
|
||||
"d5/d58/class_test_cases.html#abae0148985f159b582a385cf399254e3":[10,0,53,10],
|
||||
"d5/d58/class_test_cases.html#ac2636e8b5b9e053374c45bfcf0603008":[10,0,53,7],
|
||||
"d5/d58/class_test_cases.html#ac2636e8b5b9e053374c45bfcf0603008":[10,0,53,8],
|
||||
"d5/d58/class_test_cases.html#ac2636e8b5b9e053374c45bfcf0603008":[10,0,53,6],
|
||||
"d5/d58/class_test_cases.html#ac2636e8b5b9e053374c45bfcf0603008":[10,0,53,8],
|
||||
"d5/d58/class_test_cases.html#ad9f95c09931625b41e3be1f88d1e28c5":[10,0,53,14],
|
||||
"d5/d58/class_test_cases.html#ad9f95c09931625b41e3be1f88d1e28c5":[10,0,53,13],
|
||||
"d5/d58/class_test_cases.html#ad9f95c09931625b41e3be1f88d1e28c5":[10,0,53,12],
|
||||
"d5/d58/class_test_cases.html#aeabea90c02f9159e4a784bbf736e1e23":[10,0,53,5],
|
||||
"d5/d58/class_test_cases.html#aeabea90c02f9159e4a784bbf736e1e23":[10,0,53,4],
|
||||
"d5/d58/class_test_cases.html#aeabea90c02f9159e4a784bbf736e1e23":[10,0,53,3],
|
||||
"d5/d58/class_test_cases.html#aeabea90c02f9159e4a784bbf736e1e23":[10,0,53,4],
|
||||
"d5/d58/class_test_cases.html#aeabea90c02f9159e4a784bbf736e1e23":[10,0,53,5],
|
||||
"d5/d58/persistent__seg__tree__lazy__prop_8cpp.html":[11,0,20,2],
|
||||
"d5/d58/persistent__seg__tree__lazy__prop_8cpp.html#aa8dca7b867074164d5f45b0f3851269d":[11,0,20,2,3],
|
||||
"d5/d58/persistent__seg__tree__lazy__prop_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,20,2,2],
|
||||
"d5/d5f/namespacegeometry.html":[9,0,32],
|
||||
"d5/d66/classrange__queries_1_1per_seg_tree_1_1_node.html":[9,0,94,0,0],
|
||||
"d5/d66/classrange__queries_1_1per_seg_tree_1_1_node.html":[10,0,15,1,0],
|
||||
"d5/d66/classrange__queries_1_1per_seg_tree_1_1_node.html#a9adb4639a0797e94a3e556b6b902c088":[9,0,94,0,0,0],
|
||||
"d5/d66/classrange__queries_1_1per_seg_tree_1_1_node.html#a9adb4639a0797e94a3e556b6b902c088":[10,0,15,1,0,0],
|
||||
"d5/d66/classrange__queries_1_1per_seg_tree_1_1_node.html#a9adb4639a0797e94a3e556b6b902c088":[9,0,94,0,0,0],
|
||||
"d5/d66/classrange__queries_1_1per_seg_tree_1_1_node.html#acc044f787c90b815773726d7fdfdaccf":[10,0,15,1,0,1],
|
||||
"d5/d66/classrange__queries_1_1per_seg_tree_1_1_node.html#acc044f787c90b815773726d7fdfdaccf":[9,0,94,0,0,1],
|
||||
"d5/d67/bayes__theorem_8cpp.html":[11,0,19,1],
|
||||
|
||||
@@ -29,20 +29,20 @@ var NAVTREEINDEX6 =
|
||||
"d6/d1a/dnf__sort_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,22,6,1],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html":[10,0,1,1],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html":[9,0,12,1],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a12f727cca9e21f9539cd74b6603adf0c":[10,0,1,1,8],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a12f727cca9e21f9539cd74b6603adf0c":[9,0,12,1,8],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a2eb58750b978a93ac5e6eb29e3e570b7":[9,0,12,1,9],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a12f727cca9e21f9539cd74b6603adf0c":[10,0,1,1,8],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a2eb58750b978a93ac5e6eb29e3e570b7":[10,0,1,1,9],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a405b0a28d66a61239d3565d5256f9cb5":[10,0,1,1,6],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a2eb58750b978a93ac5e6eb29e3e570b7":[9,0,12,1,9],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a405b0a28d66a61239d3565d5256f9cb5":[9,0,12,1,6],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a405b0a28d66a61239d3565d5256f9cb5":[10,0,1,1,6],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a427acfac1dbff3f48a2b071d449d965b":[9,0,12,1,1],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a427acfac1dbff3f48a2b071d449d965b":[10,0,1,1,1],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a629be41c1ab78850963e4ce14e1d11d9":[10,0,1,1,12],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a629be41c1ab78850963e4ce14e1d11d9":[9,0,12,1,12],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a642f70fb54cb50b00fb6df7c3f2b120e":[9,0,12,1,5],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a642f70fb54cb50b00fb6df7c3f2b120e":[10,0,1,1,5],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a716d0313141499d16f57c0c107f04395":[10,0,1,1,11],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a642f70fb54cb50b00fb6df7c3f2b120e":[9,0,12,1,5],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a716d0313141499d16f57c0c107f04395":[9,0,12,1,11],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a716d0313141499d16f57c0c107f04395":[10,0,1,1,11],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a7760f3665651a0a37937c79c62f219c0":[10,0,1,1,3],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#a7760f3665651a0a37937c79c62f219c0":[9,0,12,1,3],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#aa8bbb6e4a5749f6008b06602d5103917":[9,0,12,1,2],
|
||||
@@ -53,8 +53,8 @@ var NAVTREEINDEX6 =
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#ad36cbcc7a458b3f3a2af0c4aa1126590":[9,0,12,1,10],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#ad667fa0860977f6d6d443fa1dbcd80aa":[10,0,1,1,0],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#ad667fa0860977f6d6d443fa1dbcd80aa":[9,0,12,1,0],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#ae77cad522fa44b8c985779a7188d2f41":[9,0,12,1,7],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#ae77cad522fa44b8c985779a7188d2f41":[10,0,1,1,7],
|
||||
"d6/d26/classciphers_1_1_hill_cipher.html#ae77cad522fa44b8c985779a7188d2f41":[9,0,12,1,7],
|
||||
"d6/d26/house__robber_8cpp.html":[11,0,6,4],
|
||||
"d6/d26/house__robber_8cpp.html#a1e497c3e3f169afe5baaae6a5d40cbc8":[11,0,6,4,0],
|
||||
"d6/d26/house__robber_8cpp.html#aa8dca7b867074164d5f45b0f3851269d":[11,0,6,4,2],
|
||||
@@ -70,28 +70,28 @@ var NAVTREEINDEX6 =
|
||||
"d6/d2d/modular__inverse__simple_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,14,38,1],
|
||||
"d6/d2e/fenwick__tree_8cpp.html":[11,0,20,0],
|
||||
"d6/d2e/fenwick__tree_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,20,0,1],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html":[9,0,60,0],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html":[10,0,9,3],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a082f758fb55fe19f22b3df66f89b2325":[9,0,60,0,1],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html":[9,0,60,0],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a082f758fb55fe19f22b3df66f89b2325":[10,0,9,3,1],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a082f758fb55fe19f22b3df66f89b2325":[9,0,60,0,1],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a0acbe32aaab897e7939e5b0454035b8c":[9,0,60,0,0],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a0acbe32aaab897e7939e5b0454035b8c":[10,0,9,3,0],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a28160d17e492597a2f112e0d38551cda":[10,0,9,3,8],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a28160d17e492597a2f112e0d38551cda":[9,0,60,0,8],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a4cd8fe438032fedaa66f93bfd66f5492":[9,0,60,0,9],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a28160d17e492597a2f112e0d38551cda":[10,0,9,3,8],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a4cd8fe438032fedaa66f93bfd66f5492":[10,0,9,3,9],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a4cd8fe438032fedaa66f93bfd66f5492":[9,0,60,0,9],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a74e3c6c037b67895014414c5d75465e5":[9,0,60,0,3],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a74e3c6c037b67895014414c5d75465e5":[10,0,9,3,3],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a8d61f9ed872eef26bca39388cbda6a91":[10,0,9,3,4],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a8d61f9ed872eef26bca39388cbda6a91":[9,0,60,0,4],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#a8d61f9ed872eef26bca39388cbda6a91":[10,0,9,3,4],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#aa23d60262f917f35836ef4b1c1d9f7d3":[9,0,60,0,7],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#aa23d60262f917f35836ef4b1c1d9f7d3":[10,0,9,3,7],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#ab11242d9ad5b03a75911e29b04f78fd3":[9,0,60,0,5],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#ab11242d9ad5b03a75911e29b04f78fd3":[10,0,9,3,5],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#ac8a9c2aaaa63b0f27ea176857e1e7d56":[10,0,9,3,2],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#ac8a9c2aaaa63b0f27ea176857e1e7d56":[9,0,60,0,2],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#ae347040516e995c8fb8ca2e5c0496daa":[9,0,60,0,6],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#ac8a9c2aaaa63b0f27ea176857e1e7d56":[10,0,9,3,2],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#ae347040516e995c8fb8ca2e5c0496daa":[10,0,9,3,6],
|
||||
"d6/d30/classmachine__learning_1_1adaline.html#ae347040516e995c8fb8ca2e5c0496daa":[9,0,60,0,6],
|
||||
"d6/d38/find__non__repeating__number_8cpp.html":[11,0,1,3],
|
||||
"d6/d38/find__non__repeating__number_8cpp.html#aa8dca7b867074164d5f45b0f3851269d":[11,0,1,3,2],
|
||||
"d6/d38/find__non__repeating__number_8cpp.html#ac5ca4c0be0967b4dd572507f50451ae3":[11,0,1,3,0],
|
||||
@@ -108,8 +108,8 @@ var NAVTREEINDEX6 =
|
||||
"d6/d42/miller__rabin_8cpp.html#a901288288ef5ebe8e97414cc30797cce":[11,0,14,34,1],
|
||||
"d6/d42/miller__rabin_8cpp.html#ad6c2c67ea416d0e80003a88623f98b29":[11,0,14,34,3],
|
||||
"d6/d42/miller__rabin_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,14,34,0],
|
||||
"d6/d45/structciphers_1_1elliptic__curve__key__exchange_1_1_point.html":[10,0,1,0,0],
|
||||
"d6/d45/structciphers_1_1elliptic__curve__key__exchange_1_1_point.html":[9,0,12,0,0],
|
||||
"d6/d45/structciphers_1_1elliptic__curve__key__exchange_1_1_point.html":[10,0,1,0,0],
|
||||
"d6/d45/structciphers_1_1elliptic__curve__key__exchange_1_1_point.html#a5084e9ca27837662c31d4dc003815446":[10,0,1,0,0,0],
|
||||
"d6/d45/structciphers_1_1elliptic__curve__key__exchange_1_1_point.html#a5084e9ca27837662c31d4dc003815446":[9,0,12,0,0,0],
|
||||
"d6/d45/structciphers_1_1elliptic__curve__key__exchange_1_1_point.html#af2142b27241b28f835e8ce78d7d6463c":[9,0,12,0,0,1],
|
||||
|
||||
@@ -24,8 +24,8 @@ var NAVTREEINDEX7 =
|
||||
"d7/d35/matrix__exponentiation_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,17,10,4],
|
||||
"d7/d3f/namespacetravelling_salesman__bitmanipulation.html":[9,0,121],
|
||||
"d7/d47/namespace_x_o_r.html":[9,0,133],
|
||||
"d7/d47/structstd_1_1is__integral_3_01uint256__t_01_4.html":[9,0,110,8],
|
||||
"d7/d47/structstd_1_1is__integral_3_01uint256__t_01_4.html":[10,0,18,3],
|
||||
"d7/d47/structstd_1_1is__integral_3_01uint256__t_01_4.html":[9,0,110,8],
|
||||
"d7/d48/structgeometry_1_1grahamscan_1_1_point.html":[10,0,5,0,0],
|
||||
"d7/d4c/namespacek__nearest__neighbors.html":[9,0,49],
|
||||
"d7/d56/count__bits__flip_8cpp.html":[11,0,1,0],
|
||||
@@ -62,8 +62,8 @@ var NAVTREEINDEX7 =
|
||||
"d7/d77/class_edge.html":[10,0,29],
|
||||
"d7/d77/class_edge.html#a415a5d002fe11c58711e48aabe975980":[10,0,29,0],
|
||||
"d7/d7a/namespacebinomial.html":[9,0,8],
|
||||
"d7/d7c/classstatistics_1_1stats__computer1.html":[10,0,17,0],
|
||||
"d7/d7c/classstatistics_1_1stats__computer1.html":[9,0,109,0],
|
||||
"d7/d7c/classstatistics_1_1stats__computer1.html":[10,0,17,0],
|
||||
"d7/d7c/classstatistics_1_1stats__computer1.html#a27f0a03e2fd2254f1c81fe668226bd92":[10,0,17,0,3],
|
||||
"d7/d7c/classstatistics_1_1stats__computer1.html#a27f0a03e2fd2254f1c81fe668226bd92":[9,0,109,0,3],
|
||||
"d7/d7c/classstatistics_1_1stats__computer1.html#a350bf6c429691d3578c4dfc6679a0797":[10,0,17,0,4],
|
||||
@@ -117,30 +117,30 @@ var NAVTREEINDEX7 =
|
||||
"d8/d13/bubble__sort_8cpp.html":[11,0,22,2],
|
||||
"d8/d14/namespacen__queens__optimized.html":[9,0,76],
|
||||
"d8/d1d/namespacestrand.html":[9,0,111],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html":[10,0,15,1],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html":[9,0,94,0],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html":[10,0,15,1],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a0cec4b77d264521717cf9b0482c45817":[9,0,94,0,4],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a0cec4b77d264521717cf9b0482c45817":[10,0,15,1,4],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a0fe4e431f3e09c274ecd7d2d58dcb865":[10,0,15,1,7],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a0fe4e431f3e09c274ecd7d2d58dcb865":[9,0,94,0,7],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a1eac9cf0613dfc8e2b0195009dd5c9d5":[9,0,94,0,10],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a0fe4e431f3e09c274ecd7d2d58dcb865":[10,0,15,1,7],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a1eac9cf0613dfc8e2b0195009dd5c9d5":[10,0,15,1,10],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a24487eda25123bc4d112e8430821a6c6":[10,0,15,1,8],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a1eac9cf0613dfc8e2b0195009dd5c9d5":[9,0,94,0,10],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a24487eda25123bc4d112e8430821a6c6":[9,0,94,0,8],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a6d3f2465a7c5803a1ff16c5378bcc5e4":[9,0,94,0,2],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a24487eda25123bc4d112e8430821a6c6":[10,0,15,1,8],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a6d3f2465a7c5803a1ff16c5378bcc5e4":[10,0,15,1,2],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a6d3f2465a7c5803a1ff16c5378bcc5e4":[9,0,94,0,2],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a8ff495d2f389b4aaa54449c26c6078f3":[10,0,15,1,11],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#a8ff495d2f389b4aaa54449c26c6078f3":[9,0,94,0,11],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ac83bcabf5a8db8b0d8d156a4c1bcd4c3":[10,0,15,1,1],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ac83bcabf5a8db8b0d8d156a4c1bcd4c3":[9,0,94,0,1],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ace7f57935b3bb9446f11c239fd89ae79":[9,0,94,0,3],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ac83bcabf5a8db8b0d8d156a4c1bcd4c3":[10,0,15,1,1],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ace7f57935b3bb9446f11c239fd89ae79":[10,0,15,1,3],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ad484002bcb701820d55f32ea5d525571":[9,0,94,0,6],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ace7f57935b3bb9446f11c239fd89ae79":[9,0,94,0,3],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ad484002bcb701820d55f32ea5d525571":[10,0,15,1,6],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ae8ae4b1835e5e8aec32f68c5059ed4d4":[10,0,15,1,5],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ad484002bcb701820d55f32ea5d525571":[9,0,94,0,6],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ae8ae4b1835e5e8aec32f68c5059ed4d4":[9,0,94,0,5],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#af87494e6cf012d28c4f5b9d1c15f9c5d":[9,0,94,0,9],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#ae8ae4b1835e5e8aec32f68c5059ed4d4":[10,0,15,1,5],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#af87494e6cf012d28c4f5b9d1c15f9c5d":[10,0,15,1,9],
|
||||
"d8/d28/classrange__queries_1_1per_seg_tree.html#af87494e6cf012d28c4f5b9d1c15f9c5d":[9,0,94,0,9],
|
||||
"d8/d2a/namespacea1z26.html":[9,0,0],
|
||||
"d8/d36/namespacecut__rod.html":[9,0,17],
|
||||
"d8/d53/modular__inverse__fermat__little__theorem_8cpp.html":[11,0,14,37],
|
||||
@@ -157,26 +157,26 @@ var NAVTREEINDEX7 =
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html":[10,0,6,2],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a0da5aa674d3b3e54a38251ee60d7cd64":[9,0,34,1,1],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a0da5aa674d3b3e54a38251ee60d7cd64":[10,0,6,2,1],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a35893def7a1c5cd60907b4893117796f":[9,0,34,1,6],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a35893def7a1c5cd60907b4893117796f":[10,0,6,2,6],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a35893def7a1c5cd60907b4893117796f":[9,0,34,1,6],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a3b49011c09cf90a116ab53bef61cd95a":[10,0,6,2,2],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a3b49011c09cf90a116ab53bef61cd95a":[9,0,34,1,2],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a3d9101e3b4598159005fd028b9b0ff74":[10,0,6,2,8],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a3d9101e3b4598159005fd028b9b0ff74":[9,0,34,1,8],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a6a0228bbba3818447fcf6b56128b552a":[10,0,6,2,7],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a3d9101e3b4598159005fd028b9b0ff74":[10,0,6,2,8],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a6a0228bbba3818447fcf6b56128b552a":[9,0,34,1,7],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a6f5a9fdbb83ef731d739ba6707e21c3c":[10,0,6,2,9],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a6a0228bbba3818447fcf6b56128b552a":[10,0,6,2,7],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a6f5a9fdbb83ef731d739ba6707e21c3c":[9,0,34,1,9],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a6f5a9fdbb83ef731d739ba6707e21c3c":[10,0,6,2,9],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a7491add14d9fc04f679114ca6d6f0f93":[9,0,34,1,3],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a7491add14d9fc04f679114ca6d6f0f93":[10,0,6,2,3],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a86ebff8a70cbfedd05281993d5d1987b":[9,0,34,1,10],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a86ebff8a70cbfedd05281993d5d1987b":[10,0,6,2,10],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a976ee239402cc2726a280e781c706d77":[10,0,6,2,11],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a86ebff8a70cbfedd05281993d5d1987b":[9,0,34,1,10],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a976ee239402cc2726a280e781c706d77":[9,0,34,1,11],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a9dbda80d02bdc26c3e8ff7330c9be75d":[10,0,6,2,5],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a976ee239402cc2726a280e781c706d77":[10,0,6,2,11],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a9dbda80d02bdc26c3e8ff7330c9be75d":[9,0,34,1,5],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#ae794950cb3407b6b47d3dc986cf714c0":[9,0,34,1,4],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#a9dbda80d02bdc26c3e8ff7330c9be75d":[10,0,6,2,5],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#ae794950cb3407b6b47d3dc986cf714c0":[10,0,6,2,4],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#ae794950cb3407b6b47d3dc986cf714c0":[9,0,34,1,4],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#af02b0c83911070ac6d95fc9905e58aa9":[9,0,34,1,0],
|
||||
"d8/d69/classgraph_1_1_h_k_graph.html#af02b0c83911070ac6d95fc9905e58aa9":[10,0,6,2,0],
|
||||
"d8/d6c/line__segment__intersection_8cpp.html":[11,0,8,2],
|
||||
|
||||
@@ -66,14 +66,14 @@ var NAVTREEINDEX8 =
|
||||
"d8/da7/namespacedepth__first__search.html":[9,0,21],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html":[9,0,109,1],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html":[10,0,17,1],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#a8290966ad468f2a8c266d008bc60720e":[9,0,109,1,0],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#a8290966ad468f2a8c266d008bc60720e":[10,0,17,1,0],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#ab444d485c9e7db35bdc2ff6b7775291a":[10,0,17,1,4],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#a8290966ad468f2a8c266d008bc60720e":[9,0,109,1,0],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#ab444d485c9e7db35bdc2ff6b7775291a":[9,0,109,1,4],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#ab444d485c9e7db35bdc2ff6b7775291a":[10,0,17,1,4],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#acf2e84df4fc386bb3295016ef8fd156e":[10,0,17,1,2],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#acf2e84df4fc386bb3295016ef8fd156e":[9,0,109,1,2],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#ade6de704deea24fdc88077b3d9a0d534":[10,0,17,1,1],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#ade6de704deea24fdc88077b3d9a0d534":[9,0,109,1,1],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#ade6de704deea24fdc88077b3d9a0d534":[10,0,17,1,1],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#af6198817084276113b3c064e87ce0555":[10,0,17,1,3],
|
||||
"d8/dab/classstatistics_1_1stats__computer2.html#af6198817084276113b3c064e87ce0555":[9,0,109,1,3],
|
||||
"d8/db1/binomial__calculate_8cpp.html":[11,0,14,5],
|
||||
@@ -159,16 +159,16 @@ var NAVTREEINDEX8 =
|
||||
"d9/d14/array__left__rotation_8cpp.html#af7b81d7a1534216af6a36a80135beb86":[11,0,16,0,8],
|
||||
"d9/d14/array__left__rotation_8cpp.html#afce39cf843989a39811a49ebe29dd6d8":[11,0,16,0,2],
|
||||
"d9/d21/namespacewave__sort.html":[9,0,128],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html":[10,0,6,3],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html":[9,0,34,2],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a42589cc39d6bbff6c997152f1b96e356":[10,0,6,3,2],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html":[10,0,6,3],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a42589cc39d6bbff6c997152f1b96e356":[9,0,34,2,2],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a46d10f669791e3da9a4809bd8ff8d3ad":[9,0,34,2,3],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a42589cc39d6bbff6c997152f1b96e356":[10,0,6,3,2],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a46d10f669791e3da9a4809bd8ff8d3ad":[10,0,6,3,3],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a60151e19512b48cc0b14ea121df00488":[9,0,34,2,1],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a46d10f669791e3da9a4809bd8ff8d3ad":[9,0,34,2,3],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a60151e19512b48cc0b14ea121df00488":[10,0,6,3,1],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a80825a4fd4c41860b689d253dd2c8e93":[10,0,6,3,0],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a60151e19512b48cc0b14ea121df00488":[9,0,34,2,1],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a80825a4fd4c41860b689d253dd2c8e93":[9,0,34,2,0],
|
||||
"d9/d23/classgraph_1_1_lowest_common_ancestor.html#a80825a4fd4c41860b689d253dd2c8e93":[10,0,6,3,0],
|
||||
"d9/d24/poisson__dist_8cpp.html":[11,0,19,4],
|
||||
"d9/d24/poisson__dist_8cpp.html#a63ffd347e75d5ed7a518cbcfbfeec71a":[11,0,19,4,0],
|
||||
"d9/d24/poisson__dist_8cpp.html#a69a136b32707bdc7950fb9057b5fa1e1":[11,0,19,4,5],
|
||||
@@ -206,16 +206,16 @@ var NAVTREEINDEX8 =
|
||||
"d9/d44/magic__number_8cpp.html#a8d8e81a7cd59644b311ef9adb268f5f0":[11,0,14,33,0],
|
||||
"d9/d44/magic__number_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,14,33,1],
|
||||
"d9/d49/kohonen__som__trace_8cpp.html":[8,1,2],
|
||||
"d9/d49/structdata__structures_1_1_node.html":[9,0,20,2],
|
||||
"d9/d49/structdata__structures_1_1_node.html":[10,0,2,9],
|
||||
"d9/d49/structdata__structures_1_1_node.html#a54a6777e72b639c3ee6446a541db8e78":[10,0,2,9,0],
|
||||
"d9/d49/structdata__structures_1_1_node.html":[9,0,20,2],
|
||||
"d9/d49/structdata__structures_1_1_node.html#a54a6777e72b639c3ee6446a541db8e78":[9,0,20,2,0],
|
||||
"d9/d49/structdata__structures_1_1_node.html#a54a6777e72b639c3ee6446a541db8e78":[10,0,2,9,0],
|
||||
"d9/d49/structdata__structures_1_1_node.html#a6b973b0bded99b0c0bd84e887bf8c731":[10,0,2,9,3],
|
||||
"d9/d49/structdata__structures_1_1_node.html#a6b973b0bded99b0c0bd84e887bf8c731":[9,0,20,2,3],
|
||||
"d9/d49/structdata__structures_1_1_node.html#ac75aa86a598357c5c882ec6a1174aa68":[10,0,2,9,2],
|
||||
"d9/d49/structdata__structures_1_1_node.html#ac75aa86a598357c5c882ec6a1174aa68":[9,0,20,2,2],
|
||||
"d9/d49/structdata__structures_1_1_node.html#ac916d833aad2b9c41f01a92db2f8c48e":[10,0,2,9,1],
|
||||
"d9/d49/structdata__structures_1_1_node.html#ac916d833aad2b9c41f01a92db2f8c48e":[9,0,20,2,1],
|
||||
"d9/d49/structdata__structures_1_1_node.html#ac916d833aad2b9c41f01a92db2f8c48e":[10,0,2,9,1],
|
||||
"d9/d55/namespacesparse__table.html":[9,0,106],
|
||||
"d9/d5a/structgeometry_1_1jarvis_1_1_point.html":[10,0,5,1,1],
|
||||
"d9/d5d/extended__euclid__algorithm_8cpp.html":[11,0,14,13],
|
||||
|
||||
@@ -5,18 +5,18 @@ var NAVTREEINDEX9 =
|
||||
"d9/dab/bloom__filter_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,4,5,6],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html":[9,0,20,0],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html":[10,0,2,7],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#a15b05aabb28f9b1896b0a61e8ef60130":[9,0,20,0,0],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#a15b05aabb28f9b1896b0a61e8ef60130":[10,0,2,7,0],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#a15b05aabb28f9b1896b0a61e8ef60130":[9,0,20,0,0],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#a17dbe1b1d559302312e8091f82f7499c":[9,0,20,0,1],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#a17dbe1b1d559302312e8091f82f7499c":[10,0,2,7,1],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54":[9,0,20,0,3],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54":[10,0,2,7,3],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#a9ef54c7c3f6494b36ead3ae2e5cf43ac":[9,0,20,0,2],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54":[9,0,20,0,3],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#a9ef54c7c3f6494b36ead3ae2e5cf43ac":[10,0,2,7,2],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#a9ef54c7c3f6494b36ead3ae2e5cf43ac":[9,0,20,0,2],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#ad7f7d479079a95bcc9175465395fa23f":[10,0,2,7,4],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#ad7f7d479079a95bcc9175465395fa23f":[9,0,20,0,4],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#ae86688cf99b77342deedb75149573e73":[9,0,20,0,5],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#ae86688cf99b77342deedb75149573e73":[10,0,2,7,5],
|
||||
"d9/dae/classdata__structures_1_1_bitset.html#ae86688cf99b77342deedb75149573e73":[9,0,20,0,5],
|
||||
"d9/dc9/namespacebase64__encoding.html":[9,0,6],
|
||||
"d9/dca/namespacesearch.html":[9,0,99],
|
||||
"d9/dd1/namespacelinear__recurrence__matrix.html":[9,0,56],
|
||||
@@ -41,10 +41,10 @@ var NAVTREEINDEX9 =
|
||||
"d9/dde/classbinary__search__tree.html#ad9912e8574538e86f9bd2c38e7e63d03":[10,0,19,7],
|
||||
"d9/dde/classbinary__search__tree.html#af4a865ce5244608819b169fc78a41153":[10,0,19,13],
|
||||
"d9/dde/classbinary__search__tree.html#af9a2c7c187a7ca3142c77ce342ef3153":[10,0,19,6],
|
||||
"d9/dde/structdouble__hashing_1_1_entry.html":[9,0,25,0],
|
||||
"d9/dde/structdouble__hashing_1_1_entry.html":[10,0,4,0],
|
||||
"d9/dde/structdouble__hashing_1_1_entry.html#a287b92112b6b43b34808a93778873475":[10,0,4,0,0],
|
||||
"d9/dde/structdouble__hashing_1_1_entry.html":[9,0,25,0],
|
||||
"d9/dde/structdouble__hashing_1_1_entry.html#a287b92112b6b43b34808a93778873475":[9,0,25,0,0],
|
||||
"d9/dde/structdouble__hashing_1_1_entry.html#a287b92112b6b43b34808a93778873475":[10,0,4,0,0],
|
||||
"d9/dde/structdouble__hashing_1_1_entry.html#ae114967c89dbba3b754dc4976bba3248":[10,0,4,0,1],
|
||||
"d9/dde/structdouble__hashing_1_1_entry.html#ae114967c89dbba3b754dc4976bba3248":[9,0,25,0,1],
|
||||
"d9/dee/classdouble__linked__list.html":[10,0,26],
|
||||
@@ -226,12 +226,12 @@ var NAVTREEINDEX9 =
|
||||
"da/dc9/fibonacci__matrix__exponentiation_8cpp.html#abc3bc08249058d57cfc8f54a29d9cf9f":[11,0,14,19,0],
|
||||
"da/dc9/fibonacci__matrix__exponentiation_8cpp.html#ae1a3968e7947464bee7714f6d43b7002":[11,0,14,19,2],
|
||||
"da/dc9/fibonacci__matrix__exponentiation_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[11,0,14,19,1],
|
||||
"da/dd1/structquadratic__probing_1_1_entry.html":[9,0,89,0],
|
||||
"da/dd1/structquadratic__probing_1_1_entry.html":[10,0,14,0],
|
||||
"da/dd1/structquadratic__probing_1_1_entry.html":[9,0,89,0],
|
||||
"da/dd1/structquadratic__probing_1_1_entry.html#a75f72858f08a2fc8b94402de98db12d8":[9,0,89,0,1],
|
||||
"da/dd1/structquadratic__probing_1_1_entry.html#a75f72858f08a2fc8b94402de98db12d8":[10,0,14,0,1],
|
||||
"da/dd1/structquadratic__probing_1_1_entry.html#a9df1118010a233d13ab3dd699bcb513e":[9,0,89,0,0],
|
||||
"da/dd1/structquadratic__probing_1_1_entry.html#a9df1118010a233d13ab3dd699bcb513e":[10,0,14,0,0],
|
||||
"da/dd1/structquadratic__probing_1_1_entry.html#a9df1118010a233d13ab3dd699bcb513e":[9,0,89,0,0],
|
||||
"da/dd3/karatsuba__algorithm__for__fast__multiplication_8cpp.html":[11,0,5,0],
|
||||
"da/dd3/karatsuba__algorithm__for__fast__multiplication_8cpp.html#a7a890d2f26855ada3b9f1d43aec70a86":[11,0,5,0,1],
|
||||
"da/dd3/karatsuba__algorithm__for__fast__multiplication_8cpp.html#aa8dca7b867074164d5f45b0f3851269d":[11,0,5,0,4],
|
||||
|
||||
@@ -148,7 +148,7 @@ var searchData=
|
||||
['is_5fpod_145',['is_pod',['http://en.cppreference.com/w/cpp/types/is_pod.html',0,'std']]],
|
||||
['is_5fpointer_146',['is_pointer',['http://en.cppreference.com/w/cpp/types/is_pointer.html',0,'std']]],
|
||||
['is_5fpolymorphic_147',['is_polymorphic',['http://en.cppreference.com/w/cpp/types/is_polymorphic.html',0,'std']]],
|
||||
['is_5fprime_148',['is_prime',['../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532',1,'check_prime.cpp']]],
|
||||
['is_5fprime_148',['is_prime',['../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444',1,'math']]],
|
||||
['is_5freference_149',['is_reference',['http://en.cppreference.com/w/cpp/types/is_reference.html',0,'std']]],
|
||||
['is_5frvalue_5freference_150',['is_rvalue_reference',['http://en.cppreference.com/w/cpp/types/is_rvalue_reference.html',0,'std']]],
|
||||
['is_5fsame_151',['is_same',['http://en.cppreference.com/w/cpp/types/is_same.html',0,'std']]],
|
||||
|
||||
@@ -67,7 +67,7 @@ var searchData=
|
||||
['is_5fopen_64',['is_open',['http://en.cppreference.com/w/cpp/io/basic_fstream/is_open.html',0,'std::wfstream::is_open()'],['http://en.cppreference.com/w/cpp/io/basic_ifstream/is_open.html',0,'std::ifstream::is_open()'],['http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html',0,'std::wofstream::is_open()'],['http://en.cppreference.com/w/cpp/io/basic_ifstream/is_open.html',0,'std::basic_ifstream::is_open()'],['http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html',0,'std::ofstream::is_open()'],['http://en.cppreference.com/w/cpp/io/basic_filebuf/is_open.html',0,'std::filebuf::is_open()'],['http://en.cppreference.com/w/cpp/io/basic_ifstream/is_open.html',0,'std::wifstream::is_open()'],['http://en.cppreference.com/w/cpp/io/basic_filebuf/is_open.html',0,'std::wfilebuf::is_open()'],['http://en.cppreference.com/w/cpp/io/basic_fstream/is_open.html',0,'std::basic_fstream::is_open()'],['http://en.cppreference.com/w/cpp/io/basic_filebuf/is_open.html',0,'std::basic_filebuf::is_open()'],['http://en.cppreference.com/w/cpp/io/basic_fstream/is_open.html',0,'std::fstream::is_open()'],['http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html',0,'std::basic_ofstream::is_open()']]],
|
||||
['is_5fpartitioned_65',['is_partitioned',['http://en.cppreference.com/w/cpp/algorithm/is_partitioned.html',0,'std']]],
|
||||
['is_5fpermutation_66',['is_permutation',['http://en.cppreference.com/w/cpp/algorithm/is_permutation.html',0,'std']]],
|
||||
['is_5fprime_67',['is_prime',['../db/d93/check__prime_8cpp.html#aa18b3517017d99bb4024853bddba5532',1,'check_prime.cpp']]],
|
||||
['is_5fprime_67',['is_prime',['../dd/d47/namespacemath.html#abd8f794b2229b42876169ff841b6e444',1,'math']]],
|
||||
['is_5fsorted_68',['is_sorted',['http://en.cppreference.com/w/cpp/algorithm/is_sorted.html',0,'std']]],
|
||||
['is_5fsorted_5funtil_69',['is_sorted_until',['http://en.cppreference.com/w/cpp/algorithm/is_sorted_until.html',0,'std']]],
|
||||
['is_5fsquare_70',['is_square',['../dc/d38/ordinary__least__squares__regressor_8cpp.html#a8fa731952b0ee3bc7ec51c51ed21911e',1,'ordinary_least_squares_regressor.cpp']]],
|
||||
|
||||