Documentation for b2def5ca0e

This commit is contained in:
github-actions 2020-11-26 11:37:12 +00:00
parent 036d954641
commit 9287f17ac4
186 changed files with 1592 additions and 713 deletions

View File

@ -139,7 +139,7 @@ Functions</h2></td></tr>
<div class="fragment"><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;{</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; <span class="keywordtype">char</span> *sieve;</div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; <span class="keywordtype">size_t</span> i;</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; <span class="keywordtype">unsigned</span> count = 0;</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; <span class="keywordtype">unsigned</span> <a class="code" href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a> = 0;</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; <span class="keywordtype">size_t</span> n = 1000000;</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <span class="keyword">const</span> <span class="keywordtype">unsigned</span> target = 10001;</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
@ -149,8 +149,8 @@ Functions</h2></td></tr>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="keywordflow">if</span> (!sieve[i])</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; {</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <span class="keywordtype">size_t</span> j;</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; count++;</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <span class="keywordflow">if</span> (count == target)</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <a class="code" href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a>++;</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a> == target)</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; {</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; printf(<span class="stringliteral">&quot;%lu\n&quot;</span>, i);</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keywordflow">break</span>;</div>
@ -164,11 +164,18 @@ Functions</h2></td></tr>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; free(sieve);</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keywordflow">return</span> 0;</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;}</div>
</div><!-- fragment -->
</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="../../d1/d2f/problem__7_2sol_8c_a840291bc02cba5474a4cb46a9b9566fe_cgraph.svg" width="164" height="38"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="agroup__misc_html_ga6f8e8c9d25b5891d57e588d80d75028a"><div class="ttname"><a href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a></div><div class="ttdeci">int count(int *arr, const int size)</div><div class="ttdoc">Count func counts the number of prime numbers.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:42</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>

View File

@ -0,0 +1,4 @@
<map id="main" name="main">
<area shape="rect" id="node1" title="Main function." alt="" coords="5,5,56,32"/>
<area shape="rect" id="node2" href="$d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a" title="Count func counts the number of prime numbers." alt="" coords="104,5,159,32"/>
</map>

View File

@ -0,0 +1 @@
a3af1706582a440734652334be1de518

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.44.1 (20200629.0846)
-->
<!-- Title: main Pages: 1 -->
<svg width="123pt" height="28pt"
viewBox="0.00 0.00 123.00 28.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 24)">
<title>main</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-24 119,-24 119,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Main function.">
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 38,-19.5 38,-0.5 0,-0.5"/>
<text text-anchor="middle" x="19" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a" target="_top" xlink:title="Count func counts the number of prime numbers.">
<polygon fill="white" stroke="black" points="74,-0.5 74,-19.5 115,-19.5 115,-0.5 74,-0.5"/>
<text text-anchor="middle" x="94.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">count</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M38.17,-10C45.91,-10 55.13,-10 63.81,-10"/>
<polygon fill="midnightblue" stroke="midnightblue" points="64,-13.5 74,-10 64,-6.5 64,-13.5"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

313
d1/ded/group__misc.html Normal file
View File

@ -0,0 +1,313 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C: Misc</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../resize.js"></script>
<script type="text/javascript" src="../../navtreedata.js"></script>
<script type="text/javascript" src="../../navtree.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Algorithms_in_C
&#160;<span id="projectnumber">1.0.0</span>
</div>
<div id="projectbrief">Set of algorithms implemented in C.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('d1/ded/group__misc.html','../../'); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">Misc</div> </div>
</div><!--header-->
<div class="contents">
<p>variable upto which prime numbers are to be found out
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:gac1a7a8e00eeb590511465c28fae16e54"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54">prime</a> (int *p)</td></tr>
<tr class="memdesc:gac1a7a8e00eeb590511465c28fae16e54"><td class="mdescLeft">&#160;</td><td class="mdescRight">Prime Sieve works in O(nlogn) time. <a href="../../d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54">More...</a><br /></td></tr>
<tr class="separator:gac1a7a8e00eeb590511465c28fae16e54"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga6f8e8c9d25b5891d57e588d80d75028a"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a> (int *arr, const int size)</td></tr>
<tr class="memdesc:ga6f8e8c9d25b5891d57e588d80d75028a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Count func counts the number of prime numbers. <a href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">More...</a><br /></td></tr>
<tr class="separator:ga6f8e8c9d25b5891d57e588d80d75028a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
<tr class="memdesc:gaa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Test implementations. <a href="../../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">More...</a><br /></td></tr>
<tr class="separator:gaa8dca7b867074164d5f45b0f3851269d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gac0f2228420376f4db7e1274f2b41667c"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c">main</a> (int argc, const char *argv[])</td></tr>
<tr class="memdesc:gac0f2228420376f4db7e1274f2b41667c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Main function. <a href="../../d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c">More...</a><br /></td></tr>
<tr class="separator:gac0f2228420376f4db7e1274f2b41667c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>variable upto which prime numbers are to be found out </p>
<h2 class="groupheader">Function Documentation</h2>
<a id="ga6f8e8c9d25b5891d57e588d80d75028a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga6f8e8c9d25b5891d57e588d80d75028a">&#9670;&nbsp;</a></span>count()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int count </td>
<td>(</td>
<td class="paramtype">int *&#160;</td>
<td class="paramname"><em>arr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const int&#160;</td>
<td class="paramname"><em>size</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Count func counts the number of prime numbers. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">arr</td><td>contains the prime numbers </td></tr>
<tr><td class="paramname">size</td><td>denotes upto which prime numbers are to be found out </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>count of prime numbers </dd></dl>
<div class="fragment"><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; {</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="keywordtype">int</span> k=0;</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <span class="keywordflow">for</span>(<span class="keywordtype">int</span> i=0;i&lt;=size;i++){</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="keywordflow">if</span>(arr[i]==1){</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; k++;</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; }</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; }</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keywordflow">return</span> k;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;}</div>
</div><!-- fragment -->
</div>
</div>
<a id="gac0f2228420376f4db7e1274f2b41667c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gac0f2228420376f4db7e1274f2b41667c">&#9670;&nbsp;</a></span>main()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int main </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char *&#160;</td>
<td class="paramname"><em>argv</em>[]&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Main function. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">argc</td><td>commandline argument count (ignored) </td></tr>
<tr><td class="paramname">argv</td><td>commandline array of arguments (ignored) </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on exit </dd></dl>
<div class="fragment"><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;{</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; <a class="code" href="../../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">test</a>(); <span class="comment">// execute the tests</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; <span class="keywordflow">return</span> 0;</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;}</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="../../d1/ded/group__misc_gac0f2228420376f4db7e1274f2b41667c_cgraph.svg" width="256" height="88"><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="gac1a7a8e00eeb590511465c28fae16e54"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gac1a7a8e00eeb590511465c28fae16e54">&#9670;&nbsp;</a></span>prime()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void prime </td>
<td>(</td>
<td class="paramtype">int *&#160;</td>
<td class="paramname"><em>p</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Prime Sieve works in O(nlogn) time. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">p</td><td>array to be updated </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>void </dd></dl>
<div class="fragment"><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;{</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="keywordflow">for</span>(<span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> i=3;i&lt;=<a class="code" href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a>;i+=2) { p[i]=1; }</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; <span class="keywordflow">for</span>(<span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> i=3;i&lt;=<a class="code" href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a>;i+=2)</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; {</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <span class="keywordflow">if</span>(p[i]==1) {</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <span class="keywordflow">for</span>(<span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> j=i*i;j&lt;=<a class="code" href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a>;j+=i) {</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; p[j]=0;</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; }</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; }</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; }</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; p[2]=1;</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; p[0]=p[1]=0; </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;}</div>
</div><!-- fragment -->
</div>
</div>
<a id="gaa8dca7b867074164d5f45b0f3851269d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gaa8dca7b867074164d5f45b0f3851269d">&#9670;&nbsp;</a></span>test()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void test </td>
<td>(</td>
<td class="paramtype">void&#160;</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>Test implementations. </p>
<dl class="section return"><dt>Returns</dt><dd>void </dd></dl>
<div class="fragment"><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;{</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="comment">// Test Case 1</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="keyword">const</span> <span class="keywordtype">int</span> size = 10; <span class="comment">/* array size */</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; printf(<span class="stringliteral">&quot;Test Case 1...&quot;</span>);</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="keywordtype">int</span> arr[1000005]={0}; <span class="comment">/* array to store prime numbers */</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <a class="code" href="../../d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54">prime</a>(arr);</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; assert(<a class="code" href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a>(arr,size)==4);</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; printf(<span class="stringliteral">&quot;Passed\n&quot;</span>);</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;}</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="../../d1/ded/group__misc_gaa8dca7b867074164d5f45b0f3851269d_cgraph.svg" width="158" height="88"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aprime__seive_8c_html_ac1215a37edfa07d37edf6ec65f2235c7"><div class="ttname"><a href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a></div><div class="ttdeci">const unsigned long long MAX_SIZE</div><div class="ttdoc">for assert for standard input output for general purpose standard library</div><div class="ttdef"><b>Definition:</b> prime_seive.c:11</div></div>
<div class="ttc" id="agroup__misc_html_ga6f8e8c9d25b5891d57e588d80d75028a"><div class="ttname"><a href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a></div><div class="ttdeci">int count(int *arr, const int size)</div><div class="ttdoc">Count func counts the number of prime numbers.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:42</div></div>
<div class="ttc" id="agroup__misc_html_gac1a7a8e00eeb590511465c28fae16e54"><div class="ttname"><a href="../../d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54">prime</a></div><div class="ttdeci">void prime(int *p)</div><div class="ttdoc">Prime Sieve works in O(nlogn) time.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:21</div></div>
<div class="ttc" id="agroup__misc_html_gaa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdoc">Test implementations.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:56</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>
</body>
</html>

7
d1/ded/group__misc.js Normal file
View File

@ -0,0 +1,7 @@
var group__misc =
[
[ "count", "d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a", null ],
[ "main", "d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c", null ],
[ "prime", "d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54", null ],
[ "test", "d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d", null ]
];

View File

@ -0,0 +1,5 @@
<map id="test" name="test">
<area shape="rect" id="node1" title="Test implementations." alt="" coords="5,31,49,57"/>
<area shape="rect" id="node2" href="$d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a" title="Count func counts the number of prime numbers." alt="" coords="97,5,152,32"/>
<area shape="rect" id="node3" href="$d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54" title="Prime Sieve works in O(nlogn) time." alt="" coords="97,56,152,83"/>
</map>

View File

@ -0,0 +1 @@
e98add1008fbc9eafcd0c205c59436a5

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.44.1 (20200629.0846)
-->
<!-- Title: test Pages: 1 -->
<svg width="118pt" height="66pt"
viewBox="0.00 0.00 118.00 66.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 62)">
<title>test</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 114,-62 114,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Test implementations.">
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 33,-38.5 33,-19.5 0,-19.5"/>
<text text-anchor="middle" x="16.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a" target="_top" xlink:title="Count func counts the number of prime numbers.">
<polygon fill="white" stroke="black" points="69,-38.5 69,-57.5 110,-57.5 110,-38.5 69,-38.5"/>
<text text-anchor="middle" x="89.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">count</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M33.26,-33.22C40.92,-35.27 50.37,-37.8 59.28,-40.18"/>
<polygon fill="midnightblue" stroke="midnightblue" points="58.42,-43.57 68.98,-42.78 60.23,-36.81 58.42,-43.57"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54" target="_top" xlink:title="Prime Sieve works in O(nlogn) time.">
<polygon fill="white" stroke="black" points="69,-0.5 69,-19.5 110,-19.5 110,-0.5 69,-0.5"/>
<text text-anchor="middle" x="89.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">prime</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M33.26,-24.78C40.92,-22.73 50.37,-20.2 59.28,-17.82"/>
<polygon fill="midnightblue" stroke="midnightblue" points="60.23,-21.19 68.98,-15.22 58.42,-14.43 60.23,-21.19"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,6 @@
<map id="main" name="main">
<area shape="rect" id="node1" title="Main function." alt="" coords="5,31,56,57"/>
<area shape="rect" id="node2" href="$d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d" title="Test implementations." alt="" coords="104,31,148,57"/>
<area shape="rect" id="node3" href="$d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a" title="Count func counts the number of prime numbers." alt="" coords="196,5,251,32"/>
<area shape="rect" id="node4" href="$d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54" title="Prime Sieve works in O(nlogn) time." alt="" coords="196,56,251,83"/>
</map>

View File

@ -0,0 +1 @@
c891ec87b27fb00f0bfc6b741a32af16

View File

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.44.1 (20200629.0846)
-->
<!-- Title: main Pages: 1 -->
<svg width="192pt" height="66pt"
viewBox="0.00 0.00 192.00 66.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 62)">
<title>main</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 188,-62 188,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Main function.">
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 38,-38.5 38,-19.5 0,-19.5"/>
<text text-anchor="middle" x="19" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Test implementations.">
<polygon fill="white" stroke="black" points="74,-19.5 74,-38.5 107,-38.5 107,-19.5 74,-19.5"/>
<text text-anchor="middle" x="90.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M38.26,-29C46.07,-29 55.31,-29 63.79,-29"/>
<polygon fill="midnightblue" stroke="midnightblue" points="63.95,-32.5 73.95,-29 63.95,-25.5 63.95,-32.5"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a" target="_top" xlink:title="Count func counts the number of prime numbers.">
<polygon fill="white" stroke="black" points="143,-38.5 143,-57.5 184,-57.5 184,-38.5 143,-38.5"/>
<text text-anchor="middle" x="163.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">count</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M107.26,-33.22C114.92,-35.27 124.37,-37.8 133.28,-40.18"/>
<polygon fill="midnightblue" stroke="midnightblue" points="132.42,-43.57 142.98,-42.78 134.23,-36.81 132.42,-43.57"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54" target="_top" xlink:title="Prime Sieve works in O(nlogn) time.">
<polygon fill="white" stroke="black" points="143,-0.5 143,-19.5 184,-19.5 184,-0.5 143,-0.5"/>
<text text-anchor="middle" x="163.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">prime</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node2&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M107.26,-24.78C114.92,-22.73 124.37,-20.2 133.28,-17.82"/>
<polygon fill="midnightblue" stroke="midnightblue" points="134.23,-21.19 142.98,-15.22 132.42,-14.43 134.23,-21.19"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -181,7 +181,7 @@ $(document).ready(function(){initNavTree('d2/dc3/carray_8h_source.html','../../'
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aunion__find_8c_html_a0592dba56693fad79136250c11e5a7fe"><div class="ttname"><a href="../../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">MAX_SIZE</a></div><div class="ttdeci">#define MAX_SIZE</div><div class="ttdoc">maximum number of elements in the set</div><div class="ttdef"><b>Definition:</b> union_find.c:8</div></div>
<div class="ttc" id="aprime__seive_8c_html_ac1215a37edfa07d37edf6ec65f2235c7"><div class="ttname"><a href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a></div><div class="ttdeci">const unsigned long long MAX_SIZE</div><div class="ttdoc">for assert for standard input output for general purpose standard library</div><div class="ttdef"><b>Definition:</b> prime_seive.c:11</div></div>
<div class="ttc" id="aserver_8c_html_a392fb874e547e582e9c66a08a1f23326"><div class="ttname"><a href="../../d1/d20/server_8c.html#a392fb874e547e582e9c66a08a1f23326">MAX</a></div><div class="ttdeci">#define MAX</div><div class="ttdoc">max.</div><div class="ttdef"><b>Definition:</b> server.c:33</div></div>
<div class="ttc" id="adecimal__to__binary__recursion_8c_html_ae1a3968e7947464bee7714f6d43b7002"><div class="ttname"><a href="../../d8/d30/decimal__to__binary__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002">test</a></div><div class="ttdeci">void test()</div><div class="ttdoc">Test function.</div><div class="ttdef"><b>Definition:</b> decimal_to_binary_recursion.c:20</div></div>
<div class="ttc" id="aserver_8c_html_ae66f6b31b5ad750f1fe042a706a4e3d4"><div class="ttname"><a href="../../d1/d20/server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a></div><div class="ttdeci">int main()</div><div class="ttdoc">Driver code.</div><div class="ttdef"><b>Definition:</b> server.c:81</div></div>

View File

@ -301,6 +301,7 @@ $(document).ready(function(){initNavTree('d4/d68/qr__decompose_8h_source.html','
<div class="ttc" id="astructterm_html_a057f161d279d856d11786aa96fc87f74"><div class="ttname"><a href="../../df/d86/structterm.html#a057f161d279d856d11786aa96fc87f74">term::pow</a></div><div class="ttdeci">int pow</div><div class="ttdoc">power of the polynomial term</div><div class="ttdef"><b>Definition:</b> poly_add.c:22</div></div>
<div class="ttc" id="astructobservation_html"><div class="ttname"><a href="../../d1/d5e/structobservation.html">observation</a></div><div class="ttdef"><b>Definition:</b> k_means_clustering.c:39</div></div>
<div class="ttc" id="agroup__quaternions_html_ga002b2f4894492820fe708b1b7e7c5e70"><div class="ttname"><a href="../../de/d5a/group__quaternions.html#ga002b2f4894492820fe708b1b7e7c5e70">EPSILON</a></div><div class="ttdeci">#define EPSILON</div><div class="ttdoc">Minimum recognizable value.</div><div class="ttdef"><b>Definition:</b> geometry_datatypes.h:14</div></div>
<div class="ttc" id="aprime__seive_8c_html_ac1215a37edfa07d37edf6ec65f2235c7"><div class="ttname"><a href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a></div><div class="ttdeci">const unsigned long long MAX_SIZE</div><div class="ttdoc">for assert for standard input output for general purpose standard library</div><div class="ttdef"><b>Definition:</b> prime_seive.c:11</div></div>
<div class="ttc" id="astruct__large__num_html"><div class="ttname"><a href="../../d3/d5a/struct__large__num.html">_large_num</a></div><div class="ttdoc">dynamically large number</div><div class="ttdef"><b>Definition:</b> factorial_large_number.c:15</div></div>
<div class="ttc" id="akohonen__som__trace_8c_html_a0283886819c7c140a023582b7269e2d0"><div class="ttname"><a href="../../d0/d46/kohonen__som__trace_8c.html#a0283886819c7c140a023582b7269e2d0">test2</a></div><div class="ttdeci">void test2()</div><div class="ttdoc">Test that creates a random set of points distributed near the locus of the Lamniscate of Gerono and t...</div><div class="ttdef"><b>Definition:</b> kohonen_som_trace.c:358</div></div>
<div class="ttc" id="agroup__vec__3d_html_ga3cdfd8378a0b115563ea6c561bb46b7e"><div class="ttname"><a href="../../de/d7b/group__vec__3d.html#ga3cdfd8378a0b115563ea6c561bb46b7e">unit_vec</a></div><div class="ttdeci">vec_3d unit_vec(const vec_3d *a)</div><div class="ttdoc">Obtain unit vector in the same direction as given vector.</div><div class="ttdef"><b>Definition:</b> vectors_3d.c:156</div></div>
@ -381,6 +382,7 @@ $(document).ready(function(){initNavTree('d4/d68/qr__decompose_8h_source.html','
<div class="ttc" id="astructeuler___html_a3f1b77e489be443a8d84a84082b8092e"><div class="ttname"><a href="../../d2/de8/structeuler__.html#a3f1b77e489be443a8d84a84082b8092e">euler_::roll</a></div><div class="ttdeci">float roll</div><div class="ttdoc">or bank = rotation about X axis</div><div class="ttdef"><b>Definition:</b> geometry_datatypes.h:84</div></div>
<div class="ttc" id="abinary__search__tree_8c_html_ac73c73be92dbbeeaad942c0103b9540d"><div class="ttname"><a href="../../da/d02/binary__search__tree_8c.html#ac73c73be92dbbeeaad942c0103b9540d">newNode</a></div><div class="ttdeci">node * newNode(int data)</div><div class="ttdoc">The node constructor, which receives the key value input and returns a node pointer.</div><div class="ttdef"><b>Definition:</b> binary_search_tree.c:28</div></div>
<div class="ttc" id="afactorial__large__number_8c_html_ad8101f58545bd891ae8b6e11caadd7eb"><div class="ttname"><a href="../../d6/d3d/factorial__large__number_8c.html#ad8101f58545bd891ae8b6e11caadd7eb">new_number</a></div><div class="ttdeci">large_num * new_number(void)</div><div class="ttdoc">create a new large number</div><div class="ttdef"><b>Definition:</b> factorial_large_number.c:24</div></div>
<div class="ttc" id="agroup__misc_html_gac0f2228420376f4db7e1274f2b41667c"><div class="ttname"><a href="../../d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c">main</a></div><div class="ttdeci">int main(int argc, const char *argv[])</div><div class="ttdoc">Main function.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:73</div></div>
<div class="ttc" id="astructcluster_html"><div class="ttname"><a href="../../d1/d99/structcluster.html">cluster</a></div><div class="ttdef"><b>Definition:</b> k_means_clustering.c:53</div></div>
<div class="ttc" id="adurand__kerner__roots_8c_html_a26d5695ebed0818a3e7cf4b10aacab52"><div class="ttname"><a href="../../da/d38/durand__kerner__roots_8c.html#a26d5695ebed0818a3e7cf4b10aacab52">check_termination</a></div><div class="ttdeci">char check_termination(long double delta)</div><div class="ttdoc">check for termination condition</div><div class="ttdef"><b>Definition:</b> durand_kerner_roots.c:83</div></div>
<div class="ttc" id="aode__semi__implicit__euler_8c_html_ad80059877222f885b549f2d0a3dc6b55"><div class="ttname"><a href="../../d4/d99/ode__semi__implicit__euler_8c.html#ad80059877222f885b549f2d0a3dc6b55">semi_implicit_euler</a></div><div class="ttdeci">double semi_implicit_euler(double dx, double x0, double x_max, double *y, char save_to_file)</div><div class="ttdoc">Compute approximation using the semi-implicit-Euler method in the given limits.</div><div class="ttdef"><b>Definition:</b> ode_semi_implicit_euler.c:109</div></div>
@ -433,6 +435,7 @@ $(document).ready(function(){initNavTree('d4/d68/qr__decompose_8h_source.html','
<div class="ttc" id="agroup__adaline_html_ga6f35caa3084772cc126ac7b20f67f665"><div class="ttname"><a href="../../da/d2a/group__adaline.html#ga6f35caa3084772cc126ac7b20f67f665">delete_adaline</a></div><div class="ttdeci">void delete_adaline(struct adaline *ada)</div><div class="ttdoc">delete dynamically allocated memory</div><div class="ttdef"><b>Definition:</b> adaline_learning.c:89</div></div>
<div class="ttc" id="agroup__kohonen__1d_html_gaeaeffbff2be4d5d15b0d4f10f846abde"><div class="ttname"><a href="../../d0/dcb/group__kohonen__1d.html#gaeaeffbff2be4d5d15b0d4f10f846abde">kohonen_som_tracer</a></div><div class="ttdeci">void kohonen_som_tracer(double **X, double *const *W, int num_samples, int num_features, int num_out, double alpha_min)</div><div class="ttdoc">Apply incremental algorithm with updating neighborhood and learning rates on all samples in the given...</div><div class="ttdef"><b>Definition:</b> kohonen_som_trace.c:179</div></div>
<div class="ttc" id="akohonen__som__topology_8c_html_a0283886819c7c140a023582b7269e2d0"><div class="ttname"><a href="../../d2/df6/kohonen__som__topology_8c.html#a0283886819c7c140a023582b7269e2d0">test2</a></div><div class="ttdeci">void test2()</div><div class="ttdoc">Test that creates a random set of points distributed in 4 clusters in 3D space and trains an SOM that...</div><div class="ttdef"><b>Definition:</b> kohonen_som_topology.c:506</div></div>
<div class="ttc" id="agroup__misc_html_ga6f8e8c9d25b5891d57e588d80d75028a"><div class="ttname"><a href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a></div><div class="ttdeci">int count(int *arr, const int size)</div><div class="ttdoc">Count func counts the number of prime numbers.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:42</div></div>
<div class="ttc" id="aunion__find_8c_html_a3e13b69cce5a1b25ae034798092f3d86"><div class="ttname"><a href="../../df/df3/union__find_8c.html#a3e13b69cce5a1b25ae034798092f3d86">find</a></div><div class="ttdeci">int find(int *p, int x)</div><div class="ttdoc">Find index of or value in an array.</div><div class="ttdef"><b>Definition:</b> union_find.c:17</div></div>
<div class="ttc" id="aode__forward__euler_8c_html_a97075291390a68c262ed66e157a57eb4"><div class="ttname"><a href="../../d4/d07/ode__forward__euler_8c.html#a97075291390a68c262ed66e157a57eb4">problem</a></div><div class="ttdeci">void problem(const double *x, double *y, double *dy)</div><div class="ttdoc">Problem statement for a system with first-order differential equations.</div><div class="ttdef"><b>Definition:</b> ode_forward_euler.c:55</div></div>
<div class="ttc" id="aode__semi__implicit__euler_8c_html_a97075291390a68c262ed66e157a57eb4"><div class="ttname"><a href="../../d4/d99/ode__semi__implicit__euler_8c.html#a97075291390a68c262ed66e157a57eb4">problem</a></div><div class="ttdeci">void problem(const double *x, double *y, double *dy)</div><div class="ttdoc">Problem statement for a system with first-order differential equations.</div><div class="ttdef"><b>Definition:</b> ode_semi_implicit_euler.c:58</div></div>
@ -482,11 +485,13 @@ $(document).ready(function(){initNavTree('d4/d68/qr__decompose_8h_source.html','
<div class="ttc" id="apoly__add_8c_html_ab215107dbb50c7efa811a687ce9b95af"><div class="ttname"><a href="../../d0/dcb/poly__add_8c.html#ab215107dbb50c7efa811a687ce9b95af">test1</a></div><div class="ttdeci">static void test1(struct term *poly1, struct term *poly2, struct term *poly3)</div><div class="ttdoc">Test function 1.</div><div class="ttdef"><b>Definition:</b> poly_add.c:204</div></div>
<div class="ttc" id="astructsudoku_html_a507f788b793d4d3d6f6a70415be84ded"><div class="ttname"><a href="../../dc/d18/structsudoku.html#a507f788b793d4d3d6f6a70415be84ded">sudoku::a</a></div><div class="ttdeci">uint8_t * a</div><div class="ttdoc">matrix as a flattened 1D row-major array</div><div class="ttdef"><b>Definition:</b> sudoku_solver.c:34</div></div>
<div class="ttc" id="astructnode_html_af7109e6ffd82cbbb705e486fd0ce92f0"><div class="ttname"><a href="../../d5/da1/structnode.html#af7109e6ffd82cbbb705e486fd0ce92f0">node::left</a></div><div class="ttdeci">struct node * left</div><div class="ttdoc">left child</div><div class="ttdef"><b>Definition:</b> binary_search_tree.c:16</div></div>
<div class="ttc" id="agroup__misc_html_gac1a7a8e00eeb590511465c28fae16e54"><div class="ttname"><a href="../../d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54">prime</a></div><div class="ttdeci">void prime(int *p)</div><div class="ttdoc">Prime Sieve works in O(nlogn) time.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:21</div></div>
<div class="ttc" id="agroup__hash_html_ga8ab8eeb35f8ccfcad89091b5fdd4f605"><div class="ttname"><a href="../../d7/d3b/group__hash.html#ga8ab8eeb35f8ccfcad89091b5fdd4f605">sdbm</a></div><div class="ttdeci">uint64_t sdbm(const char *s)</div><div class="ttdoc">SDBM algorithm implementation.</div><div class="ttdef"><b>Definition:</b> hash_sdbm.c:18</div></div>
<div class="ttc" id="avectors__3d_8c_html_a840291bc02cba5474a4cb46a9b9566fe"><div class="ttname"><a href="../../d5/db8/vectors__3d_8c.html#a840291bc02cba5474a4cb46a9b9566fe">main</a></div><div class="ttdeci">int main(void)</div><div class="ttdoc">Main function.</div><div class="ttdef"><b>Definition:</b> vectors_3d.c:233</div></div>
<div class="ttc" id="aadaline__learning_8c_html_ab4ecb3accf5d9e0263087e7265bbe3a9"><div class="ttname"><a href="../../dd/d8c/adaline__learning_8c.html#ab4ecb3accf5d9e0263087e7265bbe3a9">test1</a></div><div class="ttdeci">void test1(double eta)</div><div class="ttdoc">test function to predict points in a 2D coordinate system above the line as +1 and others as -1.</div><div class="ttdef"><b>Definition:</b> adaline_learning.c:225</div></div>
<div class="ttc" id="ak__means__clustering_8c_html_a5b4ba704e02672e59cfa35f82e3db28a"><div class="ttname"><a href="../../d6/d76/k__means__clustering_8c.html#a5b4ba704e02672e59cfa35f82e3db28a">printEPS</a></div><div class="ttdeci">void printEPS(observation pts[], size_t len, cluster cent[], int k)</div><div class="ttdef"><b>Definition:</b> k_means_clustering.c:237</div></div>
<div class="ttc" id="aadaline__learning_8c_html_a05cc9a0acb524fde727a4d7b4a747ee6"><div class="ttname"><a href="../../dd/d8c/adaline__learning_8c.html#a05cc9a0acb524fde727a4d7b4a747ee6">test2</a></div><div class="ttdeci">void test2(double eta)</div><div class="ttdoc">test function to predict points in a 2D coordinate system above the line as +1 and others as -1.</div><div class="ttdef"><b>Definition:</b> adaline_learning.c:273</div></div>
<div class="ttc" id="agroup__misc_html_gaa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdoc">Test implementations.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:56</div></div>
<div class="ttc" id="adurand__kerner__roots_8c_html_af270a96662132d0385cb6b4637c5a689"><div class="ttname"><a href="../../da/d38/durand__kerner__roots_8c.html#af270a96662132d0385cb6b4637c5a689">ACCURACY</a></div><div class="ttdeci">#define ACCURACY</div><div class="ttdoc">maximum accuracy limit</div><div class="ttdef"><b>Definition:</b> durand_kerner_roots.c:41</div></div>
<div class="ttc" id="astructsudoku_html"><div class="ttname"><a href="../../dc/d18/structsudoku.html">sudoku</a></div><div class="ttdoc">Structure to hold the matrix and dimensions.</div><div class="ttdef"><b>Definition:</b> sudoku_solver.c:33</div></div>
<div class="ttc" id="aode__midpoint__euler_8c_html_a148003d8b261d040c1c41e73b40af1dd"><div class="ttname"><a href="../../d1/dc2/ode__midpoint__euler_8c.html#a148003d8b261d040c1c41e73b40af1dd">midpoint_euler</a></div><div class="ttdeci">double midpoint_euler(double dx, double x0, double x_max, double *y, char save_to_file)</div><div class="ttdoc">Compute approximation using the midpoint-Euler method in the given limits.</div><div class="ttdef"><b>Definition:</b> ode_midpoint_euler.c:106</div></div>

View File

@ -408,6 +408,7 @@ Misc</h1>
<li><a href="https://github.com/TheAlgorithms/C/blob/master/misc/poly_add.c">Poly Add</a></li>
<li><a href="https://github.com/TheAlgorithms/C/blob/master/misc/prime.c">Prime</a></li>
<li><a href="https://github.com/TheAlgorithms/C/blob/master/misc/prime_factoriziation.c">Prime Factoriziation</a></li>
<li><a href="https://github.com/TheAlgorithms/C/blob/master/misc/prime_seive.c">Prime Seive</a></li>
<li><a href="https://github.com/TheAlgorithms/C/blob/master/misc/quartile.c">Quartile</a></li>
<li><a href="https://github.com/TheAlgorithms/C/blob/master/misc/rselect.c">Rselect</a></li>
<li><a href="https://github.com/TheAlgorithms/C/blob/master/misc/strong_number.c">Strong Number</a></li>

View File

@ -146,6 +146,7 @@ $(document).ready(function(){initNavTree('d6/df3/graph_8h_source.html','../../')
<div class="ttc" id="astructqueue_html"><div class="ttname"><a href="../../d2/d36/structqueue.html">queue</a></div><div class="ttdef"><b>Definition:</b> bfs.c:6</div></div>
<div class="ttc" id="aclient_8c_html_ae66f6b31b5ad750f1fe042a706a4e3d4"><div class="ttname"><a href="../../dd/d93/client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a></div><div class="ttdeci">int main()</div><div class="ttdoc">Driver code.</div><div class="ttdef"><b>Definition:</b> client.c:70</div></div>
<div class="ttc" id="astruct_graph_rep_html"><div class="ttname"><a href="../../d2/d6a/struct_graph_rep.html">GraphRep</a></div><div class="ttdef"><b>Definition:</b> graph.c:9</div></div>
<div class="ttc" id="agroup__misc_html_ga6f8e8c9d25b5891d57e588d80d75028a"><div class="ttname"><a href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a></div><div class="ttdeci">int count(int *arr, const int size)</div><div class="ttdoc">Count func counts the number of prime numbers.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:42</div></div>
<div class="ttc" id="adoubly__linked__list_8c_html_a1fadec32fc369a8dcfbcd766e166efa0"><div class="ttname"><a href="../../dd/d29/doubly__linked__list_8c.html#a1fadec32fc369a8dcfbcd766e166efa0">print</a></div><div class="ttdeci">void print(List *list)</div><div class="ttdoc">Print list function.</div><div class="ttdef"><b>Definition:</b> doubly_linked_list.c:256</div></div>
<div class="ttc" id="astructhash__set__t_html"><div class="ttname"><a href="../../d0/df1/structhash__set__t.html">hash_set_t</a></div><div class="ttdef"><b>Definition:</b> hash_set.h:7</div></div>
<div class="ttc" id="alu__decompose_8c_html_a0789beb8d3396582d77b7aedf5e5554a"><div class="ttname"><a href="../../dc/d2e/lu__decompose_8c.html#a0789beb8d3396582d77b7aedf5e5554a">display</a></div><div class="ttdeci">void display(double **A, int N)</div><div class="ttdoc">Function to display square matrix.</div><div class="ttdef"><b>Definition:</b> lu_decompose.c:66</div></div>

View File

@ -143,6 +143,7 @@ $(document).ready(function(){initNavTree('d7/de0/stack_8h_source.html','../../')
<div class="ttc" id="astruct_t_html"><div class="ttname"><a href="../../d5/d7e/struct_t.html">T</a></div><div class="ttdef"><b>Definition:</b> stack.c:16</div></div>
<div class="ttc" id="astructnode_html_a2d890bb9f6af0ffd73fe79b21124c2a2"><div class="ttname"><a href="../../d5/da1/structnode.html#a2d890bb9f6af0ffd73fe79b21124c2a2">node::data</a></div><div class="ttdeci">int data</div><div class="ttdoc">data of the node</div><div class="ttdef"><b>Definition:</b> binary_search_tree.c:18</div></div>
<div class="ttc" id="aclient_8c_html_ae66f6b31b5ad750f1fe042a706a4e3d4"><div class="ttname"><a href="../../dd/d93/client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a></div><div class="ttdeci">int main()</div><div class="ttdoc">Driver code.</div><div class="ttdef"><b>Definition:</b> client.c:70</div></div>
<div class="ttc" id="agroup__misc_html_ga6f8e8c9d25b5891d57e588d80d75028a"><div class="ttname"><a href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a></div><div class="ttdeci">int count(int *arr, const int size)</div><div class="ttdoc">Count func counts the number of prime numbers.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:42</div></div>
<div class="ttc" id="agroup__kohonen__2d_html_gaffe776513b24d84b39af8ab0930fef7f"><div class="ttname"><a href="../../d1/d6b/group__kohonen__2d.html#gaffe776513b24d84b39af8ab0930fef7f">max</a></div><div class="ttdeci">#define max(a, b)</div><div class="ttdoc">shorthand for maximum value</div><div class="ttdef"><b>Definition:</b> kohonen_som_topology.c:39</div></div>
<div class="ttc" id="astructelem_html"><div class="ttname"><a href="../../d0/d6b/structelem.html">elem</a></div><div class="ttdef"><b>Definition:</b> stack.c:10</div></div>
<!-- start footer part -->

View File

@ -134,6 +134,7 @@ $(document).ready(function(){initNavTree('d8/d38/queue_8h_source.html','../../')
<div class="ttc" id="astructnode_html_a2d890bb9f6af0ffd73fe79b21124c2a2"><div class="ttname"><a href="../../d5/da1/structnode.html#a2d890bb9f6af0ffd73fe79b21124c2a2">node::data</a></div><div class="ttdeci">int data</div><div class="ttdoc">data of the node</div><div class="ttdef"><b>Definition:</b> binary_search_tree.c:18</div></div>
<div class="ttc" id="astructqueue_html"><div class="ttname"><a href="../../d2/d36/structqueue.html">queue</a></div><div class="ttdef"><b>Definition:</b> bfs.c:6</div></div>
<div class="ttc" id="aclient_8c_html_ae66f6b31b5ad750f1fe042a706a4e3d4"><div class="ttname"><a href="../../dd/d93/client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a></div><div class="ttdeci">int main()</div><div class="ttdoc">Driver code.</div><div class="ttdef"><b>Definition:</b> client.c:70</div></div>
<div class="ttc" id="agroup__misc_html_ga6f8e8c9d25b5891d57e588d80d75028a"><div class="ttname"><a href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a></div><div class="ttdeci">int count(int *arr, const int size)</div><div class="ttdoc">Count func counts the number of prime numbers.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:42</div></div>
<div class="ttc" id="astruct_queue_rep_html"><div class="ttname"><a href="../../d0/d10/struct_queue_rep.html">QueueRep</a></div><div class="ttdef"><b>Definition:</b> queue.c:14</div></div>
<div class="ttc" id="abinary__search__tree_8c_html_adff4c6248834a9944a1fb03a20230c9c"><div class="ttname"><a href="../../da/d02/binary__search__tree_8c.html#adff4c6248834a9944a1fb03a20230c9c">find</a></div><div class="ttdeci">int find(node *root, int data)</div><div class="ttdoc">Search procedure, which looks for the input key in the tree and returns 1 if it's present or 0 if it'...</div><div class="ttdef"><b>Definition:</b> binary_search_tree.c:152</div></div>
<div class="ttc" id="astructsubset_html"><div class="ttname"><a href="../../dc/de5/structsubset.html">subset</a></div><div class="ttdef"><b>Definition:</b> kruskal.c:41</div></div>

View File

@ -135,6 +135,7 @@ $(document).ready(function(){initNavTree('da/d23/list_8h_source.html','../../');
<div class="ttc" id="astructqueue_html"><div class="ttname"><a href="../../d2/d36/structqueue.html">queue</a></div><div class="ttdef"><b>Definition:</b> bfs.c:6</div></div>
<div class="ttc" id="agroup__sorting_html_ga8dc3ec66cb3350313fdb34bfd1674729"><div class="ttname"><a href="../../d5/d4c/group__sorting.html#ga8dc3ec66cb3350313fdb34bfd1674729">merge</a></div><div class="ttdeci">void merge(int *a, int l, int r, int n)</div><div class="ttdoc">Perform merge of segments.</div><div class="ttdef"><b>Definition:</b> merge_sort.c:33</div></div>
<div class="ttc" id="aclient_8c_html_ae66f6b31b5ad750f1fe042a706a4e3d4"><div class="ttname"><a href="../../dd/d93/client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a></div><div class="ttdeci">int main()</div><div class="ttdoc">Driver code.</div><div class="ttdef"><b>Definition:</b> client.c:70</div></div>
<div class="ttc" id="agroup__misc_html_ga6f8e8c9d25b5891d57e588d80d75028a"><div class="ttname"><a href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a></div><div class="ttdeci">int count(int *arr, const int size)</div><div class="ttdoc">Count func counts the number of prime numbers.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:42</div></div>
<div class="ttc" id="astructmax__heap_html"><div class="ttname"><a href="../../d0/d8a/structmax__heap.html">max_heap</a></div><div class="ttdef"><b>Definition:</b> max_heap.c:5</div></div>
<div class="ttc" id="adoubly__linked__list_8c_html_a1fadec32fc369a8dcfbcd766e166efa0"><div class="ttname"><a href="../../dd/d29/doubly__linked__list_8c.html#a1fadec32fc369a8dcfbcd766e166efa0">print</a></div><div class="ttdeci">void print(List *list)</div><div class="ttdoc">Print list function.</div><div class="ttdef"><b>Definition:</b> doubly_linked_list.c:256</div></div>
<div class="ttc" id="astructlist_html_a5363bdc0495ab9ef0ed587c99b9a2b41"><div class="ttname"><a href="../../d8/d10/structlist.html#a5363bdc0495ab9ef0ed587c99b9a2b41">list::value</a></div><div class="ttdeci">double value</div><div class="ttdoc">value saved on each node</div><div class="ttdef"><b>Definition:</b> doubly_linked_list.c:25</div></div>

148
db/dd5/prime__seive_8c.html Normal file
View File

@ -0,0 +1,148 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C: misc/prime_seive.c File Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../resize.js"></script>
<script type="text/javascript" src="../../navtreedata.js"></script>
<script type="text/javascript" src="../../navtree.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Algorithms_in_C
&#160;<span id="projectnumber">1.0.0</span>
</div>
<div id="projectbrief">Set of algorithms implemented in C.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('db/dd5/prime__seive_8c.html','../../'); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> &#124;
<a href="#var-members">Variables</a> </div>
<div class="headertitle">
<div class="title">prime_seive.c File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a href="https://leetcode.com/problems/count-primes/">Prime Seive</a> algorithm implementation.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;assert.h&gt;</code><br />
<code>#include &lt;stdio.h&gt;</code><br />
<code>#include &lt;stdlib.h&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for prime_seive.c:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../de/dd7/prime__seive_8c__incl.svg" width="254" height="112"><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 name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:gac1a7a8e00eeb590511465c28fae16e54"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54">prime</a> (int *p)</td></tr>
<tr class="memdesc:gac1a7a8e00eeb590511465c28fae16e54"><td class="mdescLeft">&#160;</td><td class="mdescRight">Prime Sieve works in O(nlogn) time. <a href="../../d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54">More...</a><br /></td></tr>
<tr class="separator:gac1a7a8e00eeb590511465c28fae16e54"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga6f8e8c9d25b5891d57e588d80d75028a"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a> (int *arr, const int size)</td></tr>
<tr class="memdesc:ga6f8e8c9d25b5891d57e588d80d75028a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Count func counts the number of prime numbers. <a href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">More...</a><br /></td></tr>
<tr class="separator:ga6f8e8c9d25b5891d57e588d80d75028a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
<tr class="memdesc:gaa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Test implementations. <a href="../../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">More...</a><br /></td></tr>
<tr class="separator:gaa8dca7b867074164d5f45b0f3851269d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gac0f2228420376f4db7e1274f2b41667c"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c">main</a> (int argc, const char *argv[])</td></tr>
<tr class="memdesc:gac0f2228420376f4db7e1274f2b41667c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Main function. <a href="../../d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c">More...</a><br /></td></tr>
<tr class="separator:gac0f2228420376f4db7e1274f2b41667c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:ac1215a37edfa07d37edf6ec65f2235c7"><td class="memItemLeft" align="right" valign="top"><a id="ac1215a37edfa07d37edf6ec65f2235c7"></a>
const unsigned long long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a> = 1000000</td></tr>
<tr class="memdesc:ac1215a37edfa07d37edf6ec65f2235c7"><td class="mdescLeft">&#160;</td><td class="mdescRight">for assert for standard input output for general purpose standard library <br /></td></tr>
<tr class="separator:ac1215a37edfa07d37edf6ec65f2235c7"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a href="https://leetcode.com/problems/count-primes/">Prime Seive</a> algorithm implementation. </p>
<dl class="section author"><dt>Author</dt><dd><a href="https://github.com/webdesignbydivyansh">Divyansh Kushwaha</a> </dd></dl>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_a52f4d3d586a58b02f3a4ddf0a992157.html">misc</a></li><li class="navelem"><a class="el" href="../../db/dd5/prime__seive_8c.html">prime_seive.c</a></li>
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>
</body>
</html>

View File

@ -0,0 +1,8 @@
var prime__seive_8c =
[
[ "count", "d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a", null ],
[ "main", "d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c", null ],
[ "prime", "d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54", null ],
[ "test", "d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d", null ],
[ "MAX_SIZE", "db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7", null ]
];

View File

@ -168,11 +168,11 @@ int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../..
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <span class="keywordtype">char</span> ch = <span class="charliteral">&#39; &#39;</span>; <span class="comment">/* temporary variable to store character read from file */</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> num = 0; <span class="comment">/* temporary variable to store digit read */</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> prod = 1; <span class="comment">/* product accumulator */</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="keywordtype">int</span> count =</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="keywordtype">int</span> <a class="code" href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a> =</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; 0; <span class="comment">/* we use this variable to count number of bytes of file read */</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; <span class="comment">/* accumulate product for num_digits */</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; num_digits; i++, count++)</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; num_digits; i++, <a class="code" href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a>++)</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; {</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <span class="comment">/* get character from file */</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; ch = getc(fp);</div>
@ -203,15 +203,22 @@ int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../..
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; }</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="comment">/* set file position to the next starting character + 1 */</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; fseek(fp, -count + 1, SEEK_CUR);</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; fseek(fp, -<a class="code" href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a> + 1, SEEK_CUR);</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; </div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keywordflow">return</span> prod;</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;}</div>
</div><!-- fragment -->
</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="../../dc/d63/problem__8_2sol1_8c_a9ffc8845f17b01a353767a40a3adf7bd_cgraph.svg" width="204" height="38"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="agroup__misc_html_ga6f8e8c9d25b5891d57e588d80d75028a"><div class="ttname"><a href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a></div><div class="ttdeci">int count(int *arr, const int size)</div><div class="ttdoc">Count func counts the number of prime numbers.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:42</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>

View File

@ -0,0 +1,4 @@
<map id="get_product" name="get_product">
<area shape="rect" id="node1" title="Compute the product of two numbers in a file." alt="" coords="5,5,96,32"/>
<area shape="rect" id="node2" href="$d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a" title="Count func counts the number of prime numbers." alt="" coords="144,5,199,32"/>
</map>

View File

@ -0,0 +1 @@
3e88e10860fbad8f2b44fb51e38d6399

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.44.1 (20200629.0846)
-->
<!-- Title: get_product Pages: 1 -->
<svg width="153pt" height="28pt"
viewBox="0.00 0.00 153.00 28.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 24)">
<title>get_product</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-24 149,-24 149,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Compute the product of two numbers in a file.">
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 68,-19.5 68,-0.5 0,-0.5"/>
<text text-anchor="middle" x="34" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">get_product</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a" target="_top" xlink:title="Count func counts the number of prime numbers.">
<polygon fill="white" stroke="black" points="104,-0.5 104,-19.5 145,-19.5 145,-0.5 104,-0.5"/>
<text text-anchor="middle" x="124.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">count</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M68.21,-10C76.53,-10 85.4,-10 93.56,-10"/>
<polygon fill="midnightblue" stroke="midnightblue" points="93.75,-13.5 103.75,-10 93.75,-6.5 93.75,-13.5"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -129,7 +129,7 @@ $(document).ready(function(){initNavTree('dc/de3/hash__set_8h_source.html','../.
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aunion__find_8c_html_a0592dba56693fad79136250c11e5a7fe"><div class="ttname"><a href="../../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">MAX_SIZE</a></div><div class="ttdeci">#define MAX_SIZE</div><div class="ttdoc">maximum number of elements in the set</div><div class="ttdef"><b>Definition:</b> union_find.c:8</div></div>
<div class="ttc" id="aprime__seive_8c_html_ac1215a37edfa07d37edf6ec65f2235c7"><div class="ttname"><a href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a></div><div class="ttdeci">const unsigned long long MAX_SIZE</div><div class="ttdoc">for assert for standard input output for general purpose standard library</div><div class="ttdef"><b>Definition:</b> prime_seive.c:11</div></div>
<div class="ttc" id="astructnode_html"><div class="ttname"><a href="../../d5/da1/structnode.html">node</a></div><div class="ttdoc">Node, the basic data structure in the tree.</div><div class="ttdef"><b>Definition:</b> binary_search_tree.c:15</div></div>
<div class="ttc" id="abinary__search__tree_8c_html_ac73c73be92dbbeeaad942c0103b9540d"><div class="ttname"><a href="../../da/d02/binary__search__tree_8c.html#ac73c73be92dbbeeaad942c0103b9540d">newNode</a></div><div class="ttdeci">node * newNode(int data)</div><div class="ttdoc">The node constructor, which receives the key value input and returns a node pointer.</div><div class="ttdef"><b>Definition:</b> binary_search_tree.c:28</div></div>
<div class="ttc" id="aclient_8c_html_ae66f6b31b5ad750f1fe042a706a4e3d4"><div class="ttname"><a href="../../dd/d93/client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a></div><div class="ttdeci">int main()</div><div class="ttdoc">Driver code.</div><div class="ttdef"><b>Definition:</b> client.c:70</div></div>

View File

@ -100,7 +100,7 @@ $(document).ready(function(){initNavTree('dd/d10/struct_stack.html','../../'); i
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:ad9b9f0f414ea2dc2437fd42b6cc4321b"><td class="memItemLeft" align="right" valign="top"><a id="ad9b9f0f414ea2dc2437fd42b6cc4321b"></a>
int&#160;</td><td class="memItemRight" valign="bottom"><b>arr</b> [<a class="el" href="../../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">MAX_SIZE</a>]</td></tr>
int&#160;</td><td class="memItemRight" valign="bottom"><b>arr</b> [<a class="el" href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a>]</td></tr>
<tr class="separator:ad9b9f0f414ea2dc2437fd42b6cc4321b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad62fb36816185f3eef3a6f735a61f54a"><td class="memItemLeft" align="right" valign="top"><a id="ad62fb36816185f3eef3a6f735a61f54a"></a>
int&#160;</td><td class="memItemRight" valign="bottom"><b>top</b></td></tr>

View File

@ -222,9 +222,9 @@ int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../..
<p>Test function. </p>
<dl class="section return"><dt>Returns</dt><dd><code>void</code> </dd></dl>
<div class="fragment"><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;{</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="../../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">MAX_SIZE</a> = 100;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keywordtype">char</span> *str1 = (<span class="keywordtype">char</span> *)calloc(<span class="keyword">sizeof</span>(<span class="keywordtype">char</span>), <a class="code" href="../../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">MAX_SIZE</a>);</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keywordtype">char</span> *str2 = (<span class="keywordtype">char</span> *)calloc(<span class="keyword">sizeof</span>(<span class="keywordtype">char</span>), <a class="code" href="../../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">MAX_SIZE</a>);</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a> = 100;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keywordtype">char</span> *str1 = (<span class="keywordtype">char</span> *)calloc(<span class="keyword">sizeof</span>(<span class="keywordtype">char</span>), <a class="code" href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a>);</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keywordtype">char</span> *str2 = (<span class="keywordtype">char</span> *)calloc(<span class="keyword">sizeof</span>(<span class="keywordtype">char</span>), <a class="code" href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a>);</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 1; i &lt;= 100; ++i) <span class="comment">/* test 100 random numbers */</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; {</div>
@ -233,11 +233,11 @@ int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../..
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; </div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="comment">// assert(strcmp(itoa(value, str1, 2), int_to_string(value, str2, 2)) ==</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="comment">// 0);</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; snprintf(str1, <a class="code" href="../../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">MAX_SIZE</a>, <span class="stringliteral">&quot;%o&quot;</span>, value); <span class="comment">//* standard C - to octal */</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; snprintf(str1, <a class="code" href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a>, <span class="stringliteral">&quot;%o&quot;</span>, value); <span class="comment">//* standard C - to octal */</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; assert(strcmp(str1, <a class="code" href="../../dd/d53/int__to__string_8c.html#a969911f32f1c435bb2bf166574ef9ae5">int_to_string</a>(value, str2, 8)) == 0);</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; snprintf(str1, <a class="code" href="../../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">MAX_SIZE</a>, <span class="stringliteral">&quot;%d&quot;</span>, value); <span class="comment">/* standard C - to decimal */</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; snprintf(str1, <a class="code" href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a>, <span class="stringliteral">&quot;%d&quot;</span>, value); <span class="comment">/* standard C - to decimal */</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; assert(strcmp(str1, <a class="code" href="../../dd/d53/int__to__string_8c.html#a969911f32f1c435bb2bf166574ef9ae5">int_to_string</a>(value, str2, 10)) == 0);</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; snprintf(str1, <a class="code" href="../../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">MAX_SIZE</a>, <span class="stringliteral">&quot;%x&quot;</span>, value); <span class="comment">/* standard C - to hexadecimal */</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; snprintf(str1, <a class="code" href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a>, <span class="stringliteral">&quot;%x&quot;</span>, value); <span class="comment">/* standard C - to hexadecimal */</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; assert(strcmp(str1, <a class="code" href="../../dd/d53/int__to__string_8c.html#a969911f32f1c435bb2bf166574ef9ae5">int_to_string</a>(value, str2, 16)) == 0);</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; }</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; </div>
@ -255,7 +255,7 @@ Here is the call graph for this function:</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aunion__find_8c_html_a0592dba56693fad79136250c11e5a7fe"><div class="ttname"><a href="../../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">MAX_SIZE</a></div><div class="ttdeci">#define MAX_SIZE</div><div class="ttdoc">maximum number of elements in the set</div><div class="ttdef"><b>Definition:</b> union_find.c:8</div></div>
<div class="ttc" id="aprime__seive_8c_html_ac1215a37edfa07d37edf6ec65f2235c7"><div class="ttname"><a href="../../db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">MAX_SIZE</a></div><div class="ttdeci">const unsigned long long MAX_SIZE</div><div class="ttdoc">for assert for standard input output for general purpose standard library</div><div class="ttdef"><b>Definition:</b> prime_seive.c:11</div></div>
<div class="ttc" id="aint__to__string_8c_html_a969911f32f1c435bb2bf166574ef9ae5"><div class="ttname"><a href="../../dd/d53/int__to__string_8c.html#a969911f32f1c435bb2bf166574ef9ae5">int_to_string</a></div><div class="ttdeci">char * int_to_string(uint16_t value, char *dest, int base)</div><div class="ttdoc">Converts an integer value to a null-terminated string using the specified base and stores the result ...</div><div class="ttdef"><b>Definition:</b> int_to_string.c:25</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->

View File

@ -289,6 +289,7 @@ int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../..
<div class="ttc" id="aproblem__3_2sol1_8c_html_aa0f4796aa2e89c327f827bd55f5cb305"><div class="ttname"><a href="../../d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305">isprime</a></div><div class="ttdeci">char isprime(int no)</div><div class="ttdoc">Check if the given number is prime.</div><div class="ttdef"><b>Definition:</b> sol1.c:15</div></div>
<div class="ttc" id="aproblem__20_2sol1_8c_html_a62cbbd106aad52daadb9403a07d0da32"><div class="ttname"><a href="../../db/d80/problem__20_2sol1_8c.html#a62cbbd106aad52daadb9403a07d0da32">big_int</a></div><div class="ttdeci">struct _big_int big_int</div><div class="ttdoc">store arbitratily large integer values as a linked list of digits.</div></div>
<div class="ttc" id="aqr__decomposition_8c_html_a840291bc02cba5474a4cb46a9b9566fe"><div class="ttname"><a href="../../d5/d23/qr__decomposition_8c.html#a840291bc02cba5474a4cb46a9b9566fe">main</a></div><div class="ttdeci">int main(void)</div><div class="ttdoc">main function</div><div class="ttdef"><b>Definition:</b> qr_decomposition.c:18</div></div>
<div class="ttc" id="agroup__misc_html_ga6f8e8c9d25b5891d57e588d80d75028a"><div class="ttname"><a href="../../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">count</a></div><div class="ttdeci">int count(int *arr, const int size)</div><div class="ttdoc">Count func counts the number of prime numbers.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:42</div></div>
<div class="ttc" id="aproblem__401_2sol1_8c_html_a7a9a231e30b47bc0345749c8bd1e5077"><div class="ttname"><a href="../../d4/d83/problem__401_2sol1_8c.html#a7a9a231e30b47bc0345749c8bd1e5077">MAX_LENGTH</a></div><div class="ttdeci">#define MAX_LENGTH</div><div class="ttdoc">chunk size of array allocation</div><div class="ttdef"><b>Definition:</b> sol1.c:18</div></div>
<div class="ttc" id="arealtime__stats_8c_html_a3c04138a5bfe5d72780bb7e82a18e627"><div class="ttname"><a href="../../dc/d47/realtime__stats_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">main</a></div><div class="ttdeci">int main(int argc, char **argv)</div><div class="ttdoc">Main function.</div><div class="ttdef"><b>Definition:</b> realtime_stats.c:128</div></div>
<div class="ttc" id="abubble__sort__recursion_8c_html_ae66f6b31b5ad750f1fe042a706a4e3d4"><div class="ttname"><a href="../../d5/d38/bubble__sort__recursion_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a></div><div class="ttdeci">int main()</div><div class="ttdoc">Driver Code.</div><div class="ttdef"><b>Definition:</b> bubble_sort_recursion.c:72</div></div>
@ -318,6 +319,7 @@ int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../..
<div class="ttc" id="abubble__sort_8c_html_ac0f2228420376f4db7e1274f2b41667c"><div class="ttname"><a href="../../dd/de4/bubble__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c">main</a></div><div class="ttdeci">int main(int argc, const char *argv[])</div><div class="ttdoc">Driver Code.</div><div class="ttdef"><b>Definition:</b> bubble_sort.c:89</div></div>
<div class="ttc" id="astructsudoku_html_a507f788b793d4d3d6f6a70415be84ded"><div class="ttname"><a href="../../dc/d18/structsudoku.html#a507f788b793d4d3d6f6a70415be84ded">sudoku::a</a></div><div class="ttdeci">uint8_t * a</div><div class="ttdoc">matrix as a flattened 1D row-major array</div><div class="ttdef"><b>Definition:</b> sudoku_solver.c:34</div></div>
<div class="ttc" id="aproblem__14_2sol1_8c_html_a81c1df5c17cb16bcc16e346fcff6fa80"><div class="ttname"><a href="../../d4/dea/problem__14_2sol1_8c.html#a81c1df5c17cb16bcc16e346fcff6fa80">collatz</a></div><div class="ttdeci">long long collatz(long long start_num)</div><div class="ttdoc">Computes the length of collatz sequence for a given starting number.</div><div class="ttdef"><b>Definition:</b> sol1.c:27</div></div>
<div class="ttc" id="agroup__misc_html_gac1a7a8e00eeb590511465c28fae16e54"><div class="ttname"><a href="../../d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54">prime</a></div><div class="ttdeci">void prime(int *p)</div><div class="ttdoc">Prime Sieve works in O(nlogn) time.</div><div class="ttdef"><b>Definition:</b> prime_seive.c:21</div></div>
<div class="ttc" id="abubble__sort__recursion_8c_html_ae1a3968e7947464bee7714f6d43b7002"><div class="ttname"><a href="../../d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002">test</a></div><div class="ttdeci">void test()</div><div class="ttdoc">Test function.</div><div class="ttdef"><b>Definition:</b> bubble_sort_recursion.c:53</div></div>
<div class="ttc" id="abead__sort_8c_html_ac0f2228420376f4db7e1274f2b41667c"><div class="ttname"><a href="../../d2/da8/bead__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c">main</a></div><div class="ttdeci">int main(int argc, const char *argv[])</div><div class="ttdoc">Main function.</div><div class="ttdef"><b>Definition:</b> bead_sort.c:75</div></div>
<div class="ttc" id="ashell__sort2_8c_html_a0ddf1224851353fc92bfbff6f499fa97"><div class="ttname"><a href="../../d6/ded/shell__sort2_8c.html#a0ddf1224851353fc92bfbff6f499fa97">main</a></div><div class="ttdeci">int main(int argc, char *argv[])</div><div class="ttdoc">Main function.</div><div class="ttdef"><b>Definition:</b> shell_sort2.c:66</div></div>

View File

@ -0,0 +1,6 @@
<map id="misc/prime_seive.c" name="misc/prime_seive.c">
<area shape="rect" id="node1" title="Prime Seive algorithm implementation." alt="" coords="62,5,197,32"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,80,75,107"/>
<area shape="rect" id="node3" title=" " alt="" coords="99,80,160,107"/>
<area shape="rect" id="node4" title=" " alt="" coords="184,80,248,107"/>
</map>

View File

@ -0,0 +1 @@
0f99cd293809d4c542a02c7ead0b0bbf

View File

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.44.1 (20200629.0846)
-->
<!-- Title: misc/prime_seive.c Pages: 1 -->
<svg width="190pt" height="84pt"
viewBox="0.00 0.00 190.00 84.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 80)">
<title>misc/prime_seive.c</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 186,-80 186,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Prime Seive algorithm implementation.">
<polygon fill="#bfbfbf" stroke="black" points="42.5,-56.5 42.5,-75.5 143.5,-75.5 143.5,-56.5 42.5,-56.5"/>
<text text-anchor="middle" x="93" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">misc/prime_seive.c</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 52,-19.5 52,-0.5 0,-0.5"/>
<text text-anchor="middle" x="26" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M82.24,-56.32C72.23,-48.26 57.11,-36.08 45.07,-26.37"/>
<polygon fill="midnightblue" stroke="midnightblue" points="46.94,-23.38 36.96,-19.83 42.55,-28.83 46.94,-23.38"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="70,-0.5 70,-19.5 116,-19.5 116,-0.5 70,-0.5"/>
<text text-anchor="middle" x="93" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M93,-56.08C93,-49.01 93,-38.86 93,-29.99"/>
<polygon fill="midnightblue" stroke="midnightblue" points="96.5,-29.75 93,-19.75 89.5,-29.75 96.5,-29.75"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="134,-0.5 134,-19.5 182,-19.5 182,-0.5 134,-0.5"/>
<text text-anchor="middle" x="158" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M103.44,-56.32C113.15,-48.26 127.82,-36.08 139.5,-26.37"/>
<polygon fill="midnightblue" stroke="midnightblue" points="141.91,-28.92 147.37,-19.83 137.44,-23.53 141.91,-28.92"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -121,6 +121,9 @@ Files</h2></td></tr>
<tr class="memitem:da/d93/prime_8c"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="da/d93/prime_8c.html">prime.c</a></td></tr>
<tr class="memdesc:da/d93/prime_8c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Program to identify if a number is <a href="https://en.wikipedia.org/wiki/Prime_number">prime number</a> or not. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:db/dd5/prime__seive_8c"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="db/dd5/prime__seive_8c.html">prime_seive.c</a></td></tr>
<tr class="memdesc:db/dd5/prime__seive_8c"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a href="https://leetcode.com/problems/count-primes/">Prime Seive</a> algorithm implementation. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:d4/dcc/strong__number_8c"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="d4/dcc/strong__number_8c.html">strong_number.c</a></td></tr>
<tr class="memdesc:d4/dcc/strong__number_8c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Strong number is a number whose sum of all digits factorial is equal to the number n For example: 145 = 1!(1) + 4!(24) + 5!(120) <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>

View File

@ -8,6 +8,7 @@ var dir_a52f4d3d586a58b02f3a4ddf0a992157 =
[ "palindrome.c", "df/d16/palindrome_8c.html", "df/d16/palindrome_8c" ],
[ "poly_add.c", "d0/dcb/poly__add_8c.html", "d0/dcb/poly__add_8c" ],
[ "prime.c", "da/d93/prime_8c.html", "da/d93/prime_8c" ],
[ "prime_seive.c", "db/dd5/prime__seive_8c.html", "db/dd5/prime__seive_8c" ],
[ "strong_number.c", "d4/dcc/strong__number_8c.html", "d4/dcc/strong__number_8c" ],
[ "sudoku_solver.c", "de/dac/sudoku__solver_8c.html", "de/dac/sudoku__solver_8c" ],
[ "union_find.c", "df/df3/union__find_8c.html", "df/df3/union__find_8c" ]

View File

@ -167,9 +167,10 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });
<tr id="row_8_5_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="df/d16/palindrome_8c.html" target="_self">palindrome.c</a></td><td class="desc">Program to identify if a number is <a href="https://en.wikipedia.org/wiki/Palindrome">palindrome number</a> or not </td></tr>
<tr id="row_8_6_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d0/dcb/poly__add_8c.html" target="_self">poly_add.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Polynomial#Addition">Addition of two polynomials</a> </td></tr>
<tr id="row_8_7_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="da/d93/prime_8c.html" target="_self">prime.c</a></td><td class="desc">Program to identify if a number is <a href="https://en.wikipedia.org/wiki/Prime_number">prime number</a> or not </td></tr>
<tr id="row_8_8_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d4/dcc/strong__number_8c.html" target="_self">strong_number.c</a></td><td class="desc">Strong number is a number whose sum of all digits factorial is equal to the number n For example: 145 = 1!(1) + 4!(24) + 5!(120) </td></tr>
<tr id="row_8_9_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="de/dac/sudoku__solver_8c.html" target="_self">sudoku_solver.c</a></td><td class="desc">Sudoku Solver using recursive implementation of brute-force algorithm </td></tr>
<tr id="row_8_10_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="df/df3/union__find_8c.html" target="_self">union_find.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Disjoint-set_data_structure">Union find</a> algorithm </td></tr>
<tr id="row_8_8_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="db/dd5/prime__seive_8c.html" target="_self">prime_seive.c</a></td><td class="desc"><a href="https://leetcode.com/problems/count-primes/">Prime Seive</a> algorithm implementation </td></tr>
<tr id="row_8_9_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d4/dcc/strong__number_8c.html" target="_self">strong_number.c</a></td><td class="desc">Strong number is a number whose sum of all digits factorial is equal to the number n For example: 145 = 1!(1) + 4!(24) + 5!(120) </td></tr>
<tr id="row_8_10_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="de/dac/sudoku__solver_8c.html" target="_self">sudoku_solver.c</a></td><td class="desc">Sudoku Solver using recursive implementation of brute-force algorithm </td></tr>
<tr id="row_8_11_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="df/df3/union__find_8c.html" target="_self">union_find.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Disjoint-set_data_structure">Union find</a> algorithm </td></tr>
<tr id="row_9_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_9_" class="arrow" onclick="toggleFolder('9_')">&#9658;</span><span id="img_9_" class="iconfclosed" onclick="toggleFolder('9_')">&#160;</span><a class="el" href="dir_9c6faab82c22511b50177aa2e38e2780.html" target="_self">numerical_methods</a></td><td class="desc"></td></tr>
<tr id="row_9_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="da/d38/durand__kerner__roots_8c.html" target="_self">durand_kerner_roots.c</a></td><td class="desc">Compute all possible approximate roots of any given polynomial using <a href="https://en.wikipedia.org/wiki/Durand%E2%80%93Kerner_method">Durand Kerner algorithm</a> </td></tr>
<tr id="row_9_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dc/d2e/lu__decompose_8c.html" target="_self">lu_decompose.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/LU_decompositon">LU decomposition</a> of a square matrix </td></tr>

View File

@ -124,6 +124,9 @@ $(document).ready(function(){initNavTree('globals_c.html',''); initResizable();
<li>complex_str()
: <a class="el" href="da/d38/durand__kerner__roots_8c.html#afa5b04ce11475d67049cba8273741fb7">durand_kerner_roots.c</a>
</li>
<li>count()
: <a class="el" href="d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">prime_seive.c</a>
</li>
<li>count_divisors()
: <a class="el" href="d7/d1f/problem__12_2sol1_8c.html#aa6ce6271f6156e219f9b290717f5a222">sol1.c</a>
</li>

View File

@ -118,6 +118,9 @@ $(document).ready(function(){initNavTree('globals_func_c.html',''); initResizabl
<li>complex_str()
: <a class="el" href="da/d38/durand__kerner__roots_8c.html#afa5b04ce11475d67049cba8273741fb7">durand_kerner_roots.c</a>
</li>
<li>count()
: <a class="el" href="d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a">prime_seive.c</a>
</li>
<li>count_divisors()
: <a class="el" href="d7/d1f/problem__12_2sol1_8c.html#aa6ce6271f6156e219f9b290717f5a222">sol1.c</a>
</li>

View File

@ -99,10 +99,9 @@ $(document).ready(function(){initNavTree('globals_func_m.html',''); initResizabl
, <a class="el" href="d8/dca/udp__server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">udp_server.c</a>
, <a class="el" href="dd/d53/int__to__string_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">int_to_string.c</a>
, <a class="el" href="d9/dc9/hash__crc32_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">hash_crc32.c</a>
, <a class="el" href="d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c">prime_seive.c</a>
, <a class="el" href="d1/df9/problem__26_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97">sol1.c</a>
, <a class="el" href="d4/dcc/strong__number_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">strong_number.c</a>
, <a class="el" href="d7/dd3/problem__3_2sol1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol1.c</a>
, <a class="el" href="d2/dbc/problem__3_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol2.c</a>
, <a class="el" href="de/dac/sudoku__solver_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sudoku_solver.c</a>
, <a class="el" href="d6/ded/shell__sort2_8c.html#a0ddf1224851353fc92bfbff6f499fa97">shell_sort2.c</a>
, <a class="el" href="df/d83/selection__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c">selection_sort.c</a>
, <a class="el" href="d2/d83/merge__sort_8c.html#a840291bc02cba5474a4cb46a9b9566fe">merge_sort.c</a>
@ -121,11 +120,12 @@ $(document).ready(function(){initNavTree('globals_func_m.html',''); initResizabl
, <a class="el" href="d1/d2f/problem__7_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol.c</a>
, <a class="el" href="d5/d7c/problem__5_2sol3_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol3.c</a>
, <a class="el" href="d5/d3d/problem__5_2sol2_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol2.c</a>
, <a class="el" href="d0/d6c/problem__4_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol.c</a>
, <a class="el" href="d4/d83/problem__401_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">sol1.c</a>
, <a class="el" href="d4/de3/hash__djb2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">hash_djb2.c</a>
, <a class="el" href="df/df3/union__find_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">union_find.c</a>
, <a class="el" href="dc/d32/problem__5_2sol1_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol1.c</a>
, <a class="el" href="d2/dbc/problem__3_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol2.c</a>
, <a class="el" href="d0/d6c/problem__4_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol.c</a>
, <a class="el" href="d4/de3/hash__djb2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">hash_djb2.c</a>
, <a class="el" href="de/dac/sudoku__solver_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sudoku_solver.c</a>
, <a class="el" href="d4/d83/problem__401_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">sol1.c</a>
, <a class="el" href="d4/dbd/problem__23_2sol2_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">sol2.c</a>
, <a class="el" href="d7/ddb/problem__23_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">sol1.c</a>
, <a class="el" href="d0/d7f/so1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">so1.c</a>
@ -143,10 +143,11 @@ $(document).ready(function(){initNavTree('globals_func_m.html',''); initResizabl
, <a class="el" href="d1/dc2/ode__midpoint__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97">ode_midpoint_euler.c</a>
, <a class="el" href="d4/d07/ode__forward__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97">ode_forward_euler.c</a>
, <a class="el" href="dd/d08/newton__raphson__root_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">newton_raphson_root.c</a>
, <a class="el" href="da/d38/durand__kerner__roots_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">durand_kerner_roots.c</a>
, <a class="el" href="dc/d2e/lu__decompose_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">lu_decompose.c</a>
, <a class="el" href="df/df3/union__find_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">union_find.c</a>
, <a class="el" href="da/d02/binary__search__tree_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">binary_search_tree.c</a>
, <a class="el" href="d7/d0c/hash__sdbm_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">hash_sdbm.c</a>
, <a class="el" href="dc/d2e/lu__decompose_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">lu_decompose.c</a>
, <a class="el" href="da/d38/durand__kerner__roots_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">durand_kerner_roots.c</a>
, <a class="el" href="d0/d57/hash__xor8_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">hash_xor8.c</a>
, <a class="el" href="da/d93/prime_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">prime.c</a>
, <a class="el" href="d0/dcb/poly__add_8c.html#a840291bc02cba5474a4cb46a9b9566fe">poly_add.c</a>

View File

@ -105,16 +105,19 @@ $(document).ready(function(){initNavTree('globals_func_p.html',''); initResizabl
<li>preorder_display()
: <a class="el" href="df/d3c/threaded__binary__trees_8c.html#a8169ba0dfd5b8183672e444d1434bf9c">threaded_binary_trees.c</a>
</li>
<li>prime()
: <a class="el" href="d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54">prime_seive.c</a>
</li>
<li>print()
: <a class="el" href="dd/d29/doubly__linked__list_8c.html#a1fadec32fc369a8dcfbcd766e166efa0">doubly_linked_list.c</a>
: <a class="el" href="d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1">sudoku_solver.c</a>
, <a class="el" href="dd/d29/doubly__linked__list_8c.html#a1fadec32fc369a8dcfbcd766e166efa0">doubly_linked_list.c</a>
, <a class="el" href="dc/d80/cantor__set_8c.html#a75ee530cd7148a63249784ad3dda8fab">cantor_set.c</a>
, <a class="el" href="d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1">sudoku_solver.c</a>
</li>
<li>print_matrix()
: <a class="el" href="d4/d68/qr__decompose_8h.html#a90562ce8c3707401e9c5809dece68d6a">qr_decompose.h</a>
</li>
<li>print_number()
: <a class="el" href="db/d01/problem__13_2sol1_8c.html#a248adc917818cc6666d8bc679a660319">sol1.c</a>
: <a class="el" href="d8/d32/problem__25_2sol1_8c.html#abe5bc1f170b2108a19d0a16d30bd3235">sol1.c</a>
</li>
<li>print_vector()
: <a class="el" href="de/d7b/group__vec__3d.html#ga4fd194972bea4884e0b33cf4a166d14e">vectors_3d.c</a>
@ -124,8 +127,8 @@ $(document).ready(function(){initNavTree('globals_func_p.html',''); initResizabl
</li>
<li>problem()
: <a class="el" href="d1/dc2/ode__midpoint__euler_8c.html#a97075291390a68c262ed66e157a57eb4">ode_midpoint_euler.c</a>
, <a class="el" href="d4/d99/ode__semi__implicit__euler_8c.html#a97075291390a68c262ed66e157a57eb4">ode_semi_implicit_euler.c</a>
, <a class="el" href="d4/d07/ode__forward__euler_8c.html#a97075291390a68c262ed66e157a57eb4">ode_forward_euler.c</a>
, <a class="el" href="d4/d99/ode__semi__implicit__euler_8c.html#a97075291390a68c262ed66e157a57eb4">ode_semi_implicit_euler.c</a>
</li>
<li>propagate()
: <a class="el" href="dc/d80/cantor__set_8c.html#a1f156d2b53b80305bd2fa3ff5fdf3c97">cantor_set.c</a>

View File

@ -98,18 +98,19 @@ $(document).ready(function(){initNavTree('globals_func_t.html',''); initResizabl
, <a class="el" href="dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d">int_to_string.c</a>
, <a class="el" href="d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d">vectors_3d.c</a>
, <a class="el" href="da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002">prime.c</a>
, <a class="el" href="de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d">insertion_sort_recursive.c</a>
, <a class="el" href="df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">selection_sort.c</a>
, <a class="el" href="d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002">strong_number.c</a>
, <a class="el" href="d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">prime_seive.c</a>
, <a class="el" href="d7/d98/spirograph_8c.html#a708a4c1a4d0c4acc4c447310dd4db27f">spirograph.c</a>
, <a class="el" href="d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002">strong_number.c</a>
, <a class="el" href="df/d3b/binary__search_8c.html#ae1a3968e7947464bee7714f6d43b7002">binary_search.c</a>
, <a class="el" href="d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002">jump_search.c</a>
, <a class="el" href="da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d">segment_tree.c</a>
, <a class="el" href="d6/d76/k__means__clustering_8c.html#aa8dca7b867074164d5f45b0f3851269d">k_means_clustering.c</a>
, <a class="el" href="d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002">jump_search.c</a>
, <a class="el" href="dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort.c</a>
, <a class="el" href="d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort_recursion.c</a>
, <a class="el" href="d6/d2e/cartesian__to__polar_8c.html#ae1a3968e7947464bee7714f6d43b7002">cartesian_to_polar.c</a>
, <a class="el" href="d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort_recursion.c</a>
, <a class="el" href="db/ddf/insertion__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">insertion_sort.c</a>
, <a class="el" href="de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d">insertion_sort_recursive.c</a>
</li>
<li>test1()
: <a class="el" href="dd/d8c/adaline__learning_8c.html#ab4ecb3accf5d9e0263087e7265bbe3a9">adaline_learning.c</a>
@ -119,18 +120,18 @@ $(document).ready(function(){initNavTree('globals_func_t.html',''); initResizabl
, <a class="el" href="d7/d50/qr__eigen__values_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0">qr_eigen_values.c</a>
</li>
<li>test2()
: <a class="el" href="d7/d50/qr__eigen__values_8c.html#a0283886819c7c140a023582b7269e2d0">qr_eigen_values.c</a>
: <a class="el" href="d0/dcb/poly__add_8c.html#a0c5173884bd798a6ca6f437b9b932409">poly_add.c</a>
, <a class="el" href="dd/d8c/adaline__learning_8c.html#a05cc9a0acb524fde727a4d7b4a747ee6">adaline_learning.c</a>
, <a class="el" href="d6/d76/k__means__clustering_8c.html#a0283886819c7c140a023582b7269e2d0">k_means_clustering.c</a>
, <a class="el" href="d2/df6/kohonen__som__topology_8c.html#a0283886819c7c140a023582b7269e2d0">kohonen_som_topology.c</a>
, <a class="el" href="d0/d46/kohonen__som__trace_8c.html#a0283886819c7c140a023582b7269e2d0">kohonen_som_trace.c</a>
, <a class="el" href="d0/dcb/poly__add_8c.html#a0c5173884bd798a6ca6f437b9b932409">poly_add.c</a>
, <a class="el" href="d7/d50/qr__eigen__values_8c.html#a0283886819c7c140a023582b7269e2d0">qr_eigen_values.c</a>
</li>
<li>test3()
: <a class="el" href="d0/dcb/poly__add_8c.html#ab138609c765e2fd8b89e9c107cd40d57">poly_add.c</a>
, <a class="el" href="d0/d46/kohonen__som__trace_8c.html#a6d0455dd5c30adda100e95f0423c786e">kohonen_som_trace.c</a>
, <a class="el" href="dd/d8c/adaline__learning_8c.html#a3f37b9f073f7e57fd0b39d70718af1b1">adaline_learning.c</a>
, <a class="el" href="d2/df6/kohonen__som__topology_8c.html#a6d0455dd5c30adda100e95f0423c786e">kohonen_som_topology.c</a>
, <a class="el" href="d0/d46/kohonen__som__trace_8c.html#a6d0455dd5c30adda100e95f0423c786e">kohonen_som_trace.c</a>
</li>
<li>test_2d_classes()
: <a class="el" href="d2/df6/kohonen__som__topology_8c.html#adb5ded007be1fd666fab9affe6764018">kohonen_som_topology.c</a>

View File

@ -99,29 +99,27 @@ $(document).ready(function(){initNavTree('globals_m.html',''); initResizable();
, <a class="el" href="d8/dca/udp__server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">udp_server.c</a>
, <a class="el" href="dd/d53/int__to__string_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">int_to_string.c</a>
, <a class="el" href="d9/dc9/hash__crc32_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">hash_crc32.c</a>
, <a class="el" href="d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c">prime_seive.c</a>
, <a class="el" href="d1/df9/problem__26_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97">sol1.c</a>
, <a class="el" href="d4/dcc/strong__number_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">strong_number.c</a>
, <a class="el" href="d7/dd3/problem__3_2sol1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol1.c</a>
, <a class="el" href="d2/dbc/problem__3_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol2.c</a>
, <a class="el" href="de/dac/sudoku__solver_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sudoku_solver.c</a>
, <a class="el" href="d0/d6c/problem__4_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol.c</a>
, <a class="el" href="d4/d83/problem__401_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">sol1.c</a>
, <a class="el" href="d4/de3/hash__djb2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">hash_djb2.c</a>
, <a class="el" href="de/dac/sudoku__solver_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sudoku_solver.c</a>
, <a class="el" href="d4/d83/problem__401_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">sol1.c</a>
, <a class="el" href="df/df3/union__find_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">union_find.c</a>
, <a class="el" href="dc/d32/problem__5_2sol1_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol1.c</a>
, <a class="el" href="d5/d3d/problem__5_2sol2_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol2.c</a>
, <a class="el" href="da/d38/durand__kerner__roots_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">durand_kerner_roots.c</a>
, <a class="el" href="d5/d7c/problem__5_2sol3_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol3.c</a>
, <a class="el" href="d4/d7b/problem__6_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol.c</a>
, <a class="el" href="da/d02/binary__search__tree_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">binary_search_tree.c</a>
, <a class="el" href="d7/d0c/hash__sdbm_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">hash_sdbm.c</a>
, <a class="el" href="da/d38/durand__kerner__roots_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">durand_kerner_roots.c</a>
, <a class="el" href="d4/d7b/problem__6_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol.c</a>
, <a class="el" href="dc/d2e/lu__decompose_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">lu_decompose.c</a>
, <a class="el" href="d1/d2f/problem__7_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol.c</a>
, <a class="el" href="d6/d64/problem__7_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol2.c</a>
, <a class="el" href="dd/d08/newton__raphson__root_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">newton_raphson_root.c</a>
, <a class="el" href="dc/d63/problem__8_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97">sol1.c</a>
, <a class="el" href="d2/d93/problem__8_2sol2_8c.html#a0ddf1224851353fc92bfbff6f499fa97">sol2.c</a>
, <a class="el" href="d0/d57/hash__xor8_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">hash_xor8.c</a>
, <a class="el" href="d4/d07/ode__forward__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97">ode_forward_euler.c</a>
, <a class="el" href="dd/d08/newton__raphson__root_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">newton_raphson_root.c</a>
, <a class="el" href="d2/d93/problem__8_2sol2_8c.html#a0ddf1224851353fc92bfbff6f499fa97">sol2.c</a>
, <a class="el" href="d6/ded/shell__sort2_8c.html#a0ddf1224851353fc92bfbff6f499fa97">shell_sort2.c</a>
, <a class="el" href="df/d83/selection__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c">selection_sort.c</a>
, <a class="el" href="d2/d83/merge__sort_8c.html#a840291bc02cba5474a4cb46a9b9566fe">merge_sort.c</a>
@ -130,21 +128,22 @@ $(document).ready(function(){initNavTree('globals_m.html',''); initResizable();
, <a class="el" href="dd/de4/bubble__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c">bubble_sort.c</a>
, <a class="el" href="d2/da8/bead__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c">bead_sort.c</a>
, <a class="el" href="d3/d47/modified__binary__search_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">modified_binary_search.c</a>
, <a class="el" href="df/da5/problem__9_2sol1_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol1.c</a>
, <a class="el" href="d8/de0/problem__9_2sol2_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol2.c</a>
, <a class="el" href="d1/dc2/ode__midpoint__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97">ode_midpoint_euler.c</a>
, <a class="el" href="df/d3b/binary__search_8c.html#a840291bc02cba5474a4cb46a9b9566fe">binary_search.c</a>
, <a class="el" href="d6/d7b/jump__search_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">jump_search.c</a>
, <a class="el" href="df/da5/problem__9_2sol1_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol1.c</a>
, <a class="el" href="d4/d07/ode__forward__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97">ode_forward_euler.c</a>
, <a class="el" href="d8/de0/problem__9_2sol2_8c.html#a840291bc02cba5474a4cb46a9b9566fe">sol2.c</a>
, <a class="el" href="df/d3b/binary__search_8c.html#a840291bc02cba5474a4cb46a9b9566fe">binary_search.c</a>
, <a class="el" href="d7/dd8/c__atoi__str__to__integer_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">c_atoi_str_to_integer.c</a>
, <a class="el" href="da/da0/segment__tree_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">segment_tree.c</a>
, <a class="el" href="dd/d8c/adaline__learning_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">adaline_learning.c</a>
, <a class="el" href="d1/dc2/ode__midpoint__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97">ode_midpoint_euler.c</a>
, <a class="el" href="d4/d99/ode__semi__implicit__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97">ode_semi_implicit_euler.c</a>
, <a class="el" href="d5/d23/qr__decomposition_8c.html#a840291bc02cba5474a4cb46a9b9566fe">qr_decomposition.c</a>
, <a class="el" href="d6/d76/k__means__clustering_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">k_means_clustering.c</a>
, <a class="el" href="d5/d23/qr__decomposition_8c.html#a840291bc02cba5474a4cb46a9b9566fe">qr_decomposition.c</a>
, <a class="el" href="d7/d50/qr__eigen__values_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">qr_eigen_values.c</a>
, <a class="el" href="dc/d47/realtime__stats_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">realtime_stats.c</a>
, <a class="el" href="df/d3c/threaded__binary__trees_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">threaded_binary_trees.c</a>
, <a class="el" href="d2/df6/kohonen__som__topology_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">kohonen_som_topology.c</a>
, <a class="el" href="dc/d47/realtime__stats_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">realtime_stats.c</a>
, <a class="el" href="da/d35/problem__1_2sol1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol1.c</a>
, <a class="el" href="d4/dbd/problem__23_2sol2_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">sol2.c</a>
, <a class="el" href="d7/ddb/problem__23_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">sol1.c</a>
@ -152,10 +151,10 @@ $(document).ready(function(){initNavTree('globals_m.html',''); initResizable();
, <a class="el" href="dd/df0/problem__19_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">sol1.c</a>
, <a class="el" href="d9/da7/problem__10_2sol2_8c.html#a0ddf1224851353fc92bfbff6f499fa97">sol2.c</a>
, <a class="el" href="d0/d6d/problem__10_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97">sol1.c</a>
, <a class="el" href="d2/dae/problem__1_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol2.c</a>
, <a class="el" href="d0/d46/kohonen__som__trace_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">kohonen_som_trace.c</a>
, <a class="el" href="da/d56/problem__1_2sol3_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol3.c</a>
, <a class="el" href="d6/d1b/sol4_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol4.c</a>
, <a class="el" href="d0/d46/kohonen__som__trace_8c.html#a3c04138a5bfe5d72780bb7e82a18e627">kohonen_som_trace.c</a>
, <a class="el" href="d2/dae/problem__1_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol2.c</a>
, <a class="el" href="da/d56/problem__1_2sol3_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">sol3.c</a>
, <a class="el" href="da/de6/udp__client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">udp_client.c</a>
, <a class="el" href="d8/d30/decimal__to__binary__recursion_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">decimal_to_binary_recursion.c</a>
, <a class="el" href="dd/d29/doubly__linked__list_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">doubly_linked_list.c</a>
@ -179,12 +178,16 @@ $(document).ready(function(){initNavTree('globals_m.html',''); initResizable();
: <a class="el" href="d7/d50/qr__eigen__values_8c.html#a741477692f001a805b0fea942c9dc2b9">qr_eigen_values.c</a>
</li>
<li>max
: <a class="el" href="d1/d6b/group__kohonen__2d.html#gaffe776513b24d84b39af8ab0930fef7f">kohonen_som_topology.c</a>
</li>
<li>MAX
: <a class="el" href="d1/d20/server_8c.html#a392fb874e547e582e9c66a08a1f23326">server.c</a>
</li>
<li>max
: <a class="el" href="d0/dcb/group__kohonen__1d.html#gaffe776513b24d84b39af8ab0930fef7f">kohonen_som_trace.c</a>
, <a class="el" href="d1/d6b/group__kohonen__2d.html#gaffe776513b24d84b39af8ab0930fef7f">kohonen_som_topology.c</a>
</li>
<li>MAX
: <a class="el" href="dd/d93/client_8c.html#a392fb874e547e582e9c66a08a1f23326">client.c</a>
, <a class="el" href="d1/d20/server_8c.html#a392fb874e547e582e9c66a08a1f23326">server.c</a>
</li>
<li>MAX_ADALINE_ITER
: <a class="el" href="da/d2a/group__adaline.html#ga555ba960994e9bccb2029764588f694f">adaline_learning.c</a>
@ -209,10 +212,11 @@ $(document).ready(function(){initNavTree('globals_m.html',''); initResizable();
</li>
<li>MAX_SIZE
: <a class="el" href="df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">union_find.c</a>
, <a class="el" href="db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">prime_seive.c</a>
</li>
<li>MAXLINE
: <a class="el" href="d8/dca/udp__server_8c.html#a3e937c42922f7601edb17b747602c471">udp_server.c</a>
, <a class="el" href="da/de6/udp__client_8c.html#a3e937c42922f7601edb17b747602c471">udp_client.c</a>
: <a class="el" href="da/de6/udp__client_8c.html#a3e937c42922f7601edb17b747602c471">udp_client.c</a>
, <a class="el" href="d8/dca/udp__server_8c.html#a3e937c42922f7601edb17b747602c471">udp_server.c</a>
</li>
<li>merge()
: <a class="el" href="d5/d4c/group__sorting.html#ga8dc3ec66cb3350313fdb34bfd1674729">merge_sort.c</a>
@ -227,9 +231,9 @@ $(document).ready(function(){initNavTree('globals_m.html',''); initResizable();
: <a class="el" href="d1/dc2/ode__midpoint__euler_8c.html#affe6cc2ab040b94a29e6c41782f72d51">ode_midpoint_euler.c</a>
</li>
<li>min
: <a class="el" href="d0/dcb/group__kohonen__1d.html#gac6afabdc09a49a433ee19d8a9486056d">kohonen_som_trace.c</a>
, <a class="el" href="d1/d6b/group__kohonen__2d.html#gac6afabdc09a49a433ee19d8a9486056d">kohonen_som_topology.c</a>
: <a class="el" href="d1/d6b/group__kohonen__2d.html#gac6afabdc09a49a433ee19d8a9486056d">kohonen_som_topology.c</a>
, <a class="el" href="d6/d7b/jump__search_8c.html#a8195a86b6d75b9a3939505e8bb50021e">jump_search.c</a>
, <a class="el" href="d0/dcb/group__kohonen__1d.html#gac6afabdc09a49a433ee19d8a9486056d">kohonen_som_trace.c</a>
</li>
<li>minimum()
: <a class="el" href="da/da0/segment__tree_8c.html#a93bfab032ce9dbc0c1feaeee32a885fb">segment_tree.c</a>

View File

@ -111,6 +111,9 @@ $(document).ready(function(){initNavTree('globals_p.html',''); initResizable();
<li>preorder_display()
: <a class="el" href="df/d3c/threaded__binary__trees_8c.html#a8169ba0dfd5b8183672e444d1434bf9c">threaded_binary_trees.c</a>
</li>
<li>prime()
: <a class="el" href="d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54">prime_seive.c</a>
</li>
<li>print()
: <a class="el" href="dd/d29/doubly__linked__list_8c.html#a1fadec32fc369a8dcfbcd766e166efa0">doubly_linked_list.c</a>
, <a class="el" href="dc/d80/cantor__set_8c.html#a75ee530cd7148a63249784ad3dda8fab">cantor_set.c</a>
@ -120,7 +123,7 @@ $(document).ready(function(){initNavTree('globals_p.html',''); initResizable();
: <a class="el" href="d4/d68/qr__decompose_8h.html#a90562ce8c3707401e9c5809dece68d6a">qr_decompose.h</a>
</li>
<li>print_number()
: <a class="el" href="db/d01/problem__13_2sol1_8c.html#a248adc917818cc6666d8bc679a660319">sol1.c</a>
: <a class="el" href="d8/d32/problem__25_2sol1_8c.html#abe5bc1f170b2108a19d0a16d30bd3235">sol1.c</a>
</li>
<li>print_vector()
: <a class="el" href="de/d7b/group__vec__3d.html#ga4fd194972bea4884e0b33cf4a166d14e">vectors_3d.c</a>
@ -130,8 +133,8 @@ $(document).ready(function(){initNavTree('globals_p.html',''); initResizable();
</li>
<li>problem()
: <a class="el" href="d1/dc2/ode__midpoint__euler_8c.html#a97075291390a68c262ed66e157a57eb4">ode_midpoint_euler.c</a>
, <a class="el" href="d4/d07/ode__forward__euler_8c.html#a97075291390a68c262ed66e157a57eb4">ode_forward_euler.c</a>
, <a class="el" href="d4/d99/ode__semi__implicit__euler_8c.html#a97075291390a68c262ed66e157a57eb4">ode_semi_implicit_euler.c</a>
, <a class="el" href="d4/d07/ode__forward__euler_8c.html#a97075291390a68c262ed66e157a57eb4">ode_forward_euler.c</a>
</li>
<li>propagate()
: <a class="el" href="dc/d80/cantor__set_8c.html#a1f156d2b53b80305bd2fa3ff5fdf3c97">cantor_set.c</a>

View File

@ -98,18 +98,19 @@ $(document).ready(function(){initNavTree('globals_t.html',''); initResizable();
, <a class="el" href="dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d">int_to_string.c</a>
, <a class="el" href="d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d">vectors_3d.c</a>
, <a class="el" href="da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002">prime.c</a>
, <a class="el" href="de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d">insertion_sort_recursive.c</a>
, <a class="el" href="df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">selection_sort.c</a>
, <a class="el" href="d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002">strong_number.c</a>
, <a class="el" href="d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">prime_seive.c</a>
, <a class="el" href="d7/d98/spirograph_8c.html#a708a4c1a4d0c4acc4c447310dd4db27f">spirograph.c</a>
, <a class="el" href="d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002">strong_number.c</a>
, <a class="el" href="df/d3b/binary__search_8c.html#ae1a3968e7947464bee7714f6d43b7002">binary_search.c</a>
, <a class="el" href="d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002">jump_search.c</a>
, <a class="el" href="da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d">segment_tree.c</a>
, <a class="el" href="d6/d76/k__means__clustering_8c.html#aa8dca7b867074164d5f45b0f3851269d">k_means_clustering.c</a>
, <a class="el" href="d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002">jump_search.c</a>
, <a class="el" href="dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort.c</a>
, <a class="el" href="d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort_recursion.c</a>
, <a class="el" href="d6/d2e/cartesian__to__polar_8c.html#ae1a3968e7947464bee7714f6d43b7002">cartesian_to_polar.c</a>
, <a class="el" href="d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort_recursion.c</a>
, <a class="el" href="db/ddf/insertion__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">insertion_sort.c</a>
, <a class="el" href="de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d">insertion_sort_recursive.c</a>
</li>
<li>test1()
: <a class="el" href="dd/d8c/adaline__learning_8c.html#ab4ecb3accf5d9e0263087e7265bbe3a9">adaline_learning.c</a>
@ -119,18 +120,18 @@ $(document).ready(function(){initNavTree('globals_t.html',''); initResizable();
, <a class="el" href="d7/d50/qr__eigen__values_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0">qr_eigen_values.c</a>
</li>
<li>test2()
: <a class="el" href="d7/d50/qr__eigen__values_8c.html#a0283886819c7c140a023582b7269e2d0">qr_eigen_values.c</a>
: <a class="el" href="d0/dcb/poly__add_8c.html#a0c5173884bd798a6ca6f437b9b932409">poly_add.c</a>
, <a class="el" href="dd/d8c/adaline__learning_8c.html#a05cc9a0acb524fde727a4d7b4a747ee6">adaline_learning.c</a>
, <a class="el" href="d6/d76/k__means__clustering_8c.html#a0283886819c7c140a023582b7269e2d0">k_means_clustering.c</a>
, <a class="el" href="d2/df6/kohonen__som__topology_8c.html#a0283886819c7c140a023582b7269e2d0">kohonen_som_topology.c</a>
, <a class="el" href="d0/d46/kohonen__som__trace_8c.html#a0283886819c7c140a023582b7269e2d0">kohonen_som_trace.c</a>
, <a class="el" href="d0/dcb/poly__add_8c.html#a0c5173884bd798a6ca6f437b9b932409">poly_add.c</a>
, <a class="el" href="d7/d50/qr__eigen__values_8c.html#a0283886819c7c140a023582b7269e2d0">qr_eigen_values.c</a>
</li>
<li>test3()
: <a class="el" href="d0/dcb/poly__add_8c.html#ab138609c765e2fd8b89e9c107cd40d57">poly_add.c</a>
, <a class="el" href="d0/d46/kohonen__som__trace_8c.html#a6d0455dd5c30adda100e95f0423c786e">kohonen_som_trace.c</a>
, <a class="el" href="dd/d8c/adaline__learning_8c.html#a3f37b9f073f7e57fd0b39d70718af1b1">adaline_learning.c</a>
, <a class="el" href="d2/df6/kohonen__som__topology_8c.html#a6d0455dd5c30adda100e95f0423c786e">kohonen_som_topology.c</a>
, <a class="el" href="d0/d46/kohonen__som__trace_8c.html#a6d0455dd5c30adda100e95f0423c786e">kohonen_som_trace.c</a>
</li>
<li>test_2d_classes()
: <a class="el" href="d2/df6/kohonen__som__topology_8c.html#adb5ded007be1fd666fab9affe6764018">kohonen_som_topology.c</a>

View File

@ -97,6 +97,9 @@ $(document).ready(function(){initNavTree('globals_vars.html',''); initResizable(
<li>divisors
: <a class="el" href="d5/d3d/problem__5_2sol2_8c.html#adb59595677da81f071c34f3847fdbaa6">sol2.c</a>
</li>
<li>MAX_SIZE
: <a class="el" href="db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7">prime_seive.c</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->

View File

@ -107,8 +107,9 @@ $(document).ready(function(){initNavTree('modules.html',''); initResizable(); })
<tr id="row_2_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="d8/d71/group__k__means.html" target="_self">K-Means Clustering Algorithm</a></td><td class="desc"></td></tr>
<tr id="row_2_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="d1/d6b/group__kohonen__2d.html" target="_self">Kohonen SOM topology algorithm</a></td><td class="desc"></td></tr>
<tr id="row_2_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="d0/dcb/group__kohonen__1d.html" target="_self">Kohonen SOM trace/chain algorithm</a></td><td class="desc"></td></tr>
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="d5/df4/group__sudoku.html" target="_self">Sudoku solver</a></td><td class="desc"></td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="d5/d4c/group__sorting.html" target="_self">Sorting algorithms</a></td><td class="desc"></td></tr>
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="d1/ded/group__misc.html" target="_self">Misc</a></td><td class="desc">Variable upto which prime numbers are to be found out </td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="d5/df4/group__sudoku.html" target="_self">Sudoku solver</a></td><td class="desc"></td></tr>
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="d5/d4c/group__sorting.html" target="_self">Sorting algorithms</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->

View File

@ -3,6 +3,7 @@ var modules =
[ "Library for 3D Vectors & Quaternions", "de/d5a/group__quaternions.html", "de/d5a/group__quaternions" ],
[ "Hash algorithms", "d7/d3b/group__hash.html", "d7/d3b/group__hash" ],
[ "Machine learning algorithms", "d9/d66/group__machine__learning.html", "d9/d66/group__machine__learning" ],
[ "Misc", "d1/ded/group__misc.html", "d1/ded/group__misc" ],
[ "Sudoku solver", "d5/df4/group__sudoku.html", "d5/df4/group__sudoku" ],
[ "Sorting algorithms", "d5/d4c/group__sorting.html", "d5/d4c/group__sorting" ]
];

View File

@ -119,9 +119,9 @@ var NAVTREE =
var NAVTREEINDEX =
[
"annotated.html",
"d4/dd4/struct_graph.html#a268ba18d421817ad8713c2e92f19d82a",
"d8/d71/group__k__means.html#ga8cc0f5e9645e6faf40d1746acf777944",
"de/d58/structquaternion__.html#a627574208aad1215fde8fcf9cb3f36e4"
"d4/dbd/problem__23_2sol2_8c.html#af920a16d6ef69dd604b283f427892e06",
"d8/d30/decimal__to__binary__recursion_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4",
"dd/df0/problem__19_2sol1_8c.html#ab7f9ad087f124b8e0615aa535b4c8a75"
];
var SYNCONMSG = 'click to disable panel synchronisation';

View File

@ -121,6 +121,15 @@ var NAVTREEINDEX0 =
"d1/dc2/ode__midpoint__euler_8c.html#a97075291390a68c262ed66e157a57eb4":[15,0,9,4,5],
"d1/dc2/ode__midpoint__euler_8c.html#a9ceb646336224ee890a269d0b4600d09":[15,0,9,4,0],
"d1/dc2/ode__midpoint__euler_8c.html#affe6cc2ab040b94a29e6c41782f72d51":[15,0,9,4,4],
"d1/ded/group__misc.html":[13,3],
"d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a":[15,0,8,8,0],
"d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a":[13,3,0],
"d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d":[15,0,8,8,3],
"d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d":[13,3,3],
"d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c":[15,0,8,8,1],
"d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c":[13,3,1],
"d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54":[15,0,8,8,2],
"d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54":[13,3,2],
"d1/df9/problem__26_2sol1_8c.html":[15,0,10,14,0],
"d1/df9/problem__26_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[15,0,10,14,0,3],
"d1/df9/problem__26_2sol1_8c.html#a619eec3220cebd7c5e455edbb14e9b12":[15,0,10,14,0,0],
@ -240,14 +249,5 @@ var NAVTREEINDEX0 =
"d4/dbd/problem__23_2sol2_8c.html#a34f4ad85151e3a43368ae67f42347f56":[15,0,10,12,1,2],
"d4/dbd/problem__23_2sol2_8c.html#a3ab61b5a1c4f2288625d160aa0ea8478":[15,0,10,12,1,3],
"d4/dbd/problem__23_2sol2_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[15,0,10,12,1,4],
"d4/dbd/problem__23_2sol2_8c.html#ac5d600bf3077f4188afc4c5cd2c40eaf":[15,0,10,12,1,0],
"d4/dbd/problem__23_2sol2_8c.html#af920a16d6ef69dd604b283f427892e06":[15,0,10,12,1,5],
"d4/dcb/md_hash__r_e_a_d_m_e.html":[9],
"d4/dcc/strong__number_8c.html":[15,0,8,8],
"d4/dcc/strong__number_8c.html#a03654cadb0cfe1195810dbe5da0265b5":[15,0,8,8,0],
"d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002":[15,0,8,8,2],
"d4/dcc/strong__number_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[15,0,8,8,1],
"d4/dd4/struct_graph.html":[14,0,15],
"d4/dd4/struct_graph.html#a10ff9c6c323cf435f18e424dbb62235e":[14,0,15,3],
"d4/dd4/struct_graph.html#a14b3734eb135c40cf4401f22bda5bb76":[14,0,15,2]
"d4/dbd/problem__23_2sol2_8c.html#ac5d600bf3077f4188afc4c5cd2c40eaf":[15,0,10,12,1,0]
};

View File

@ -1,5 +1,14 @@
var NAVTREEINDEX1 =
{
"d4/dbd/problem__23_2sol2_8c.html#af920a16d6ef69dd604b283f427892e06":[15,0,10,12,1,5],
"d4/dcb/md_hash__r_e_a_d_m_e.html":[9],
"d4/dcc/strong__number_8c.html":[15,0,8,9],
"d4/dcc/strong__number_8c.html#a03654cadb0cfe1195810dbe5da0265b5":[15,0,8,9,0],
"d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002":[15,0,8,9,2],
"d4/dcc/strong__number_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[15,0,8,9,1],
"d4/dd4/struct_graph.html":[14,0,15],
"d4/dd4/struct_graph.html#a10ff9c6c323cf435f18e424dbb62235e":[14,0,15,3],
"d4/dd4/struct_graph.html#a14b3734eb135c40cf4401f22bda5bb76":[14,0,15,2],
"d4/dd4/struct_graph.html#a268ba18d421817ad8713c2e92f19d82a":[14,0,15,5],
"d4/dd4/struct_graph.html#a2b722f7cfa7a21e4cb5fae488b3d4dcc":[14,0,15,7],
"d4/dd4/struct_graph.html#a3535be2ce0d62152e54395951330da81":[14,0,15,4],
@ -27,26 +36,26 @@ var NAVTREEINDEX1 =
"d5/d3d/problem__5_2sol2_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[15,0,10,18,1,1],
"d5/d3d/problem__5_2sol2_8c.html#aa7cfa5a28d00d93ec48fab9c3fd5812f":[15,0,10,18,1,0],
"d5/d3d/problem__5_2sol2_8c.html#adb59595677da81f071c34f3847fdbaa6":[15,0,10,18,1,2],
"d5/d4c/group__sorting.html":[13,4],
"d5/d4c/group__sorting.html#ga2fb01e00dedb437a42010f6309e7eba8":[13,4,1],
"d5/d4c/group__sorting.html":[13,5],
"d5/d4c/group__sorting.html#ga2fb01e00dedb437a42010f6309e7eba8":[13,5,1],
"d5/d4c/group__sorting.html#ga2fb01e00dedb437a42010f6309e7eba8":[15,0,12,0,1],
"d5/d4c/group__sorting.html#ga4b9708d87be7a409eff20e5e7e8b43c8":[13,4,8],
"d5/d4c/group__sorting.html#ga4b9708d87be7a409eff20e5e7e8b43c8":[13,5,8],
"d5/d4c/group__sorting.html#ga4b9708d87be7a409eff20e5e7e8b43c8":[15,0,12,5,3],
"d5/d4c/group__sorting.html#ga4b9708d87be7a409eff20e5e7e8b43c8":[15,0,12,7,3],
"d5/d4c/group__sorting.html#ga4fdb8af29a07ac8f496e49a11bf9f1bd":[13,5,0],
"d5/d4c/group__sorting.html#ga4fdb8af29a07ac8f496e49a11bf9f1bd":[15,0,12,0,0],
"d5/d4c/group__sorting.html#ga4fdb8af29a07ac8f496e49a11bf9f1bd":[13,4,0],
"d5/d4c/group__sorting.html#ga5bc16eaf3ffe6a6ab66780dd445904c0":[13,4,6],
"d5/d4c/group__sorting.html#ga5bc16eaf3ffe6a6ab66780dd445904c0":[13,5,6],
"d5/d4c/group__sorting.html#ga5bc16eaf3ffe6a6ab66780dd445904c0":[15,0,12,7,1],
"d5/d4c/group__sorting.html#ga8dc3ec66cb3350313fdb34bfd1674729":[13,5,3],
"d5/d4c/group__sorting.html#ga8dc3ec66cb3350313fdb34bfd1674729":[15,0,12,5,1],
"d5/d4c/group__sorting.html#ga8dc3ec66cb3350313fdb34bfd1674729":[13,4,3],
"d5/d4c/group__sorting.html#ga98666b73777e308fb06a3c489ce25359":[13,4,5],
"d5/d4c/group__sorting.html#ga98666b73777e308fb06a3c489ce25359":[13,5,5],
"d5/d4c/group__sorting.html#ga98666b73777e308fb06a3c489ce25359":[15,0,12,4,1],
"d5/d4c/group__sorting.html#gab99b8a397bdd0bf2903d66c22ba4ba43":[13,4,4],
"d5/d4c/group__sorting.html#gab99b8a397bdd0bf2903d66c22ba4ba43":[15,0,12,5,2],
"d5/d4c/group__sorting.html#gab99b8a397bdd0bf2903d66c22ba4ba43":[13,5,4],
"d5/d4c/group__sorting.html#gad7ed8cc4603f500d610054680d28b971":[15,0,12,0,2],
"d5/d4c/group__sorting.html#gad7ed8cc4603f500d610054680d28b971":[13,4,2],
"d5/d4c/group__sorting.html#gad7ed8cc4603f500d610054680d28b971":[13,5,2],
"d5/d4c/group__sorting.html#gaeccaf61ff47279384d1dba8d869d5c2f":[13,5,7],
"d5/d4c/group__sorting.html#gaeccaf61ff47279384d1dba8d869d5c2f":[15,0,12,7,2],
"d5/d4c/group__sorting.html#gaeccaf61ff47279384d1dba8d869d5c2f":[13,4,7],
"d5/d7c/problem__5_2sol3_8c.html":[15,0,10,18,2],
"d5/d7c/problem__5_2sol3_8c.html#a59347107cbfdf48d51108e50280e760d":[15,0,10,18,2,0],
"d5/d7c/problem__5_2sol3_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[15,0,10,18,2,2],
@ -100,21 +109,21 @@ var NAVTREEINDEX1 =
"d5/db8/vectors__3d_8c.html":[15,0,4,2],
"d5/db8/vectors__3d_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[15,0,4,2,2],
"d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d":[15,0,4,2,4],
"d5/df4/group__sudoku.html":[13,3],
"d5/df4/group__sudoku.html#ga1cd43df3f4187845ce186042fe53e6f1":[15,0,8,9,3],
"d5/df4/group__sudoku.html#ga1cd43df3f4187845ce186042fe53e6f1":[13,3,3],
"d5/df4/group__sudoku.html#ga3a0ec150ac9d0cb6b28279d36d95d72f":[15,0,8,9,2],
"d5/df4/group__sudoku.html#ga3a0ec150ac9d0cb6b28279d36d95d72f":[13,3,2],
"d5/df4/group__sudoku.html#ga62e94fc39f116e2c81daed8f5437431b":[15,0,8,9,0],
"d5/df4/group__sudoku.html#ga62e94fc39f116e2c81daed8f5437431b":[13,3,1],
"d5/df4/group__sudoku.html#ga6503128d4f5ce0a0826f72f73f9e0b2a":[15,0,8,9,4],
"d5/df4/group__sudoku.html#ga6503128d4f5ce0a0826f72f73f9e0b2a":[13,3,4],
"d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1":[15,0,8,9,6],
"d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1":[13,3,6],
"d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55":[13,3,5],
"d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55":[15,0,8,9,5],
"d5/df4/group__sudoku.html#gadfe0ed5085b4775d8fa00b434cc0fdfc":[15,0,8,9,7],
"d5/df4/group__sudoku.html#gadfe0ed5085b4775d8fa00b434cc0fdfc":[13,3,7],
"d5/df4/group__sudoku.html":[13,4],
"d5/df4/group__sudoku.html#ga1cd43df3f4187845ce186042fe53e6f1":[15,0,8,10,3],
"d5/df4/group__sudoku.html#ga1cd43df3f4187845ce186042fe53e6f1":[13,4,3],
"d5/df4/group__sudoku.html#ga3a0ec150ac9d0cb6b28279d36d95d72f":[15,0,8,10,2],
"d5/df4/group__sudoku.html#ga3a0ec150ac9d0cb6b28279d36d95d72f":[13,4,2],
"d5/df4/group__sudoku.html#ga62e94fc39f116e2c81daed8f5437431b":[15,0,8,10,0],
"d5/df4/group__sudoku.html#ga62e94fc39f116e2c81daed8f5437431b":[13,4,1],
"d5/df4/group__sudoku.html#ga6503128d4f5ce0a0826f72f73f9e0b2a":[15,0,8,10,4],
"d5/df4/group__sudoku.html#ga6503128d4f5ce0a0826f72f73f9e0b2a":[13,4,4],
"d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1":[15,0,8,10,6],
"d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1":[13,4,6],
"d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55":[15,0,8,10,5],
"d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55":[13,4,5],
"d5/df4/group__sudoku.html#gadfe0ed5085b4775d8fa00b434cc0fdfc":[15,0,8,10,7],
"d5/df4/group__sudoku.html#gadfe0ed5085b4775d8fa00b434cc0fdfc":[13,4,7],
"d6/d1b/sol4_8c.html":[15,0,10,0,3],
"d6/d1b/sol4_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[15,0,10,0,3,0],
"d6/d2e/cartesian__to__polar_8c.html":[15,0,8,1],
@ -185,12 +194,12 @@ var NAVTREEINDEX1 =
"d7/d3b/group__hash.html#ga483e7ee6db1dc09a0f3e683e028ec567":[15,0,6,1,0],
"d7/d3b/group__hash.html#ga506f0227a3b5f9434a503e09a3cb672b":[13,1,5],
"d7/d3b/group__hash.html#ga506f0227a3b5f9434a503e09a3cb672b":[15,0,6,0,0],
"d7/d3b/group__hash.html#ga8ab8eeb35f8ccfcad89091b5fdd4f605":[13,1,8],
"d7/d3b/group__hash.html#ga8ab8eeb35f8ccfcad89091b5fdd4f605":[15,0,6,3,1],
"d7/d3b/group__hash.html#ga8ab8eeb35f8ccfcad89091b5fdd4f605":[13,1,8],
"d7/d3b/group__hash.html#ga994ea8b243b6c0fbef734551ec5765dd":[13,1,9],
"d7/d3b/group__hash.html#ga994ea8b243b6c0fbef734551ec5765dd":[15,0,6,0,2],
"d7/d3b/group__hash.html#ga9f76001544014905468dc812336110d5":[13,1,11],
"d7/d3b/group__hash.html#ga9f76001544014905468dc812336110d5":[15,0,6,2,2],
"d7/d3b/group__hash.html#ga9f76001544014905468dc812336110d5":[13,1,11],
"d7/d3b/group__hash.html#gab87679863646255178427a56dc33e453":[15,0,6,3,2],
"d7/d3b/group__hash.html#gab87679863646255178427a56dc33e453":[13,1,12],
"d7/d3b/group__hash.html#gad451622bbdca271edfa8e0d98ca422f2":[13,1,10],
@ -240,14 +249,5 @@ var NAVTREEINDEX1 =
"d8/d10/structlist.html#a5363bdc0495ab9ef0ed587c99b9a2b41":[14,0,20,2],
"d8/d30/decimal__to__binary__recursion_8c.html":[15,0,1,1],
"d8/d30/decimal__to__binary__recursion_8c.html#acbbe6358ec95b3201865a72b2ac522c8":[15,0,1,1,0],
"d8/d30/decimal__to__binary__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002":[15,0,1,1,2],
"d8/d30/decimal__to__binary__recursion_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[15,0,1,1,1],
"d8/d32/problem__25_2sol1_8c.html":[15,0,10,13,0],
"d8/d32/problem__25_2sol1_8c.html#a001791a21d538b8b9176287ae60d9b61":[15,0,10,13,0,0],
"d8/d32/problem__25_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[15,0,10,13,0,3],
"d8/d32/problem__25_2sol1_8c.html#a2b90df6bfbf0d18cd9a19c1a71453783":[15,0,10,13,0,2],
"d8/d32/problem__25_2sol1_8c.html#abe5bc1f170b2108a19d0a16d30bd3235":[15,0,10,13,0,4],
"d8/d32/problem__25_2sol1_8c.html#af9729befaffc1aab9ac9fedc4706e66c":[15,0,10,13,0,1],
"d8/d38/queue_8h_source.html":[15,0,2,4,1],
"d8/d71/group__k__means.html":[13,2,1]
"d8/d30/decimal__to__binary__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002":[15,0,1,1,2]
};

View File

@ -1,13 +1,22 @@
var NAVTREEINDEX2 =
{
"d8/d30/decimal__to__binary__recursion_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[15,0,1,1,1],
"d8/d32/problem__25_2sol1_8c.html":[15,0,10,13,0],
"d8/d32/problem__25_2sol1_8c.html#a001791a21d538b8b9176287ae60d9b61":[15,0,10,13,0,0],
"d8/d32/problem__25_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[15,0,10,13,0,3],
"d8/d32/problem__25_2sol1_8c.html#a2b90df6bfbf0d18cd9a19c1a71453783":[15,0,10,13,0,2],
"d8/d32/problem__25_2sol1_8c.html#abe5bc1f170b2108a19d0a16d30bd3235":[15,0,10,13,0,4],
"d8/d32/problem__25_2sol1_8c.html#af9729befaffc1aab9ac9fedc4706e66c":[15,0,10,13,0,1],
"d8/d38/queue_8h_source.html":[15,0,2,4,1],
"d8/d71/group__k__means.html":[13,2,1],
"d8/d71/group__k__means.html#ga8cc0f5e9645e6faf40d1746acf777944":[15,0,7,1,2],
"d8/d71/group__k__means.html#gabe256d797c00b793041eac33f07804c1":[15,0,7,1,1],
"d8/d71/group__k__means.html#gad229b1dc406cb5ea510f26a373ed8bfd":[15,0,7,1,5],
"d8/d71/group__k__means.html#gad229b1dc406cb5ea510f26a373ed8bfd":[13,2,1,4],
"d8/d71/group__k__means.html#gad339c41d3ee9e6729aca9e9ab3f7d2d9":[15,0,7,1,4],
"d8/d71/group__k__means.html#gad339c41d3ee9e6729aca9e9ab3f7d2d9":[13,2,1,3],
"d8/d71/group__k__means.html#gadee39a3f17bf5144df5592e48dbfc9f7":[13,2,1,2],
"d8/d71/group__k__means.html#gadee39a3f17bf5144df5592e48dbfc9f7":[15,0,7,1,3],
"d8/d71/group__k__means.html#gadee39a3f17bf5144df5592e48dbfc9f7":[13,2,1,2],
"d8/d7a/structtnode.html":[14,0,37],
"d8/d7a/structtnode.html#a44127c1d017332403d91a96a1633a76a":[14,0,37,3],
"d8/d7a/structtnode.html#ad302cb43ee1cab8a29581e8aaf76bbd4":[14,0,37,0],
@ -71,10 +80,10 @@ var NAVTREEINDEX2 =
"da/d2a/group__adaline.html#ga6f35caa3084772cc126ac7b20f67f665":[13,2,0,8],
"da/d2a/group__adaline.html#gaa52120912e32d2893fe1c6d78da5befd":[13,2,0,4],
"da/d2a/group__adaline.html#gaa52120912e32d2893fe1c6d78da5befd":[15,0,7,0,3],
"da/d2a/group__adaline.html#gab4d49d73dec94c092b7ffadba55fb020":[15,0,7,0,0],
"da/d2a/group__adaline.html#gab4d49d73dec94c092b7ffadba55fb020":[13,2,0,1],
"da/d2a/group__adaline.html#gac70b578aee679005fd336073969c3d94":[13,2,0,7],
"da/d2a/group__adaline.html#gab4d49d73dec94c092b7ffadba55fb020":[15,0,7,0,0],
"da/d2a/group__adaline.html#gac70b578aee679005fd336073969c3d94":[15,0,7,0,6],
"da/d2a/group__adaline.html#gac70b578aee679005fd336073969c3d94":[13,2,0,7],
"da/d2a/group__adaline.html#gacd88962c5f6341e43cbc69b4a7d3485b":[15,0,7,0,9],
"da/d2a/group__adaline.html#gacd88962c5f6341e43cbc69b4a7d3485b":[13,2,0,9],
"da/d35/problem__1_2sol1_8c.html":[15,0,10,0,0],
@ -127,15 +136,17 @@ var NAVTREEINDEX2 =
"db/d8b/struct_node.html#a60b73f452505cef98795d2c8de3e72ef":[14,0,24,1],
"db/d8b/struct_node.html#a772e2a82248c0d0dfc5cdf19d5b45df9":[14,0,24,2],
"db/d8b/struct_node.html#a87c003c9f600e3fc58e6e90835f0b605":[14,0,24,0],
"db/dd5/prime__seive_8c.html":[15,0,8,8],
"db/dd5/prime__seive_8c.html#ac1215a37edfa07d37edf6ec65f2235c7":[15,0,8,8,4],
"db/ddb/hello__world_8h_source.html":[15,0,3,1,0],
"db/ddf/insertion__sort_8c.html":[15,0,12,3],
"db/ddf/insertion__sort_8c.html#a0d6c227641a5e0dae580b3a18df241fb":[15,0,12,3,0],
"db/ddf/insertion__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d":[15,0,12,3,2],
"db/ddf/insertion__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c":[15,0,12,3,1],
"dc/d18/structsudoku.html":[13,3,0],
"dc/d18/structsudoku.html#a0f01e2782e82306e6fab9a8578006f56":[13,3,0,2],
"dc/d18/structsudoku.html#a160365012280c3e10f1b31e914e8f129":[13,3,0,1],
"dc/d18/structsudoku.html#a507f788b793d4d3d6f6a70415be84ded":[13,3,0,0],
"dc/d18/structsudoku.html":[13,4,0],
"dc/d18/structsudoku.html#a0f01e2782e82306e6fab9a8578006f56":[13,4,0,2],
"dc/d18/structsudoku.html#a160365012280c3e10f1b31e914e8f129":[13,4,0,1],
"dc/d18/structsudoku.html#a507f788b793d4d3d6f6a70415be84ded":[13,4,0,0],
"dc/d2e/lu__decompose_8c.html":[15,0,9,1],
"dc/d2e/lu__decompose_8c.html#a0789beb8d3396582d77b7aedf5e5554a":[15,0,9,1,0],
"dc/d2e/lu__decompose_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[15,0,9,1,2],
@ -238,16 +249,5 @@ var NAVTREEINDEX2 =
"dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002":[15,0,12,1,4],
"dd/df0/problem__19_2sol1_8c.html":[15,0,10,7,0],
"dd/df0/problem__19_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[15,0,10,7,0,2],
"dd/df0/problem__19_2sol1_8c.html#a6561b1adc8a19c092679b9874da24e2e":[15,0,10,7,0,1],
"dd/df0/problem__19_2sol1_8c.html#ab7f9ad087f124b8e0615aa535b4c8a75":[15,0,10,7,0,0],
"de/d0c/insertion__sort__recursive_8c.html":[15,0,12,4],
"de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d":[15,0,12,4,2],
"de/d0c/insertion__sort__recursive_8c.html#ac0f2228420376f4db7e1274f2b41667c":[15,0,12,4,0],
"de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html":[5],
"de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html#autotoc_md34":[0],
"de/d58/structquaternion__.html":[13,0,7,0],
"de/d58/structquaternion__.html#a2ce1409f1d683aa40eade31d60ded530":[13,0,7,0,4],
"de/d58/structquaternion__.html#a37819eb7d76c65c37a9c2a63f01f65b2":[13,0,7,0,1],
"de/d58/structquaternion__.html#a3b00276b56da72911199baf48814b3f6":[13,0,7,0,2],
"de/d58/structquaternion__.html#a596abbab688731119c1f23b26a7ac17a":[13,0,7,0,0]
"dd/df0/problem__19_2sol1_8c.html#a6561b1adc8a19c092679b9874da24e2e":[15,0,10,7,0,1]
};

View File

@ -1,32 +1,43 @@
var NAVTREEINDEX3 =
{
"dd/df0/problem__19_2sol1_8c.html#ab7f9ad087f124b8e0615aa535b4c8a75":[15,0,10,7,0,0],
"de/d0c/insertion__sort__recursive_8c.html":[15,0,12,4],
"de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d":[15,0,12,4,2],
"de/d0c/insertion__sort__recursive_8c.html#ac0f2228420376f4db7e1274f2b41667c":[15,0,12,4,0],
"de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html":[5],
"de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html#autotoc_md34":[0],
"de/d58/structquaternion__.html":[13,0,7,0],
"de/d58/structquaternion__.html#a2ce1409f1d683aa40eade31d60ded530":[13,0,7,0,4],
"de/d58/structquaternion__.html#a37819eb7d76c65c37a9c2a63f01f65b2":[13,0,7,0,1],
"de/d58/structquaternion__.html#a3b00276b56da72911199baf48814b3f6":[13,0,7,0,2],
"de/d58/structquaternion__.html#a596abbab688731119c1f23b26a7ac17a":[13,0,7,0,0],
"de/d58/structquaternion__.html#a627574208aad1215fde8fcf9cb3f36e4":[13,0,7,0,3],
"de/d58/structquaternion__.html#a835e2ba72517fbb29d0d4e3cb4c2914f":[13,0,7,0,5],
"de/d5a/group__quaternions.html":[13,0],
"de/d5a/group__quaternions.html#ga002b2f4894492820fe708b1b7e7c5e70":[15,0,4,0,0],
"de/d5a/group__quaternions.html#ga002b2f4894492820fe708b1b7e7c5e70":[13,0,10],
"de/d5a/group__quaternions.html#ga002b2f4894492820fe708b1b7e7c5e70":[15,0,4,0,0],
"de/d7b/group__vec__3d.html":[13,0,5],
"de/d7b/group__vec__3d.html#ga243e74d542d0d4d14fa3ae0bc2170d84":[13,0,5,2],
"de/d7b/group__vec__3d.html#ga243e74d542d0d4d14fa3ae0bc2170d84":[15,0,4,2,0],
"de/d7b/group__vec__3d.html#ga3cdfd8378a0b115563ea6c561bb46b7e":[13,0,5,5],
"de/d7b/group__vec__3d.html#ga3cdfd8378a0b115563ea6c561bb46b7e":[15,0,4,2,5],
"de/d7b/group__vec__3d.html#ga3cdfd8378a0b115563ea6c561bb46b7e":[13,0,5,5],
"de/d7b/group__vec__3d.html#ga4fd194972bea4884e0b33cf4a166d14e":[13,0,5,4],
"de/d7b/group__vec__3d.html#ga4fd194972bea4884e0b33cf4a166d14e":[15,0,4,2,3],
"de/d7b/group__vec__3d.html#ga5082b0720c2cc51ae84bf19bd76dc849":[15,0,4,2,1],
"de/d7b/group__vec__3d.html#ga5082b0720c2cc51ae84bf19bd76dc849":[13,0,5,3],
"de/d7b/group__vec__3d.html#ga94805165d037d111d7d7c0df99e3a5de":[15,0,4,2,7],
"de/d7b/group__vec__3d.html#ga94805165d037d111d7d7c0df99e3a5de":[13,0,5,7],
"de/d7b/group__vec__3d.html#ga97da356cb7d5da73a0ac9bad09a435cc":[15,0,4,2,9],
"de/d7b/group__vec__3d.html#ga97da356cb7d5da73a0ac9bad09a435cc":[13,0,5,9],
"de/d7b/group__vec__3d.html#ga97da356cb7d5da73a0ac9bad09a435cc":[15,0,4,2,9],
"de/d7b/group__vec__3d.html#gaa6b5ac18429ffb0131dc8593d31c25a4":[13,0,5,6],
"de/d7b/group__vec__3d.html#gaa6b5ac18429ffb0131dc8593d31c25a4":[15,0,4,2,6],
"de/d7b/group__vec__3d.html#gae4a49e6bdf13df949e8b23c7925bb5f5":[15,0,4,2,8],
"de/d7b/group__vec__3d.html#gae4a49e6bdf13df949e8b23c7925bb5f5":[13,0,5,8],
"de/d7b/group__vec__3d.html#gaf9ee870d4922e488bdd3e7262485c270":[13,0,5,1],
"de/d7b/group__vec__3d.html#gaf9ee870d4922e488bdd3e7262485c270":[15,0,4,0,5],
"de/dac/sudoku__solver_8c.html":[15,0,8,9],
"de/dac/sudoku__solver_8c.html#ae1a3968e7947464bee7714f6d43b7002":[15,0,8,9,8],
"de/dac/sudoku__solver_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[15,0,8,9,1],
"de/d7b/group__vec__3d.html#gaf9ee870d4922e488bdd3e7262485c270":[13,0,5,1],
"de/dac/sudoku__solver_8c.html":[15,0,8,10],
"de/dac/sudoku__solver_8c.html#ae1a3968e7947464bee7714f6d43b7002":[15,0,8,10,8],
"de/dac/sudoku__solver_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[15,0,8,10,1],
"de/dce/structmin__heap.html":[14,0,23],
"de/dce/structmin__heap.html#a456c6372c103c6d1bb430f581f5d3c71":[14,0,23,2],
"de/dce/structmin__heap.html#a9fd34546dad4dfd9e6a456936b766123":[14,0,23,0],
@ -78,11 +89,11 @@ var NAVTREEINDEX3 =
"df/dea/structdata.html":[14,0,8],
"df/dea/structdata.html#a7a7e33023945ddb393dc306c489c4049":[14,0,8,1],
"df/dea/structdata.html#ab1464d70ed28af0a16cdd2ebaa64027c":[14,0,8,0],
"df/df3/union__find_8c.html":[15,0,8,10],
"df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe":[15,0,8,10,0],
"df/df3/union__find_8c.html#a3e13b69cce5a1b25ae034798092f3d86":[15,0,8,10,1],
"df/df3/union__find_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[15,0,8,10,3],
"df/df3/union__find_8c.html#af2f3ff6d98641f7d3be11f071c97908a":[15,0,8,10,2],
"df/df3/union__find_8c.html":[15,0,8,11],
"df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe":[15,0,8,11,0],
"df/df3/union__find_8c.html#a3e13b69cce5a1b25ae034798092f3d86":[15,0,8,11,1],
"df/df3/union__find_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[15,0,8,11,3],
"df/df3/union__find_8c.html#af2f3ff6d98641f7d3be11f071c97908a":[15,0,8,11,2],
"dir_0472225043064b54f3dfff9011a9fae0.html":[15,0,2,8,0],
"dir_079e1f799fb08a8a0b98cb030ab15687.html":[15,0,10,13],
"dir_0bc3e2a5baf077fa21dadc079776fcac.html":[15,0,10,7],
@ -146,8 +157,8 @@ var NAVTREEINDEX3 =
"globals_defs.html":[15,1,4],
"globals_e.html":[15,1,0,5],
"globals_f.html":[15,1,0,6],
"globals_func.html":[15,1,1],
"globals_func.html":[15,1,1,0],
"globals_func.html":[15,1,1],
"globals_func_a.html":[15,1,1,1],
"globals_func_b.html":[15,1,1,2],
"globals_func_c.html":[15,1,1,3],

View File

@ -1,12 +1,12 @@
var searchData=
[
['observation_235',['observation',['../d1/d5e/structobservation.html',1,'']]],
['ode_5fforward_5feuler_2ec_236',['ode_forward_euler.c',['../d4/d07/ode__forward__euler_8c.html',1,'']]],
['ode_5fmidpoint_5feuler_2ec_237',['ode_midpoint_euler.c',['../d1/dc2/ode__midpoint__euler_8c.html',1,'']]],
['ode_5fsemi_5fimplicit_5feuler_2ec_238',['ode_semi_implicit_euler.c',['../d4/d99/ode__semi__implicit__euler_8c.html',1,'']]],
['ok_239',['OK',['../d5/df4/group__sudoku.html#ga3a0ec150ac9d0cb6b28279d36d95d72f',1,'sudoku_solver.c']]],
['okbox_240',['OKbox',['../d5/df4/group__sudoku.html#ga1cd43df3f4187845ce186042fe53e6f1',1,'sudoku_solver.c']]],
['okcol_241',['OKcol',['../d5/df4/group__sudoku.html#ga6503128d4f5ce0a0826f72f73f9e0b2a',1,'sudoku_solver.c']]],
['okrow_242',['OKrow',['../d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55',1,'sudoku_solver.c']]],
['order_243',['order',['../d4/d07/ode__forward__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_forward_euler.c'],['../d1/dc2/ode__midpoint__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_midpoint_euler.c'],['../d4/d99/ode__semi__implicit__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_semi_implicit_euler.c']]]
['observation_236',['observation',['../d1/d5e/structobservation.html',1,'']]],
['ode_5fforward_5feuler_2ec_237',['ode_forward_euler.c',['../d4/d07/ode__forward__euler_8c.html',1,'']]],
['ode_5fmidpoint_5feuler_2ec_238',['ode_midpoint_euler.c',['../d1/dc2/ode__midpoint__euler_8c.html',1,'']]],
['ode_5fsemi_5fimplicit_5feuler_2ec_239',['ode_semi_implicit_euler.c',['../d4/d99/ode__semi__implicit__euler_8c.html',1,'']]],
['ok_240',['OK',['../d5/df4/group__sudoku.html#ga3a0ec150ac9d0cb6b28279d36d95d72f',1,'sudoku_solver.c']]],
['okbox_241',['OKbox',['../d5/df4/group__sudoku.html#ga1cd43df3f4187845ce186042fe53e6f1',1,'sudoku_solver.c']]],
['okcol_242',['OKcol',['../d5/df4/group__sudoku.html#ga6503128d4f5ce0a0826f72f73f9e0b2a',1,'sudoku_solver.c']]],
['okrow_243',['OKrow',['../d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55',1,'sudoku_solver.c']]],
['order_244',['order',['../d4/d07/ode__forward__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_forward_euler.c'],['../d1/dc2/ode__midpoint__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_midpoint_euler.c'],['../d4/d99/ode__semi__implicit__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_semi_implicit_euler.c']]]
];

View File

@ -1,25 +1,27 @@
var searchData=
[
['projecteuler_244',['ProjectEuler',['../d8/d81/md_project_euler__r_e_a_d_m_e.html',1,'']]],
['palindrome_2ec_245',['palindrome.c',['../df/d16/palindrome_8c.html',1,'']]],
['pid_246',['pid',['../d0/d43/structpid.html',1,'']]],
['pitch_247',['pitch',['../d2/de8/structeuler__.html#aa71f9aa6dfa32d8014b2d54ab8410e0b',1,'euler_']]],
['poly_5fadd_248',['poly_add',['../d0/dcb/poly__add_8c.html#a6ff38afe4720527c9513139cbab460af',1,'poly_add.c']]],
['poly_5fadd_2ec_249',['poly_add.c',['../d0/dcb/poly__add_8c.html',1,'']]],
['poly_5ffunction_250',['poly_function',['../da/d38/durand__kerner__roots_8c.html#a321f9781a9744ccdaf0aba89f35ec29c',1,'durand_kerner_roots.c']]],
['port_251',['PORT',['../dd/d93/client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;client.c'],['../d1/d20/server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;server.c'],['../da/de6/udp__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;udp_client.c'],['../d8/dca/udp__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;udp_server.c']]],
['postorder_5fdisplay_252',['postorder_display',['../df/d3c/threaded__binary__trees_8c.html#a5a82ae0ee13788be51ca4ba6cddb0719',1,'threaded_binary_trees.c']]],
['pow_253',['pow',['../df/d86/structterm.html#a057f161d279d856d11786aa96fc87f74',1,'term']]],
['preorder_5fdisplay_254',['preorder_display',['../df/d3c/threaded__binary__trees_8c.html#a8169ba0dfd5b8183672e444d1434bf9c',1,'threaded_binary_trees.c']]],
['prev_255',['prev',['../d8/d10/structlist.html#a2054c799f7580787a500df82d14ace25',1,'list']]],
['prev_5fdigit_256',['prev_digit',['../dc/d77/struct__big__int.html#ad8405989a924410942b39ec0e9fef30b',1,'_big_int']]],
['prime_2ec_257',['prime.c',['../da/d93/prime_8c.html',1,'']]],
['print_258',['print',['../dd/d29/doubly__linked__list_8c.html#a1fadec32fc369a8dcfbcd766e166efa0',1,'print(List *list):&#160;doubly_linked_list.c'],['../dc/d80/cantor__set_8c.html#a75ee530cd7148a63249784ad3dda8fab',1,'print(CantorSet *head):&#160;cantor_set.c'],['../d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1',1,'print(const struct sudoku *a):&#160;sudoku_solver.c']]],
['print_5fmatrix_259',['print_matrix',['../d4/d68/qr__decompose_8h.html#a90562ce8c3707401e9c5809dece68d6a',1,'qr_decompose.h']]],
['print_5fnumber_260',['print_number',['../db/d01/problem__13_2sol1_8c.html#a248adc917818cc6666d8bc679a660319',1,'print_number(uint8_t *number, uint8_t N, int8_t num_digits_to_print):&#160;sol1.c'],['../d8/d32/problem__25_2sol1_8c.html#abe5bc1f170b2108a19d0a16d30bd3235',1,'print_number(unsigned char *number, int N):&#160;sol1.c']]],
['print_5fvector_261',['print_vector',['../de/d7b/group__vec__3d.html#ga4fd194972bea4884e0b33cf4a166d14e',1,'vectors_3d.c']]],
['printeps_262',['printEPS',['../d6/d76/k__means__clustering_8c.html#a5b4ba704e02672e59cfa35f82e3db28a',1,'k_means_clustering.c']]],
['problem_263',['problem',['../d4/d07/ode__forward__euler_8c.html#a97075291390a68c262ed66e157a57eb4',1,'problem(const double *x, double *y, double *dy):&#160;ode_forward_euler.c'],['../d1/dc2/ode__midpoint__euler_8c.html#a97075291390a68c262ed66e157a57eb4',1,'problem(const double *x, double *y, double *dy):&#160;ode_midpoint_euler.c'],['../d4/d99/ode__semi__implicit__euler_8c.html#a97075291390a68c262ed66e157a57eb4',1,'problem(const double *x, double *y, double *dy):&#160;ode_semi_implicit_euler.c']]],
['propagate_264',['propagate',['../dc/d80/cantor__set_8c.html#a1f156d2b53b80305bd2fa3ff5fdf3c97',1,'cantor_set.c']]],
['purge_265',['purge',['../da/d02/binary__search__tree_8c.html#a01151353aa2d9688934ed39208133241',1,'binary_search_tree.c']]]
['projecteuler_245',['ProjectEuler',['../d8/d81/md_project_euler__r_e_a_d_m_e.html',1,'']]],
['palindrome_2ec_246',['palindrome.c',['../df/d16/palindrome_8c.html',1,'']]],
['pid_247',['pid',['../d0/d43/structpid.html',1,'']]],
['pitch_248',['pitch',['../d2/de8/structeuler__.html#aa71f9aa6dfa32d8014b2d54ab8410e0b',1,'euler_']]],
['poly_5fadd_249',['poly_add',['../d0/dcb/poly__add_8c.html#a6ff38afe4720527c9513139cbab460af',1,'poly_add.c']]],
['poly_5fadd_2ec_250',['poly_add.c',['../d0/dcb/poly__add_8c.html',1,'']]],
['poly_5ffunction_251',['poly_function',['../da/d38/durand__kerner__roots_8c.html#a321f9781a9744ccdaf0aba89f35ec29c',1,'durand_kerner_roots.c']]],
['port_252',['PORT',['../dd/d93/client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;client.c'],['../d1/d20/server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;server.c'],['../da/de6/udp__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;udp_client.c'],['../d8/dca/udp__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;udp_server.c']]],
['postorder_5fdisplay_253',['postorder_display',['../df/d3c/threaded__binary__trees_8c.html#a5a82ae0ee13788be51ca4ba6cddb0719',1,'threaded_binary_trees.c']]],
['pow_254',['pow',['../df/d86/structterm.html#a057f161d279d856d11786aa96fc87f74',1,'term']]],
['preorder_5fdisplay_255',['preorder_display',['../df/d3c/threaded__binary__trees_8c.html#a8169ba0dfd5b8183672e444d1434bf9c',1,'threaded_binary_trees.c']]],
['prev_256',['prev',['../d8/d10/structlist.html#a2054c799f7580787a500df82d14ace25',1,'list']]],
['prev_5fdigit_257',['prev_digit',['../dc/d77/struct__big__int.html#ad8405989a924410942b39ec0e9fef30b',1,'_big_int']]],
['prime_258',['prime',['../d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54',1,'prime_seive.c']]],
['prime_2ec_259',['prime.c',['../da/d93/prime_8c.html',1,'']]],
['prime_5fseive_2ec_260',['prime_seive.c',['../db/dd5/prime__seive_8c.html',1,'']]],
['print_261',['print',['../dd/d29/doubly__linked__list_8c.html#a1fadec32fc369a8dcfbcd766e166efa0',1,'print(List *list):&#160;doubly_linked_list.c'],['../dc/d80/cantor__set_8c.html#a75ee530cd7148a63249784ad3dda8fab',1,'print(CantorSet *head):&#160;cantor_set.c'],['../d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1',1,'print(const struct sudoku *a):&#160;sudoku_solver.c']]],
['print_5fmatrix_262',['print_matrix',['../d4/d68/qr__decompose_8h.html#a90562ce8c3707401e9c5809dece68d6a',1,'qr_decompose.h']]],
['print_5fnumber_263',['print_number',['../db/d01/problem__13_2sol1_8c.html#a248adc917818cc6666d8bc679a660319',1,'print_number(uint8_t *number, uint8_t N, int8_t num_digits_to_print):&#160;sol1.c'],['../d8/d32/problem__25_2sol1_8c.html#abe5bc1f170b2108a19d0a16d30bd3235',1,'print_number(unsigned char *number, int N):&#160;sol1.c']]],
['print_5fvector_264',['print_vector',['../de/d7b/group__vec__3d.html#ga4fd194972bea4884e0b33cf4a166d14e',1,'vectors_3d.c']]],
['printeps_265',['printEPS',['../d6/d76/k__means__clustering_8c.html#a5b4ba704e02672e59cfa35f82e3db28a',1,'k_means_clustering.c']]],
['problem_266',['problem',['../d4/d07/ode__forward__euler_8c.html#a97075291390a68c262ed66e157a57eb4',1,'problem(const double *x, double *y, double *dy):&#160;ode_forward_euler.c'],['../d1/dc2/ode__midpoint__euler_8c.html#a97075291390a68c262ed66e157a57eb4',1,'problem(const double *x, double *y, double *dy):&#160;ode_midpoint_euler.c'],['../d4/d99/ode__semi__implicit__euler_8c.html#a97075291390a68c262ed66e157a57eb4',1,'problem(const double *x, double *y, double *dy):&#160;ode_semi_implicit_euler.c']]],
['propagate_267',['propagate',['../dc/d80/cantor__set_8c.html#a1f156d2b53b80305bd2fa3ff5fdf3c97',1,'cantor_set.c']]],
['purge_268',['purge',['../da/d02/binary__search__tree_8c.html#a01151353aa2d9688934ed39208133241',1,'binary_search_tree.c']]]
];

View File

@ -1,15 +1,15 @@
var searchData=
[
['q0_266',['q0',['../de/d58/structquaternion__.html#a37819eb7d76c65c37a9c2a63f01f65b2',1,'quaternion_']]],
['qr_5fdecompose_267',['qr_decompose',['../d4/d68/qr__decompose_8h.html#a45c7640d9d22c89c11beb1f567843c56',1,'qr_decompose.h']]],
['qr_5fdecompose_2eh_268',['qr_decompose.h',['../d4/d68/qr__decompose_8h.html',1,'']]],
['qr_5fdecomposition_2ec_269',['qr_decomposition.c',['../d5/d23/qr__decomposition_8c.html',1,'']]],
['qr_5feigen_5fvalues_2ec_270',['qr_eigen_values.c',['../d7/d50/qr__eigen__values_8c.html',1,'']]],
['quat_5ffrom_5feuler_271',['quat_from_euler',['../dc/d9a/group__quats.html#ga4779f448daaf806ce5e750c13b3e0965',1,'quaternions.c']]],
['quaternion_272',['quaternion',['../dc/d9a/group__quats.html#gaacd70a16b61dd47a19eb5fb729c2669b',1,'geometry_datatypes.h']]],
['quaternion_5f_273',['quaternion_',['../de/d58/structquaternion__.html',1,'']]],
['quaternion_5fmultiply_274',['quaternion_multiply',['../dc/d9a/group__quats.html#gaf5ad0f9c4f0facc5a9c3735a178156b1',1,'quaternions.c']]],
['quaternions_2ec_275',['quaternions.c',['../df/d98/quaternions_8c.html',1,'']]],
['queue_276',['queue',['../d2/d36/structqueue.html',1,'']]],
['queuerep_277',['QueueRep',['../d0/d10/struct_queue_rep.html',1,'']]]
['q0_269',['q0',['../de/d58/structquaternion__.html#a37819eb7d76c65c37a9c2a63f01f65b2',1,'quaternion_']]],
['qr_5fdecompose_270',['qr_decompose',['../d4/d68/qr__decompose_8h.html#a45c7640d9d22c89c11beb1f567843c56',1,'qr_decompose.h']]],
['qr_5fdecompose_2eh_271',['qr_decompose.h',['../d4/d68/qr__decompose_8h.html',1,'']]],
['qr_5fdecomposition_2ec_272',['qr_decomposition.c',['../d5/d23/qr__decomposition_8c.html',1,'']]],
['qr_5feigen_5fvalues_2ec_273',['qr_eigen_values.c',['../d7/d50/qr__eigen__values_8c.html',1,'']]],
['quat_5ffrom_5feuler_274',['quat_from_euler',['../dc/d9a/group__quats.html#ga4779f448daaf806ce5e750c13b3e0965',1,'quaternions.c']]],
['quaternion_275',['quaternion',['../dc/d9a/group__quats.html#gaacd70a16b61dd47a19eb5fb729c2669b',1,'geometry_datatypes.h']]],
['quaternion_5f_276',['quaternion_',['../de/d58/structquaternion__.html',1,'']]],
['quaternion_5fmultiply_277',['quaternion_multiply',['../dc/d9a/group__quats.html#gaf5ad0f9c4f0facc5a9c3735a178156b1',1,'quaternions.c']]],
['quaternions_2ec_278',['quaternions.c',['../df/d98/quaternions_8c.html',1,'']]],
['queue_279',['queue',['../d2/d36/structqueue.html',1,'']]],
['queuerep_280',['QueueRep',['../d0/d10/struct_queue_rep.html',1,'']]]
];

View File

@ -1,14 +1,14 @@
var searchData=
[
['real_278',['real',['../d7/dfd/structdual__quat__.html#ad663036ace6a586f90a2f89386f7731a',1,'dual_quat_']]],
['realtime_5fstats_2ec_279',['realtime_stats.c',['../dc/d47/realtime__stats_8c.html',1,'']]],
['recursioninsertionsort_280',['RecursionInsertionSort',['../d5/d4c/group__sorting.html#ga98666b73777e308fb06a3c489ce25359',1,'insertion_sort_recursive.c']]],
['remove_5fdigits_281',['remove_digits',['../db/d80/problem__20_2sol1_8c.html#a54a02c4b963fdb16f24959e0137763f1',1,'sol1.c']]],
['right_282',['right',['../d5/da1/structnode.html#a51e160f22dc6064bac4a4f9f1d931c2c',1,'node']]],
['rlink_283',['rlink',['../db/d8b/struct_node.html#a0ed3c7305b43527f0f237bbfd438b8f7',1,'Node']]],
['roll_284',['roll',['../d2/de8/structeuler__.html#a3f1b77e489be443a8d84a84082b8092e',1,'euler_']]],
['root_285',['root',['../dd/d06/structsegment__tree.html#aa18d7cb422873a807707b26448dce7cd',1,'segment_tree']]],
['row1_286',['row1',['../d9/d8b/structmat__3x3__.html#ac74f33a2e1ad1f6db74d94807cf1f64e',1,'mat_3x3_']]],
['row2_287',['row2',['../d9/d8b/structmat__3x3__.html#a8d7ae8fbcc408e3c30e9d64bbd28feaf',1,'mat_3x3_']]],
['row3_288',['row3',['../d9/d8b/structmat__3x3__.html#a490bb6be52ea95b333b55b236af41563',1,'mat_3x3_']]]
['real_281',['real',['../d7/dfd/structdual__quat__.html#ad663036ace6a586f90a2f89386f7731a',1,'dual_quat_']]],
['realtime_5fstats_2ec_282',['realtime_stats.c',['../dc/d47/realtime__stats_8c.html',1,'']]],
['recursioninsertionsort_283',['RecursionInsertionSort',['../d5/d4c/group__sorting.html#ga98666b73777e308fb06a3c489ce25359',1,'insertion_sort_recursive.c']]],
['remove_5fdigits_284',['remove_digits',['../db/d80/problem__20_2sol1_8c.html#a54a02c4b963fdb16f24959e0137763f1',1,'sol1.c']]],
['right_285',['right',['../d5/da1/structnode.html#a51e160f22dc6064bac4a4f9f1d931c2c',1,'node']]],
['rlink_286',['rlink',['../db/d8b/struct_node.html#a0ed3c7305b43527f0f237bbfd438b8f7',1,'Node']]],
['roll_287',['roll',['../d2/de8/structeuler__.html#a3f1b77e489be443a8d84a84082b8092e',1,'euler_']]],
['root_288',['root',['../dd/d06/structsegment__tree.html#aa18d7cb422873a807707b26448dce7cd',1,'segment_tree']]],
['row1_289',['row1',['../d9/d8b/structmat__3x3__.html#ac74f33a2e1ad1f6db74d94807cf1f64e',1,'mat_3x3_']]],
['row2_290',['row2',['../d9/d8b/structmat__3x3__.html#a8d7ae8fbcc408e3c30e9d64bbd28feaf',1,'mat_3x3_']]],
['row3_291',['row3',['../d9/d8b/structmat__3x3__.html#a490bb6be52ea95b333b55b236af41563',1,'mat_3x3_']]]
];

View File

@ -1,50 +1,50 @@
var searchData=
[
['simple_20generic_20stack_289',['Simple generic Stack',['../d1/d12/md_data_structures_stack__r_e_a_d_m_e.html',1,'']]],
['sample_20solutions_20for_20_3ca_20href_3d_22http_3a_2f_2fexercism_2eio_2f_22_3eexercism_2eio_3c_2fa_3e_290',['Sample solutions for &lt;a href=&quot;http://exercism.io/&quot;&gt;exercism.io&lt;/a&gt;',['../d7/db5/md_exercism__r_e_a_d_m_e.html',1,'']]],
['sa_291',['SA',['../dd/d93/client_8c.html#a1e43924adac4ae865aa0acf79710261c',1,'SA():&#160;client.c'],['../d1/d20/server_8c.html#a1e43924adac4ae865aa0acf79710261c',1,'SA():&#160;server.c']]],
['save_5f2d_5fdata_292',['save_2d_data',['../d1/d6b/group__kohonen__2d.html#ga6824dc6d973eb3339af7aef5fea78b0c',1,'kohonen_som_topology.c']]],
['save_5fnd_5fdata_293',['save_nd_data',['../d0/dcb/group__kohonen__1d.html#ga7b84b14e60f47812b581d1f93057c85a',1,'kohonen_som_trace.c']]],
['save_5fu_5fmatrix_294',['save_u_matrix',['../d1/d6b/group__kohonen__2d.html#ga49d35f68f5d11d8ef6f8cce0d0e7bcba',1,'kohonen_som_topology.c']]],
['sdbm_295',['sdbm',['../d7/d3b/group__hash.html#ga8ab8eeb35f8ccfcad89091b5fdd4f605',1,'hash_sdbm.c']]],
['search_296',['search',['../df/d3c/threaded__binary__trees_8c.html#a306d567466f22e1e927aaed97d8bb58c',1,'search(node *root, int ele):&#160;threaded_binary_trees.c'],['../dd/d29/doubly__linked__list_8c.html#aedd04074dbc6af0de89051f97209311b',1,'search(List *list, double value):&#160;doubly_linked_list.c']]],
['segment_5ftree_297',['segment_tree',['../dd/d06/structsegment__tree.html',1,'segment_tree'],['../da/da0/segment__tree_8c.html#ac206721972f739510cb11f7c0a6a8f63',1,'segment_tree():&#160;segment_tree.c']]],
['segment_5ftree_2ec_298',['segment_tree.c',['../da/da0/segment__tree_8c.html',1,'']]],
['segment_5ftree_5fbuild_299',['segment_tree_build',['../da/da0/segment__tree_8c.html#aae59daf9a0dc33f8cbc7a525a616ee75',1,'segment_tree.c']]],
['segment_5ftree_5fdispose_300',['segment_tree_dispose',['../da/da0/segment__tree_8c.html#af20a9f373083d3f701e1cd92560cef01',1,'segment_tree.c']]],
['segment_5ftree_5finit_301',['segment_tree_init',['../da/da0/segment__tree_8c.html#acecc34fd89923ab41dcee3a779622816',1,'segment_tree.c']]],
['segment_5ftree_5fprint_5fint_302',['segment_tree_print_int',['../da/da0/segment__tree_8c.html#a776abfa81cde9016a2885dca7cfc05ab',1,'segment_tree.c']]],
['segment_5ftree_5fquery_303',['segment_tree_query',['../da/da0/segment__tree_8c.html#af61bd96660cb53f49f28d60a5f1d0c91',1,'segment_tree.c']]],
['segment_5ftree_5fupdate_304',['segment_tree_update',['../da/da0/segment__tree_8c.html#a1e81a9bbf01716f1b4fb27ef36a9098c',1,'segment_tree.c']]],
['selection_5fsort_2ec_305',['selection_sort.c',['../df/d83/selection__sort_8c.html',1,'']]],
['selectionsort_306',['selectionSort',['../df/d83/selection__sort_8c.html#aeafe7419cfceaeccaf49f22842d9a617',1,'selection_sort.c']]],
['semi_5fimplicit_5feuler_307',['semi_implicit_euler',['../d4/d99/ode__semi__implicit__euler_8c.html#ad80059877222f885b549f2d0a3dc6b55',1,'ode_semi_implicit_euler.c']]],
['semi_5fimplicit_5feuler_5fstep_308',['semi_implicit_euler_step',['../d4/d99/ode__semi__implicit__euler_8c.html#a720b7e995d2bbc615f94a2c7dbcf84eb',1,'ode_semi_implicit_euler.c']]],
['server_2ec_309',['server.c',['../d1/d20/server_8c.html',1,'']]],
['shell_5fsort_310',['shell_sort',['../dd/d8b/problem__22_2sol1_8c.html#a5bc3659aa0949ea33118c95b1dee5f63',1,'shell_sort(char data[][MAX_NAME_LEN], int LEN):&#160;sol1.c'],['../d5/d4c/group__sorting.html#ga5bc16eaf3ffe6a6ab66780dd445904c0',1,'shell_sort(int *array, long LEN):&#160;shell_sort2.c']]],
['shell_5fsort2_2ec_311',['shell_sort2.c',['../d6/ded/shell__sort2_8c.html',1,'']]],
['show_5fdata_312',['show_data',['../d5/d4c/group__sorting.html#gaeccaf61ff47279384d1dba8d869d5c2f',1,'shell_sort2.c']]],
['sigma_313',['sigma',['../d4/d83/problem__401_2sol1_8c.html#aaf964739be92adc2f500e7da11e3f6be',1,'sol1.c']]],
['sigma2_314',['sigma2',['../d4/d83/problem__401_2sol1_8c.html#a236548478af932f1115a71f601a68788',1,'sol1.c']]],
['so1_2ec_315',['so1.c',['../d0/d7f/so1_8c.html',1,'']]],
['sol_2ec_316',['sol.c',['../d0/d6c/problem__4_2sol_8c.html',1,'(Global Namespace)'],['../d4/d7b/problem__6_2sol_8c.html',1,'(Global Namespace)'],['../d1/d2f/problem__7_2sol_8c.html',1,'(Global Namespace)']]],
['sol1_2ec_317',['sol1.c',['../da/d35/problem__1_2sol1_8c.html',1,'(Global Namespace)'],['../d0/d6d/problem__10_2sol1_8c.html',1,'(Global Namespace)'],['../d7/d1f/problem__12_2sol1_8c.html',1,'(Global Namespace)'],['../db/d01/problem__13_2sol1_8c.html',1,'(Global Namespace)'],['../d4/dea/problem__14_2sol1_8c.html',1,'(Global Namespace)'],['../d7/d91/problem__15_2sol1_8c.html',1,'(Global Namespace)'],['../d6/d88/problem__16_2sol1_8c.html',1,'(Global Namespace)'],['../dd/df0/problem__19_2sol1_8c.html',1,'(Global Namespace)'],['../db/d80/problem__20_2sol1_8c.html',1,'(Global Namespace)'],['../df/d1a/problem__21_2sol1_8c.html',1,'(Global Namespace)'],['../dd/d8b/problem__22_2sol1_8c.html',1,'(Global Namespace)'],['../d7/ddb/problem__23_2sol1_8c.html',1,'(Global Namespace)'],['../d8/d32/problem__25_2sol1_8c.html',1,'(Global Namespace)'],['../d1/df9/problem__26_2sol1_8c.html',1,'(Global Namespace)'],['../d7/dd3/problem__3_2sol1_8c.html',1,'(Global Namespace)'],['../d4/d83/problem__401_2sol1_8c.html',1,'(Global Namespace)'],['../dc/d32/problem__5_2sol1_8c.html',1,'(Global Namespace)'],['../dc/d63/problem__8_2sol1_8c.html',1,'(Global Namespace)'],['../df/da5/problem__9_2sol1_8c.html',1,'(Global Namespace)']]],
['sol2_2ec_318',['sol2.c',['../d2/dae/problem__1_2sol2_8c.html',1,'(Global Namespace)'],['../d9/da7/problem__10_2sol2_8c.html',1,'(Global Namespace)'],['../d4/dbd/problem__23_2sol2_8c.html',1,'(Global Namespace)'],['../d2/dbc/problem__3_2sol2_8c.html',1,'(Global Namespace)'],['../d5/d3d/problem__5_2sol2_8c.html',1,'(Global Namespace)'],['../d6/d64/problem__7_2sol2_8c.html',1,'(Global Namespace)'],['../d2/d93/problem__8_2sol2_8c.html',1,'(Global Namespace)'],['../d8/de0/problem__9_2sol2_8c.html',1,'(Global Namespace)']]],
['sol3_2ec_319',['sol3.c',['../da/d56/problem__1_2sol3_8c.html',1,'(Global Namespace)'],['../d5/d7c/problem__5_2sol3_8c.html',1,'(Global Namespace)']]],
['sol4_2ec_320',['sol4.c',['../d6/d1b/sol4_8c.html',1,'']]],
['solve_321',['solve',['../d5/df4/group__sudoku.html#gadfe0ed5085b4775d8fa00b434cc0fdfc',1,'sudoku_solver.c']]],
['sorting_20algorithms_322',['Sorting algorithms',['../d5/d4c/group__sorting.html',1,'']]],
['spirograph_323',['spirograph',['../d7/d98/spirograph_8c.html#a0daa148091ec953809fc172289f773d3',1,'spirograph.c']]],
['spirograph_2ec_324',['spirograph.c',['../d7/d98/spirograph_8c.html',1,'']]],
['stack_325',['Stack',['../dd/d10/struct_stack.html',1,'']]],
['start_326',['start',['../d9/dd7/struct__cantor__set.html#abd2176c3cc3a1d85d15bbeaace35fa03',1,'_cantor_set']]],
['stats_5fcomputer1_327',['stats_computer1',['../dc/d47/realtime__stats_8c.html#a63ddcdaab24f722f0963fa2fbe0ae628',1,'realtime_stats.c']]],
['stats_5fcomputer2_328',['stats_computer2',['../dc/d47/realtime__stats_8c.html#a34be233a9200ee2065f6b7b27e2d9a96',1,'realtime_stats.c']]],
['strong_5fnumber_2ec_329',['strong_number.c',['../d4/dcc/strong__number_8c.html',1,'']]],
['subset_330',['subset',['../dc/de5/structsubset.html',1,'']]],
['sudoku_331',['sudoku',['../dc/d18/structsudoku.html',1,'sudoku'],['../d5/df4/group__sudoku.html',1,'(Global Namespace)']]],
['sudoku_5fsolver_2ec_332',['sudoku_solver.c',['../de/dac/sudoku__solver_8c.html',1,'']]],
['sum_5fof_5fdivisors_333',['sum_of_divisors',['../df/d1a/problem__21_2sol1_8c.html#aacf4b7e708651d2164e86958f2c29c93',1,'sol1.c']]],
['sum_5fof_5fprimes_334',['sum_of_primes',['../d0/d6d/problem__10_2sol1_8c.html#ae3d987cb2ad0ddb0c3caa4c2506a20e5',1,'sol1.c']]],
['swap_335',['swap',['../dd/de4/bubble__sort_8c.html#ad126fa7239be97373c96861adc70b1d3',1,'swap(int *first, int *second):&#160;bubble_sort.c'],['../d5/d38/bubble__sort__recursion_8c.html#ad126fa7239be97373c96861adc70b1d3',1,'swap(int *first, int *second):&#160;bubble_sort_recursion.c'],['../d5/d4c/group__sorting.html#ga4b9708d87be7a409eff20e5e7e8b43c8',1,'swap(int *a, int *b):&#160;merge_sort.c'],['../df/d83/selection__sort_8c.html#ad126fa7239be97373c96861adc70b1d3',1,'swap(int *first, int *second):&#160;selection_sort.c']]]
['simple_20generic_20stack_292',['Simple generic Stack',['../d1/d12/md_data_structures_stack__r_e_a_d_m_e.html',1,'']]],
['sample_20solutions_20for_20_3ca_20href_3d_22http_3a_2f_2fexercism_2eio_2f_22_3eexercism_2eio_3c_2fa_3e_293',['Sample solutions for &lt;a href=&quot;http://exercism.io/&quot;&gt;exercism.io&lt;/a&gt;',['../d7/db5/md_exercism__r_e_a_d_m_e.html',1,'']]],
['sa_294',['SA',['../dd/d93/client_8c.html#a1e43924adac4ae865aa0acf79710261c',1,'SA():&#160;client.c'],['../d1/d20/server_8c.html#a1e43924adac4ae865aa0acf79710261c',1,'SA():&#160;server.c']]],
['save_5f2d_5fdata_295',['save_2d_data',['../d1/d6b/group__kohonen__2d.html#ga6824dc6d973eb3339af7aef5fea78b0c',1,'kohonen_som_topology.c']]],
['save_5fnd_5fdata_296',['save_nd_data',['../d0/dcb/group__kohonen__1d.html#ga7b84b14e60f47812b581d1f93057c85a',1,'kohonen_som_trace.c']]],
['save_5fu_5fmatrix_297',['save_u_matrix',['../d1/d6b/group__kohonen__2d.html#ga49d35f68f5d11d8ef6f8cce0d0e7bcba',1,'kohonen_som_topology.c']]],
['sdbm_298',['sdbm',['../d7/d3b/group__hash.html#ga8ab8eeb35f8ccfcad89091b5fdd4f605',1,'hash_sdbm.c']]],
['search_299',['search',['../df/d3c/threaded__binary__trees_8c.html#a306d567466f22e1e927aaed97d8bb58c',1,'search(node *root, int ele):&#160;threaded_binary_trees.c'],['../dd/d29/doubly__linked__list_8c.html#aedd04074dbc6af0de89051f97209311b',1,'search(List *list, double value):&#160;doubly_linked_list.c']]],
['segment_5ftree_300',['segment_tree',['../dd/d06/structsegment__tree.html',1,'segment_tree'],['../da/da0/segment__tree_8c.html#ac206721972f739510cb11f7c0a6a8f63',1,'segment_tree():&#160;segment_tree.c']]],
['segment_5ftree_2ec_301',['segment_tree.c',['../da/da0/segment__tree_8c.html',1,'']]],
['segment_5ftree_5fbuild_302',['segment_tree_build',['../da/da0/segment__tree_8c.html#aae59daf9a0dc33f8cbc7a525a616ee75',1,'segment_tree.c']]],
['segment_5ftree_5fdispose_303',['segment_tree_dispose',['../da/da0/segment__tree_8c.html#af20a9f373083d3f701e1cd92560cef01',1,'segment_tree.c']]],
['segment_5ftree_5finit_304',['segment_tree_init',['../da/da0/segment__tree_8c.html#acecc34fd89923ab41dcee3a779622816',1,'segment_tree.c']]],
['segment_5ftree_5fprint_5fint_305',['segment_tree_print_int',['../da/da0/segment__tree_8c.html#a776abfa81cde9016a2885dca7cfc05ab',1,'segment_tree.c']]],
['segment_5ftree_5fquery_306',['segment_tree_query',['../da/da0/segment__tree_8c.html#af61bd96660cb53f49f28d60a5f1d0c91',1,'segment_tree.c']]],
['segment_5ftree_5fupdate_307',['segment_tree_update',['../da/da0/segment__tree_8c.html#a1e81a9bbf01716f1b4fb27ef36a9098c',1,'segment_tree.c']]],
['selection_5fsort_2ec_308',['selection_sort.c',['../df/d83/selection__sort_8c.html',1,'']]],
['selectionsort_309',['selectionSort',['../df/d83/selection__sort_8c.html#aeafe7419cfceaeccaf49f22842d9a617',1,'selection_sort.c']]],
['semi_5fimplicit_5feuler_310',['semi_implicit_euler',['../d4/d99/ode__semi__implicit__euler_8c.html#ad80059877222f885b549f2d0a3dc6b55',1,'ode_semi_implicit_euler.c']]],
['semi_5fimplicit_5feuler_5fstep_311',['semi_implicit_euler_step',['../d4/d99/ode__semi__implicit__euler_8c.html#a720b7e995d2bbc615f94a2c7dbcf84eb',1,'ode_semi_implicit_euler.c']]],
['server_2ec_312',['server.c',['../d1/d20/server_8c.html',1,'']]],
['shell_5fsort_313',['shell_sort',['../dd/d8b/problem__22_2sol1_8c.html#a5bc3659aa0949ea33118c95b1dee5f63',1,'shell_sort(char data[][MAX_NAME_LEN], int LEN):&#160;sol1.c'],['../d5/d4c/group__sorting.html#ga5bc16eaf3ffe6a6ab66780dd445904c0',1,'shell_sort(int *array, long LEN):&#160;shell_sort2.c']]],
['shell_5fsort2_2ec_314',['shell_sort2.c',['../d6/ded/shell__sort2_8c.html',1,'']]],
['show_5fdata_315',['show_data',['../d5/d4c/group__sorting.html#gaeccaf61ff47279384d1dba8d869d5c2f',1,'shell_sort2.c']]],
['sigma_316',['sigma',['../d4/d83/problem__401_2sol1_8c.html#aaf964739be92adc2f500e7da11e3f6be',1,'sol1.c']]],
['sigma2_317',['sigma2',['../d4/d83/problem__401_2sol1_8c.html#a236548478af932f1115a71f601a68788',1,'sol1.c']]],
['so1_2ec_318',['so1.c',['../d0/d7f/so1_8c.html',1,'']]],
['sol_2ec_319',['sol.c',['../d0/d6c/problem__4_2sol_8c.html',1,'(Global Namespace)'],['../d4/d7b/problem__6_2sol_8c.html',1,'(Global Namespace)'],['../d1/d2f/problem__7_2sol_8c.html',1,'(Global Namespace)']]],
['sol1_2ec_320',['sol1.c',['../da/d35/problem__1_2sol1_8c.html',1,'(Global Namespace)'],['../d0/d6d/problem__10_2sol1_8c.html',1,'(Global Namespace)'],['../d7/d1f/problem__12_2sol1_8c.html',1,'(Global Namespace)'],['../db/d01/problem__13_2sol1_8c.html',1,'(Global Namespace)'],['../d4/dea/problem__14_2sol1_8c.html',1,'(Global Namespace)'],['../d7/d91/problem__15_2sol1_8c.html',1,'(Global Namespace)'],['../d6/d88/problem__16_2sol1_8c.html',1,'(Global Namespace)'],['../dd/df0/problem__19_2sol1_8c.html',1,'(Global Namespace)'],['../db/d80/problem__20_2sol1_8c.html',1,'(Global Namespace)'],['../df/d1a/problem__21_2sol1_8c.html',1,'(Global Namespace)'],['../dd/d8b/problem__22_2sol1_8c.html',1,'(Global Namespace)'],['../d7/ddb/problem__23_2sol1_8c.html',1,'(Global Namespace)'],['../d8/d32/problem__25_2sol1_8c.html',1,'(Global Namespace)'],['../d1/df9/problem__26_2sol1_8c.html',1,'(Global Namespace)'],['../d7/dd3/problem__3_2sol1_8c.html',1,'(Global Namespace)'],['../d4/d83/problem__401_2sol1_8c.html',1,'(Global Namespace)'],['../dc/d32/problem__5_2sol1_8c.html',1,'(Global Namespace)'],['../dc/d63/problem__8_2sol1_8c.html',1,'(Global Namespace)'],['../df/da5/problem__9_2sol1_8c.html',1,'(Global Namespace)']]],
['sol2_2ec_321',['sol2.c',['../d2/dae/problem__1_2sol2_8c.html',1,'(Global Namespace)'],['../d9/da7/problem__10_2sol2_8c.html',1,'(Global Namespace)'],['../d4/dbd/problem__23_2sol2_8c.html',1,'(Global Namespace)'],['../d2/dbc/problem__3_2sol2_8c.html',1,'(Global Namespace)'],['../d5/d3d/problem__5_2sol2_8c.html',1,'(Global Namespace)'],['../d6/d64/problem__7_2sol2_8c.html',1,'(Global Namespace)'],['../d2/d93/problem__8_2sol2_8c.html',1,'(Global Namespace)'],['../d8/de0/problem__9_2sol2_8c.html',1,'(Global Namespace)']]],
['sol3_2ec_322',['sol3.c',['../da/d56/problem__1_2sol3_8c.html',1,'(Global Namespace)'],['../d5/d7c/problem__5_2sol3_8c.html',1,'(Global Namespace)']]],
['sol4_2ec_323',['sol4.c',['../d6/d1b/sol4_8c.html',1,'']]],
['solve_324',['solve',['../d5/df4/group__sudoku.html#gadfe0ed5085b4775d8fa00b434cc0fdfc',1,'sudoku_solver.c']]],
['sorting_20algorithms_325',['Sorting algorithms',['../d5/d4c/group__sorting.html',1,'']]],
['spirograph_326',['spirograph',['../d7/d98/spirograph_8c.html#a0daa148091ec953809fc172289f773d3',1,'spirograph.c']]],
['spirograph_2ec_327',['spirograph.c',['../d7/d98/spirograph_8c.html',1,'']]],
['stack_328',['Stack',['../dd/d10/struct_stack.html',1,'']]],
['start_329',['start',['../d9/dd7/struct__cantor__set.html#abd2176c3cc3a1d85d15bbeaace35fa03',1,'_cantor_set']]],
['stats_5fcomputer1_330',['stats_computer1',['../dc/d47/realtime__stats_8c.html#a63ddcdaab24f722f0963fa2fbe0ae628',1,'realtime_stats.c']]],
['stats_5fcomputer2_331',['stats_computer2',['../dc/d47/realtime__stats_8c.html#a34be233a9200ee2065f6b7b27e2d9a96',1,'realtime_stats.c']]],
['strong_5fnumber_2ec_332',['strong_number.c',['../d4/dcc/strong__number_8c.html',1,'']]],
['subset_333',['subset',['../dc/de5/structsubset.html',1,'']]],
['sudoku_334',['sudoku',['../dc/d18/structsudoku.html',1,'sudoku'],['../d5/df4/group__sudoku.html',1,'(Global Namespace)']]],
['sudoku_5fsolver_2ec_335',['sudoku_solver.c',['../de/dac/sudoku__solver_8c.html',1,'']]],
['sum_5fof_5fdivisors_336',['sum_of_divisors',['../df/d1a/problem__21_2sol1_8c.html#aacf4b7e708651d2164e86958f2c29c93',1,'sol1.c']]],
['sum_5fof_5fprimes_337',['sum_of_primes',['../d0/d6d/problem__10_2sol1_8c.html#ae3d987cb2ad0ddb0c3caa4c2506a20e5',1,'sol1.c']]],
['swap_338',['swap',['../dd/de4/bubble__sort_8c.html#ad126fa7239be97373c96861adc70b1d3',1,'swap(int *first, int *second):&#160;bubble_sort.c'],['../d5/d38/bubble__sort__recursion_8c.html#ad126fa7239be97373c96861adc70b1d3',1,'swap(int *first, int *second):&#160;bubble_sort_recursion.c'],['../d5/d4c/group__sorting.html#ga4b9708d87be7a409eff20e5e7e8b43c8',1,'swap(int *a, int *b):&#160;merge_sort.c'],['../df/d83/selection__sort_8c.html#ad126fa7239be97373c96861adc70b1d3',1,'swap(int *first, int *second):&#160;selection_sort.c']]]
];

View File

@ -1,27 +1,27 @@
var searchData=
[
['the_20algorithms_20_2d_20c_336',['The Algorithms - C',['../index.html',1,'']]],
['t_337',['T',['../d5/d7e/struct_t.html',1,'']]],
['term_338',['term',['../df/d86/structterm.html',1,'']]],
['test_339',['test',['../d8/d30/decimal__to__binary__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;decimal_to_binary_recursion.c'],['../dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;int_to_string.c'],['../da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;segment_tree.c'],['../d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;vectors_3d.c'],['../d7/d98/spirograph_8c.html#a708a4c1a4d0c4acc4c447310dd4db27f',1,'test(void):&#160;spirograph.c'],['../d6/d76/k__means__clustering_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;k_means_clustering.c'],['../d6/d2e/cartesian__to__polar_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;cartesian_to_polar.c'],['../da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;prime.c'],['../d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;strong_number.c'],['../df/d3b/binary__search_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;binary_search.c'],['../d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;jump_search.c'],['../dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;bubble_sort.c'],['../d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;bubble_sort_recursion.c'],['../db/ddf/insertion__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;insertion_sort.c'],['../de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;insertion_sort_recursive.c'],['../df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;selection_sort.c']]],
['test1_340',['test1',['../dd/d8c/adaline__learning_8c.html#ab4ecb3accf5d9e0263087e7265bbe3a9',1,'test1(double eta):&#160;adaline_learning.c'],['../d2/df6/kohonen__som__topology_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0',1,'test1():&#160;kohonen_som_topology.c'],['../d0/d46/kohonen__som__trace_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0',1,'test1():&#160;kohonen_som_trace.c'],['../d0/dcb/poly__add_8c.html#ab215107dbb50c7efa811a687ce9b95af',1,'test1(struct term *poly1, struct term *poly2, struct term *poly3):&#160;poly_add.c'],['../d7/d50/qr__eigen__values_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0',1,'test1():&#160;qr_eigen_values.c']]],
['test2_341',['test2',['../dd/d8c/adaline__learning_8c.html#a05cc9a0acb524fde727a4d7b4a747ee6',1,'test2(double eta):&#160;adaline_learning.c'],['../d6/d76/k__means__clustering_8c.html#a0283886819c7c140a023582b7269e2d0',1,'test2():&#160;k_means_clustering.c'],['../d2/df6/kohonen__som__topology_8c.html#a0283886819c7c140a023582b7269e2d0',1,'test2():&#160;kohonen_som_topology.c'],['../d0/d46/kohonen__som__trace_8c.html#a0283886819c7c140a023582b7269e2d0',1,'test2():&#160;kohonen_som_trace.c'],['../d0/dcb/poly__add_8c.html#a0c5173884bd798a6ca6f437b9b932409',1,'test2(struct term *poly1, struct term *poly2, struct term *poly3):&#160;poly_add.c'],['../d7/d50/qr__eigen__values_8c.html#a0283886819c7c140a023582b7269e2d0',1,'test2():&#160;qr_eigen_values.c']]],
['test3_342',['test3',['../dd/d8c/adaline__learning_8c.html#a3f37b9f073f7e57fd0b39d70718af1b1',1,'test3(double eta):&#160;adaline_learning.c'],['../d2/df6/kohonen__som__topology_8c.html#a6d0455dd5c30adda100e95f0423c786e',1,'test3():&#160;kohonen_som_topology.c'],['../d0/d46/kohonen__som__trace_8c.html#a6d0455dd5c30adda100e95f0423c786e',1,'test3():&#160;kohonen_som_trace.c'],['../d0/dcb/poly__add_8c.html#ab138609c765e2fd8b89e9c107cd40d57',1,'test3(struct term *poly1, struct term *poly2, struct term *poly3):&#160;poly_add.c']]],
['test_5f2d_5fclasses_343',['test_2d_classes',['../d2/df6/kohonen__som__topology_8c.html#adb5ded007be1fd666fab9affe6764018',1,'kohonen_som_topology.c']]],
['test_5f3d_5fclasses_344',['test_3d_classes',['../d0/d46/kohonen__som__trace_8c.html#a41ae16442e3e5b891a58d2e5932a2cd0',1,'kohonen_som_trace.c']]],
['test_5f3d_5fclasses1_345',['test_3d_classes1',['../d2/df6/kohonen__som__topology_8c.html#ad9e25202bb8b481461f932668f249dbc',1,'kohonen_som_topology.c']]],
['test_5f3d_5fclasses2_346',['test_3d_classes2',['../d2/df6/kohonen__som__topology_8c.html#a5bb02a8322d717ead1b11182c5f02a3a',1,'kohonen_som_topology.c']]],
['test_5fadler32_347',['test_adler32',['../d7/d3b/group__hash.html#ga994ea8b243b6c0fbef734551ec5765dd',1,'hash_adler32.c']]],
['test_5fc_5fatoi_348',['test_c_atoi',['../d7/dd8/c__atoi__str__to__integer_8c.html#a8c66c03637e48e375b80b5d7791e57be',1,'c_atoi_str_to_integer.c']]],
['test_5fcircle_349',['test_circle',['../d0/d46/kohonen__som__trace_8c.html#a107f00650b8041f77767927073ddddb8',1,'kohonen_som_trace.c']]],
['test_5fcrc32_350',['test_crc32',['../d7/d3b/group__hash.html#gad451622bbdca271edfa8e0d98ca422f2',1,'hash_crc32.c']]],
['test_5fdjb2_351',['test_djb2',['../d7/d3b/group__hash.html#ga9f76001544014905468dc812336110d5',1,'hash_djb2.c']]],
['test_5ffunction_352',['test_function',['../dc/d47/realtime__stats_8c.html#aa54c915581fcc495489175a4386d59fd',1,'realtime_stats.c']]],
['test_5flamniscate_353',['test_lamniscate',['../d0/d46/kohonen__som__trace_8c.html#aa2246f940155472084ee461f3685d614',1,'kohonen_som_trace.c']]],
['test_5fsdbm_354',['test_sdbm',['../d7/d3b/group__hash.html#gab87679863646255178427a56dc33e453',1,'hash_sdbm.c']]],
['test_5fxor8_355',['test_xor8',['../d7/d3b/group__hash.html#ga39d4c16427acbf8bbe744f6d8ed61dc0',1,'hash_xor8.c']]],
['threaded_5fbinary_5ftrees_2ec_356',['threaded_binary_trees.c',['../df/d3c/threaded__binary__trees_8c.html',1,'']]],
['tnode_357',['tnode',['../d8/d7a/structtnode.html',1,'']]],
['to_5fpolar_358',['to_polar',['../d6/d2e/cartesian__to__polar_8c.html#afb80d77f0c994240309ccddcc9525e70',1,'cartesian_to_polar.c']]],
['trienode_359',['TrieNode',['../da/d9b/struct_trie_node.html',1,'']]]
['the_20algorithms_20_2d_20c_339',['The Algorithms - C',['../index.html',1,'']]],
['t_340',['T',['../d5/d7e/struct_t.html',1,'']]],
['term_341',['term',['../df/d86/structterm.html',1,'']]],
['test_342',['test',['../d8/d30/decimal__to__binary__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;decimal_to_binary_recursion.c'],['../dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;int_to_string.c'],['../da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;segment_tree.c'],['../d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;vectors_3d.c'],['../d7/d98/spirograph_8c.html#a708a4c1a4d0c4acc4c447310dd4db27f',1,'test(void):&#160;spirograph.c'],['../d6/d76/k__means__clustering_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;k_means_clustering.c'],['../d6/d2e/cartesian__to__polar_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;cartesian_to_polar.c'],['../da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;prime.c'],['../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;prime_seive.c'],['../d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;strong_number.c'],['../df/d3b/binary__search_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;binary_search.c'],['../d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;jump_search.c'],['../dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;bubble_sort.c'],['../d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;bubble_sort_recursion.c'],['../db/ddf/insertion__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;insertion_sort.c'],['../de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;insertion_sort_recursive.c'],['../df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;selection_sort.c']]],
['test1_343',['test1',['../dd/d8c/adaline__learning_8c.html#ab4ecb3accf5d9e0263087e7265bbe3a9',1,'test1(double eta):&#160;adaline_learning.c'],['../d2/df6/kohonen__som__topology_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0',1,'test1():&#160;kohonen_som_topology.c'],['../d0/d46/kohonen__som__trace_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0',1,'test1():&#160;kohonen_som_trace.c'],['../d0/dcb/poly__add_8c.html#ab215107dbb50c7efa811a687ce9b95af',1,'test1(struct term *poly1, struct term *poly2, struct term *poly3):&#160;poly_add.c'],['../d7/d50/qr__eigen__values_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0',1,'test1():&#160;qr_eigen_values.c']]],
['test2_344',['test2',['../dd/d8c/adaline__learning_8c.html#a05cc9a0acb524fde727a4d7b4a747ee6',1,'test2(double eta):&#160;adaline_learning.c'],['../d6/d76/k__means__clustering_8c.html#a0283886819c7c140a023582b7269e2d0',1,'test2():&#160;k_means_clustering.c'],['../d2/df6/kohonen__som__topology_8c.html#a0283886819c7c140a023582b7269e2d0',1,'test2():&#160;kohonen_som_topology.c'],['../d0/d46/kohonen__som__trace_8c.html#a0283886819c7c140a023582b7269e2d0',1,'test2():&#160;kohonen_som_trace.c'],['../d0/dcb/poly__add_8c.html#a0c5173884bd798a6ca6f437b9b932409',1,'test2(struct term *poly1, struct term *poly2, struct term *poly3):&#160;poly_add.c'],['../d7/d50/qr__eigen__values_8c.html#a0283886819c7c140a023582b7269e2d0',1,'test2():&#160;qr_eigen_values.c']]],
['test3_345',['test3',['../dd/d8c/adaline__learning_8c.html#a3f37b9f073f7e57fd0b39d70718af1b1',1,'test3(double eta):&#160;adaline_learning.c'],['../d2/df6/kohonen__som__topology_8c.html#a6d0455dd5c30adda100e95f0423c786e',1,'test3():&#160;kohonen_som_topology.c'],['../d0/d46/kohonen__som__trace_8c.html#a6d0455dd5c30adda100e95f0423c786e',1,'test3():&#160;kohonen_som_trace.c'],['../d0/dcb/poly__add_8c.html#ab138609c765e2fd8b89e9c107cd40d57',1,'test3(struct term *poly1, struct term *poly2, struct term *poly3):&#160;poly_add.c']]],
['test_5f2d_5fclasses_346',['test_2d_classes',['../d2/df6/kohonen__som__topology_8c.html#adb5ded007be1fd666fab9affe6764018',1,'kohonen_som_topology.c']]],
['test_5f3d_5fclasses_347',['test_3d_classes',['../d0/d46/kohonen__som__trace_8c.html#a41ae16442e3e5b891a58d2e5932a2cd0',1,'kohonen_som_trace.c']]],
['test_5f3d_5fclasses1_348',['test_3d_classes1',['../d2/df6/kohonen__som__topology_8c.html#ad9e25202bb8b481461f932668f249dbc',1,'kohonen_som_topology.c']]],
['test_5f3d_5fclasses2_349',['test_3d_classes2',['../d2/df6/kohonen__som__topology_8c.html#a5bb02a8322d717ead1b11182c5f02a3a',1,'kohonen_som_topology.c']]],
['test_5fadler32_350',['test_adler32',['../d7/d3b/group__hash.html#ga994ea8b243b6c0fbef734551ec5765dd',1,'hash_adler32.c']]],
['test_5fc_5fatoi_351',['test_c_atoi',['../d7/dd8/c__atoi__str__to__integer_8c.html#a8c66c03637e48e375b80b5d7791e57be',1,'c_atoi_str_to_integer.c']]],
['test_5fcircle_352',['test_circle',['../d0/d46/kohonen__som__trace_8c.html#a107f00650b8041f77767927073ddddb8',1,'kohonen_som_trace.c']]],
['test_5fcrc32_353',['test_crc32',['../d7/d3b/group__hash.html#gad451622bbdca271edfa8e0d98ca422f2',1,'hash_crc32.c']]],
['test_5fdjb2_354',['test_djb2',['../d7/d3b/group__hash.html#ga9f76001544014905468dc812336110d5',1,'hash_djb2.c']]],
['test_5ffunction_355',['test_function',['../dc/d47/realtime__stats_8c.html#aa54c915581fcc495489175a4386d59fd',1,'realtime_stats.c']]],
['test_5flamniscate_356',['test_lamniscate',['../d0/d46/kohonen__som__trace_8c.html#aa2246f940155472084ee461f3685d614',1,'kohonen_som_trace.c']]],
['test_5fsdbm_357',['test_sdbm',['../d7/d3b/group__hash.html#gab87679863646255178427a56dc33e453',1,'hash_sdbm.c']]],
['test_5fxor8_358',['test_xor8',['../d7/d3b/group__hash.html#ga39d4c16427acbf8bbe744f6d8ed61dc0',1,'hash_xor8.c']]],
['threaded_5fbinary_5ftrees_2ec_359',['threaded_binary_trees.c',['../df/d3c/threaded__binary__trees_8c.html',1,'']]],
['tnode_360',['tnode',['../d8/d7a/structtnode.html',1,'']]],
['to_5fpolar_361',['to_polar',['../d6/d2e/cartesian__to__polar_8c.html#afb80d77f0c994240309ccddcc9525e70',1,'cartesian_to_polar.c']]],
['trienode_362',['TrieNode',['../da/d9b/struct_trie_node.html',1,'']]]
];

View File

@ -1,7 +1,7 @@
var searchData=
[
['udp_5fclient_2ec_360',['udp_client.c',['../da/de6/udp__client_8c.html',1,'']]],
['udp_5fserver_2ec_361',['udp_server.c',['../d8/dca/udp__server_8c.html',1,'']]],
['union_5ffind_2ec_362',['union_find.c',['../df/df3/union__find_8c.html',1,'']]],
['unit_5fvec_363',['unit_vec',['../de/d7b/group__vec__3d.html#ga3cdfd8378a0b115563ea6c561bb46b7e',1,'vectors_3d.c']]]
['udp_5fclient_2ec_363',['udp_client.c',['../da/de6/udp__client_8c.html',1,'']]],
['udp_5fserver_2ec_364',['udp_server.c',['../d8/dca/udp__server_8c.html',1,'']]],
['union_5ffind_2ec_365',['union_find.c',['../df/df3/union__find_8c.html',1,'']]],
['unit_5fvec_366',['unit_vec',['../de/d7b/group__vec__3d.html#ga3cdfd8378a0b115563ea6c561bb46b7e',1,'vectors_3d.c']]]
];

View File

@ -1,14 +1,14 @@
var searchData=
[
['value_364',['value',['../d8/d10/structlist.html#a5363bdc0495ab9ef0ed587c99b9a2b41',1,'list::value()'],['../dc/d77/struct__big__int.html#a273ee73fd755f2a99512cca5f0e09008',1,'_big_int::value()']]],
['vec_5f3d_365',['vec_3d',['../de/d7b/group__vec__3d.html#gaf9ee870d4922e488bdd3e7262485c270',1,'geometry_datatypes.h']]],
['vec_5f3d_5f_366',['vec_3d_',['../d5/db4/structvec__3d__.html',1,'']]],
['vector_5fadd_367',['vector_add',['../de/d7b/group__vec__3d.html#gaa6b5ac18429ffb0131dc8593d31c25a4',1,'vectors_3d.c']]],
['vector_5fdot_368',['vector_dot',['../d4/d68/qr__decompose_8h.html#a3a584b79941a43d775f9d4ce446dbe05',1,'qr_decompose.h']]],
['vector_5fmag_369',['vector_mag',['../d4/d68/qr__decompose_8h.html#abeec1f78a7a7e7251687e75340331212',1,'qr_decompose.h']]],
['vector_5fnorm_370',['vector_norm',['../de/d7b/group__vec__3d.html#ga94805165d037d111d7d7c0df99e3a5de',1,'vectors_3d.c']]],
['vector_5fprod_371',['vector_prod',['../de/d7b/group__vec__3d.html#gae4a49e6bdf13df949e8b23c7925bb5f5',1,'vectors_3d.c']]],
['vector_5fproj_372',['vector_proj',['../d4/d68/qr__decompose_8h.html#a82b20e027437df768d7e994cf4cae29f',1,'qr_decompose.h']]],
['vector_5fsub_373',['vector_sub',['../de/d7b/group__vec__3d.html#ga97da356cb7d5da73a0ac9bad09a435cc',1,'vector_sub(const vec_3d *a, const vec_3d *b):&#160;vectors_3d.c'],['../d4/d68/qr__decompose_8h.html#a6b6a0e75e75ff7919057dd275bb69145',1,'vector_sub(double *a, double *b, double *out, int L):&#160;qr_decompose.h']]],
['vectors_5f3d_2ec_374',['vectors_3d.c',['../d5/db8/vectors__3d_8c.html',1,'']]]
['value_367',['value',['../d8/d10/structlist.html#a5363bdc0495ab9ef0ed587c99b9a2b41',1,'list::value()'],['../dc/d77/struct__big__int.html#a273ee73fd755f2a99512cca5f0e09008',1,'_big_int::value()']]],
['vec_5f3d_368',['vec_3d',['../de/d7b/group__vec__3d.html#gaf9ee870d4922e488bdd3e7262485c270',1,'geometry_datatypes.h']]],
['vec_5f3d_5f_369',['vec_3d_',['../d5/db4/structvec__3d__.html',1,'']]],
['vector_5fadd_370',['vector_add',['../de/d7b/group__vec__3d.html#gaa6b5ac18429ffb0131dc8593d31c25a4',1,'vectors_3d.c']]],
['vector_5fdot_371',['vector_dot',['../d4/d68/qr__decompose_8h.html#a3a584b79941a43d775f9d4ce446dbe05',1,'qr_decompose.h']]],
['vector_5fmag_372',['vector_mag',['../d4/d68/qr__decompose_8h.html#abeec1f78a7a7e7251687e75340331212',1,'qr_decompose.h']]],
['vector_5fnorm_373',['vector_norm',['../de/d7b/group__vec__3d.html#ga94805165d037d111d7d7c0df99e3a5de',1,'vectors_3d.c']]],
['vector_5fprod_374',['vector_prod',['../de/d7b/group__vec__3d.html#gae4a49e6bdf13df949e8b23c7925bb5f5',1,'vectors_3d.c']]],
['vector_5fproj_375',['vector_proj',['../d4/d68/qr__decompose_8h.html#a82b20e027437df768d7e994cf4cae29f',1,'qr_decompose.h']]],
['vector_5fsub_376',['vector_sub',['../de/d7b/group__vec__3d.html#ga97da356cb7d5da73a0ac9bad09a435cc',1,'vector_sub(const vec_3d *a, const vec_3d *b):&#160;vectors_3d.c'],['../d4/d68/qr__decompose_8h.html#a6b6a0e75e75ff7919057dd275bb69145',1,'vector_sub(double *a, double *b, double *out, int L):&#160;qr_decompose.h']]],
['vectors_5f3d_2ec_377',['vectors_3d.c',['../d5/db8/vectors__3d_8c.html',1,'']]]
];

View File

@ -1,6 +1,6 @@
var searchData=
[
['w_375',['w',['../de/d58/structquaternion__.html#a835e2ba72517fbb29d0d4e3cb4c2914f',1,'quaternion_']]],
['weights_376',['weights',['../d2/daa/structadaline.html#a32e58c03fd9258709eae6138ad0ec657',1,'adaline']]],
['word_5fcount_5fword_377',['word_count_word',['../df/ddb/structword__count__word.html',1,'']]]
['w_378',['w',['../de/d58/structquaternion__.html#a835e2ba72517fbb29d0d4e3cb4c2914f',1,'quaternion_']]],
['weights_379',['weights',['../d2/daa/structadaline.html#a32e58c03fd9258709eae6138ad0ec657',1,'adaline']]],
['word_5fcount_5fword_380',['word_count_word',['../df/ddb/structword__count__word.html',1,'']]]
];

View File

@ -1,5 +1,5 @@
var searchData=
[
['x_378',['x',['../d5/db4/structvec__3d__.html#a53462a5a195c9e16fb584f73fd66c3d0',1,'vec_3d_::x()'],['../d1/d5e/structobservation.html#a04f3dcfd59dd91353395e35c9831fade',1,'observation::x()'],['../d1/d99/structcluster.html#a13278ef636c1d9bd9ce8fad736f4c570',1,'cluster::x()']]],
['xor8_379',['xor8',['../d7/d3b/group__hash.html#gae4836b42b998b336298f3b19dcc9cdeb',1,'hash_xor8.c']]]
['x_381',['x',['../d5/db4/structvec__3d__.html#a53462a5a195c9e16fb584f73fd66c3d0',1,'vec_3d_::x()'],['../d1/d5e/structobservation.html#a04f3dcfd59dd91353395e35c9831fade',1,'observation::x()'],['../d1/d99/structcluster.html#a13278ef636c1d9bd9ce8fad736f4c570',1,'cluster::x()']]],
['xor8_382',['xor8',['../d7/d3b/group__hash.html#gae4836b42b998b336298f3b19dcc9cdeb',1,'hash_xor8.c']]]
];

View File

@ -1,5 +1,5 @@
var searchData=
[
['y_380',['y',['../d5/db4/structvec__3d__.html#a76098d39a382838df3b4b48c3443413b',1,'vec_3d_::y()'],['../d1/d5e/structobservation.html#ab6be1fa7024b2d5f3a30d6c6b70efdd7',1,'observation::y()'],['../d1/d99/structcluster.html#a10fa7010c12d0f03a422d68321495479',1,'cluster::y()']]],
['yaw_381',['yaw',['../d2/de8/structeuler__.html#aad52507cc423ec49847471f6f15dd9d7',1,'euler_']]]
['y_383',['y',['../d5/db4/structvec__3d__.html#a76098d39a382838df3b4b48c3443413b',1,'vec_3d_::y()'],['../d1/d5e/structobservation.html#ab6be1fa7024b2d5f3a30d6c6b70efdd7',1,'observation::y()'],['../d1/d99/structcluster.html#a10fa7010c12d0f03a422d68321495479',1,'cluster::y()']]],
['yaw_384',['yaw',['../d2/de8/structeuler__.html#aad52507cc423ec49847471f6f15dd9d7',1,'euler_']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['z_382',['z',['../d5/db4/structvec__3d__.html#a3339a40de7385fa55bee30be81c098c6',1,'vec_3d_']]]
['z_385',['z',['../d5/db4/structvec__3d__.html#a3339a40de7385fa55bee30be81c098c6',1,'vec_3d_']]]
];

View File

@ -19,7 +19,7 @@ var searchData=
['combine_5ffunction_54',['combine_function',['../da/da0/segment__tree_8c.html#aca549b5311d32ab1a703b4a4605821d8',1,'segment_tree.c']]],
['compare_55',['compare',['../d1/df9/problem__26_2sol1_8c.html#ac70138609ef6aa6fabca57aca8681e83',1,'sol1.c']]],
['complex_5fstr_56',['complex_str',['../da/d38/durand__kerner__roots_8c.html#afa5b04ce11475d67049cba8273741fb7',1,'durand_kerner_roots.c']]],
['count_57',['count',['../d1/d99/structcluster.html#aaacf0562ee2d9e8866c66ddaa6527c2b',1,'cluster']]],
['count_57',['count',['../d1/d99/structcluster.html#aaacf0562ee2d9e8866c66ddaa6527c2b',1,'cluster::count()'],['../d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a',1,'count():&#160;prime_seive.c']]],
['count_5fdivisors_58',['count_divisors',['../d7/d1f/problem__12_2sol1_8c.html#aa6ce6271f6156e219f9b290717f5a222',1,'sol1.c']]],
['crc32_59',['crc32',['../d7/d3b/group__hash.html#ga483e7ee6db1dc09a0f3e683e028ec567',1,'hash_crc32.c']]],
['create_60',['create',['../dd/d29/doubly__linked__list_8c.html#a37890fb794cb2c436ffcc643c30ec57f',1,'doubly_linked_list.c']]],

File diff suppressed because one or more lines are too long

View File

@ -1,15 +1,15 @@
var searchData=
[
['n_223',['N',['../dc/d18/structsudoku.html#a160365012280c3e10f1b31e914e8f129',1,'sudoku']]],
['n2_224',['N2',['../dc/d18/structsudoku.html#a0f01e2782e82306e6fab9a8578006f56',1,'sudoku']]],
['new_5fadaline_225',['new_adaline',['../da/d2a/group__adaline.html#gacd88962c5f6341e43cbc69b4a7d3485b',1,'adaline_learning.c']]],
['new_5fnumber_226',['new_number',['../d6/d3d/factorial__large__number_8c.html#ad8101f58545bd891ae8b6e11caadd7eb',1,'factorial_large_number.c']]],
['newnode_227',['newNode',['../da/d02/binary__search__tree_8c.html#ac73c73be92dbbeeaad942c0103b9540d',1,'binary_search_tree.c']]],
['newton_5fraphson_5froot_2ec_228',['newton_raphson_root.c',['../dd/d08/newton__raphson__root_8c.html',1,'']]],
['next_229',['next',['../d9/dd7/struct__cantor__set.html#a2f7f9f19125725d3e5673fdb4ac8cfb1',1,'_cantor_set::next()'],['../df/d86/structterm.html#ab7ac49a58cc431c9838c855bf59a243a',1,'term::next()']]],
['next_5fdigit_230',['next_digit',['../dc/d77/struct__big__int.html#a187538b984c86d7cfdb13e297e7f3564',1,'_big_int']]],
['node_231',['Node',['../db/d8b/struct_node.html',1,'Node'],['../d5/da1/structnode.html',1,'node'],['../da/d02/binary__search__tree_8c.html#af4aeda155dbe167f1c1cf38cb65bf324',1,'node():&#160;binary_search_tree.c'],['../df/d3c/threaded__binary__trees_8c.html#ad8ecdcce462dd8e170ae1f164935aaa6',1,'node():&#160;threaded_binary_trees.c']]],
['num_5fdigits_232',['num_digits',['../d3/d5a/struct__large__num.html#a3fd11c0b413bbabfb8737d4ae73e5aa0',1,'_large_num']]],
['num_5fweights_233',['num_weights',['../d2/daa/structadaline.html#a53314e737a0a5ff4552a03bcc9dafbc1',1,'adaline']]],
['number_5fof_5fpaths_234',['number_of_paths',['../d7/d91/problem__15_2sol1_8c.html#a4650d1d3897633d84253f93433f601d6',1,'sol1.c']]]
['n_224',['N',['../dc/d18/structsudoku.html#a160365012280c3e10f1b31e914e8f129',1,'sudoku']]],
['n2_225',['N2',['../dc/d18/structsudoku.html#a0f01e2782e82306e6fab9a8578006f56',1,'sudoku']]],
['new_5fadaline_226',['new_adaline',['../da/d2a/group__adaline.html#gacd88962c5f6341e43cbc69b4a7d3485b',1,'adaline_learning.c']]],
['new_5fnumber_227',['new_number',['../d6/d3d/factorial__large__number_8c.html#ad8101f58545bd891ae8b6e11caadd7eb',1,'factorial_large_number.c']]],
['newnode_228',['newNode',['../da/d02/binary__search__tree_8c.html#ac73c73be92dbbeeaad942c0103b9540d',1,'binary_search_tree.c']]],
['newton_5fraphson_5froot_2ec_229',['newton_raphson_root.c',['../dd/d08/newton__raphson__root_8c.html',1,'']]],
['next_230',['next',['../d9/dd7/struct__cantor__set.html#a2f7f9f19125725d3e5673fdb4ac8cfb1',1,'_cantor_set::next()'],['../df/d86/structterm.html#ab7ac49a58cc431c9838c855bf59a243a',1,'term::next()']]],
['next_5fdigit_231',['next_digit',['../dc/d77/struct__big__int.html#a187538b984c86d7cfdb13e297e7f3564',1,'_big_int']]],
['node_232',['Node',['../db/d8b/struct_node.html',1,'Node'],['../d5/da1/structnode.html',1,'node'],['../da/d02/binary__search__tree_8c.html#af4aeda155dbe167f1c1cf38cb65bf324',1,'node():&#160;binary_search_tree.c'],['../df/d3c/threaded__binary__trees_8c.html#ad8ecdcce462dd8e170ae1f164935aaa6',1,'node():&#160;threaded_binary_trees.c']]],
['num_5fdigits_233',['num_digits',['../d3/d5a/struct__large__num.html#a3fd11c0b413bbabfb8737d4ae73e5aa0',1,'_large_num']]],
['num_5fweights_234',['num_weights',['../d2/daa/structadaline.html#a53314e737a0a5ff4552a03bcc9dafbc1',1,'adaline']]],
['number_5fof_5fpaths_235',['number_of_paths',['../d7/d91/problem__15_2sol1_8c.html#a4650d1d3897633d84253f93433f601d6',1,'sol1.c']]]
];

View File

@ -1,6 +1,6 @@
var searchData=
[
['_5fbig_5fint_383',['_big_int',['../dc/d77/struct__big__int.html',1,'']]],
['_5fcantor_5fset_384',['_cantor_set',['../d9/dd7/struct__cantor__set.html',1,'']]],
['_5flarge_5fnum_385',['_large_num',['../d3/d5a/struct__large__num.html',1,'']]]
['_5fbig_5fint_386',['_big_int',['../dc/d77/struct__big__int.html',1,'']]],
['_5fcantor_5fset_387',['_cantor_set',['../d9/dd7/struct__cantor__set.html',1,'']]],
['_5flarge_5fnum_388',['_large_num',['../d3/d5a/struct__large__num.html',1,'']]]
];

View File

@ -1,5 +1,5 @@
var searchData=
[
['adaline_386',['adaline',['../d2/daa/structadaline.html',1,'']]],
['avlnode_387',['AVLnode',['../d2/d71/struct_a_v_lnode.html',1,'']]]
['adaline_389',['adaline',['../d2/daa/structadaline.html',1,'']]],
['avlnode_390',['AVLnode',['../d2/d71/struct_a_v_lnode.html',1,'']]]
];

View File

@ -1,7 +1,7 @@
var searchData=
[
['t_417',['T',['../d5/d7e/struct_t.html',1,'']]],
['term_418',['term',['../df/d86/structterm.html',1,'']]],
['tnode_419',['tnode',['../d8/d7a/structtnode.html',1,'']]],
['trienode_420',['TrieNode',['../da/d9b/struct_trie_node.html',1,'']]]
['t_420',['T',['../d5/d7e/struct_t.html',1,'']]],
['term_421',['term',['../df/d86/structterm.html',1,'']]],
['tnode_422',['tnode',['../d8/d7a/structtnode.html',1,'']]],
['trienode_423',['TrieNode',['../da/d9b/struct_trie_node.html',1,'']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['vec_5f3d_5f_421',['vec_3d_',['../d5/db4/structvec__3d__.html',1,'']]]
['vec_5f3d_5f_424',['vec_3d_',['../d5/db4/structvec__3d__.html',1,'']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['word_5fcount_5fword_422',['word_count_word',['../df/ddb/structword__count__word.html',1,'']]]
['word_5fcount_5fword_425',['word_count_word',['../df/ddb/structword__count__word.html',1,'']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['bstiterator_388',['BSTIterator',['../d4/d02/struct_b_s_t_iterator.html',1,'']]]
['bstiterator_391',['BSTIterator',['../d4/d02/struct_b_s_t_iterator.html',1,'']]]
];

View File

@ -1,5 +1,5 @@
var searchData=
[
['carray_389',['CArray',['../d4/d2d/struct_c_array.html',1,'']]],
['cluster_390',['cluster',['../d1/d99/structcluster.html',1,'']]]
['carray_392',['CArray',['../d4/d2d/struct_c_array.html',1,'']]],
['cluster_393',['cluster',['../d1/d99/structcluster.html',1,'']]]
];

View File

@ -1,7 +1,7 @@
var searchData=
[
['data_391',['data',['../df/dea/structdata.html',1,'']]],
['dict_392',['Dict',['../d4/dfe/struct_dict.html',1,'']]],
['dual_5fquat_5f_393',['dual_quat_',['../d7/dfd/structdual__quat__.html',1,'']]],
['dynamic_5farray_394',['dynamic_array',['../d6/d42/structdynamic__array.html',1,'']]]
['data_394',['data',['../df/dea/structdata.html',1,'']]],
['dict_395',['Dict',['../d4/dfe/struct_dict.html',1,'']]],
['dual_5fquat_5f_396',['dual_quat_',['../d7/dfd/structdual__quat__.html',1,'']]],
['dynamic_5farray_397',['dynamic_array',['../d6/d42/structdynamic__array.html',1,'']]]
];

View File

@ -1,6 +1,6 @@
var searchData=
[
['edge_395',['Edge',['../d5/db4/struct_edge.html',1,'']]],
['elem_396',['elem',['../d0/d6b/structelem.html',1,'']]],
['euler_5f_397',['euler_',['../d2/de8/structeuler__.html',1,'']]]
['edge_398',['Edge',['../d5/db4/struct_edge.html',1,'']]],
['elem_399',['elem',['../d0/d6b/structelem.html',1,'']]],
['euler_5f_400',['euler_',['../d2/de8/structeuler__.html',1,'']]]
];

View File

@ -1,5 +1,5 @@
var searchData=
[
['graph_398',['Graph',['../d4/dd4/struct_graph.html',1,'']]],
['graphrep_399',['GraphRep',['../d2/d6a/struct_graph_rep.html',1,'']]]
['graph_401',['Graph',['../d4/dd4/struct_graph.html',1,'']]],
['graphrep_402',['GraphRep',['../d2/d6a/struct_graph_rep.html',1,'']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['hash_5fset_5ft_400',['hash_set_t',['../d0/df1/structhash__set__t.html',1,'']]]
['hash_5fset_5ft_403',['hash_set_t',['../d0/df1/structhash__set__t.html',1,'']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['kohonen_5farray_5f3d_401',['kohonen_array_3d',['../d8/db8/structkohonen__array__3d.html',1,'']]]
['kohonen_5farray_5f3d_404',['kohonen_array_3d',['../d8/db8/structkohonen__array__3d.html',1,'']]]
];

View File

@ -1,5 +1,5 @@
var searchData=
[
['l_402',['L',['../df/db3/struct_l.html',1,'']]],
['list_403',['list',['../d8/d10/structlist.html',1,'']]]
['l_405',['L',['../df/db3/struct_l.html',1,'']]],
['list_406',['list',['../d8/d10/structlist.html',1,'']]]
];

View File

@ -1,6 +1,6 @@
var searchData=
[
['mat_5f3x3_5f_404',['mat_3x3_',['../d9/d8b/structmat__3x3__.html',1,'']]],
['max_5fheap_405',['max_heap',['../d0/d8a/structmax__heap.html',1,'']]],
['min_5fheap_406',['min_heap',['../de/dce/structmin__heap.html',1,'']]]
['mat_5f3x3_5f_407',['mat_3x3_',['../d9/d8b/structmat__3x3__.html',1,'']]],
['max_5fheap_408',['max_heap',['../d0/d8a/structmax__heap.html',1,'']]],
['min_5fheap_409',['min_heap',['../de/dce/structmin__heap.html',1,'']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['node_407',['Node',['../db/d8b/struct_node.html',1,'Node'],['../d5/da1/structnode.html',1,'node']]]
['node_410',['Node',['../db/d8b/struct_node.html',1,'Node'],['../d5/da1/structnode.html',1,'node']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['observation_408',['observation',['../d1/d5e/structobservation.html',1,'']]]
['observation_411',['observation',['../d1/d5e/structobservation.html',1,'']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['pid_409',['pid',['../d0/d43/structpid.html',1,'']]]
['pid_412',['pid',['../d0/d43/structpid.html',1,'']]]
];

View File

@ -1,6 +1,6 @@
var searchData=
[
['quaternion_5f_410',['quaternion_',['../de/d58/structquaternion__.html',1,'']]],
['queue_411',['queue',['../d2/d36/structqueue.html',1,'']]],
['queuerep_412',['QueueRep',['../d0/d10/struct_queue_rep.html',1,'']]]
['quaternion_5f_413',['quaternion_',['../de/d58/structquaternion__.html',1,'']]],
['queue_414',['queue',['../d2/d36/structqueue.html',1,'']]],
['queuerep_415',['QueueRep',['../d0/d10/struct_queue_rep.html',1,'']]]
];

View File

@ -1,7 +1,7 @@
var searchData=
[
['segment_5ftree_413',['segment_tree',['../dd/d06/structsegment__tree.html',1,'']]],
['stack_414',['Stack',['../dd/d10/struct_stack.html',1,'']]],
['subset_415',['subset',['../dc/de5/structsubset.html',1,'']]],
['sudoku_416',['sudoku',['../dc/d18/structsudoku.html',1,'']]]
['segment_5ftree_416',['segment_tree',['../dd/d06/structsegment__tree.html',1,'']]],
['stack_417',['Stack',['../dd/d10/struct_stack.html',1,'']]],
['subset_418',['subset',['../dc/de5/structsubset.html',1,'']]],
['sudoku_419',['sudoku',['../dc/d18/structsudoku.html',1,'']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['_5fuse_5fmath_5fdefines_725',['_USE_MATH_DEFINES',['../d7/d98/spirograph_8c.html#a525335710b53cb064ca56b936120431e',1,'_USE_MATH_DEFINES():&#160;spirograph.c'],['../d2/df6/kohonen__som__topology_8c.html#a525335710b53cb064ca56b936120431e',1,'_USE_MATH_DEFINES():&#160;kohonen_som_topology.c'],['../d0/d46/kohonen__som__trace_8c.html#a525335710b53cb064ca56b936120431e',1,'_USE_MATH_DEFINES():&#160;kohonen_som_trace.c'],['../d6/d2e/cartesian__to__polar_8c.html#a525335710b53cb064ca56b936120431e',1,'_USE_MATH_DEFINES():&#160;cartesian_to_polar.c']]]
['_5fuse_5fmath_5fdefines_732',['_USE_MATH_DEFINES',['../d7/d98/spirograph_8c.html#a525335710b53cb064ca56b936120431e',1,'_USE_MATH_DEFINES():&#160;spirograph.c'],['../d2/df6/kohonen__som__topology_8c.html#a525335710b53cb064ca56b936120431e',1,'_USE_MATH_DEFINES():&#160;kohonen_som_topology.c'],['../d0/d46/kohonen__som__trace_8c.html#a525335710b53cb064ca56b936120431e',1,'_USE_MATH_DEFINES():&#160;kohonen_som_trace.c'],['../d6/d2e/cartesian__to__polar_8c.html#a525335710b53cb064ca56b936120431e',1,'_USE_MATH_DEFINES():&#160;cartesian_to_polar.c']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['accuracy_726',['ACCURACY',['../da/d38/durand__kerner__roots_8c.html#af270a96662132d0385cb6b4637c5a689',1,'ACCURACY():&#160;durand_kerner_roots.c'],['../dd/d08/newton__raphson__root_8c.html#af270a96662132d0385cb6b4637c5a689',1,'ACCURACY():&#160;newton_raphson_root.c']]]
['accuracy_733',['ACCURACY',['../da/d38/durand__kerner__roots_8c.html#af270a96662132d0385cb6b4637c5a689',1,'ACCURACY():&#160;durand_kerner_roots.c'],['../dd/d08/newton__raphson__root_8c.html#af270a96662132d0385cb6b4637c5a689',1,'ACCURACY():&#160;newton_raphson_root.c']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['epsilon_727',['EPSILON',['../d7/d50/qr__eigen__values_8c.html#a002b2f4894492820fe708b1b7e7c5e70',1,'qr_eigen_values.c']]]
['epsilon_734',['EPSILON',['../d7/d50/qr__eigen__values_8c.html#a002b2f4894492820fe708b1b7e7c5e70',1,'qr_eigen_values.c']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['lims_728',['LIMS',['../d7/d50/qr__eigen__values_8c.html#aee57a411f07599034f5ceb8cc7d65b40',1,'qr_eigen_values.c']]]
['lims_735',['LIMS',['../d7/d50/qr__eigen__values_8c.html#aee57a411f07599034f5ceb8cc7d65b40',1,'qr_eigen_values.c']]]
];

View File

@ -1,14 +1,14 @@
var searchData=
[
['max_729',['MAX',['../dd/d93/client_8c.html#a392fb874e547e582e9c66a08a1f23326',1,'MAX():&#160;client.c'],['../d1/d20/server_8c.html#a392fb874e547e582e9c66a08a1f23326',1,'MAX():&#160;server.c']]],
['max_5fdeno_730',['MAX_DENO',['../d1/df9/problem__26_2sol1_8c.html#a619eec3220cebd7c5e455edbb14e9b12',1,'sol1.c']]],
['max_5fdigits_731',['MAX_DIGITS',['../d8/d32/problem__25_2sol1_8c.html#a001791a21d538b8b9176287ae60d9b61',1,'sol1.c']]],
['max_5flen_732',['MAX_LEN',['../d1/df9/problem__26_2sol1_8c.html#aabf4f709c8199e41cf279c77112345fe',1,'sol1.c']]],
['max_5flength_733',['MAX_LENGTH',['../d4/d83/problem__401_2sol1_8c.html#a7a9a231e30b47bc0345749c8bd1e5077',1,'sol1.c']]],
['max_5fname_5flen_734',['MAX_NAME_LEN',['../dd/d8b/problem__22_2sol1_8c.html#afd709f201d7643c3909621f620ea648a',1,'sol1.c']]],
['max_5fnames_735',['MAX_NAMES',['../dd/d8b/problem__22_2sol1_8c.html#a6cb9b08aacb61416795ee78bfceacd38',1,'sol1.c']]],
['max_5fsize_736',['MAX_SIZE',['../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe',1,'union_find.c']]],
['maxline_737',['MAXLINE',['../da/de6/udp__client_8c.html#a3e937c42922f7601edb17b747602c471',1,'MAXLINE():&#160;udp_client.c'],['../d8/dca/udp__server_8c.html#a3e937c42922f7601edb17b747602c471',1,'MAXLINE():&#160;udp_server.c']]],
['min_738',['min',['../d6/d7b/jump__search_8c.html#a8195a86b6d75b9a3939505e8bb50021e',1,'jump_search.c']]],
['mod_5flimit_739',['MOD_LIMIT',['../d4/d83/problem__401_2sol1_8c.html#ade1bdf2529e3c58f53bfb4d844f3a9d3',1,'sol1.c']]]
['max_736',['MAX',['../dd/d93/client_8c.html#a392fb874e547e582e9c66a08a1f23326',1,'MAX():&#160;client.c'],['../d1/d20/server_8c.html#a392fb874e547e582e9c66a08a1f23326',1,'MAX():&#160;server.c']]],
['max_5fdeno_737',['MAX_DENO',['../d1/df9/problem__26_2sol1_8c.html#a619eec3220cebd7c5e455edbb14e9b12',1,'sol1.c']]],
['max_5fdigits_738',['MAX_DIGITS',['../d8/d32/problem__25_2sol1_8c.html#a001791a21d538b8b9176287ae60d9b61',1,'sol1.c']]],
['max_5flen_739',['MAX_LEN',['../d1/df9/problem__26_2sol1_8c.html#aabf4f709c8199e41cf279c77112345fe',1,'sol1.c']]],
['max_5flength_740',['MAX_LENGTH',['../d4/d83/problem__401_2sol1_8c.html#a7a9a231e30b47bc0345749c8bd1e5077',1,'sol1.c']]],
['max_5fname_5flen_741',['MAX_NAME_LEN',['../dd/d8b/problem__22_2sol1_8c.html#afd709f201d7643c3909621f620ea648a',1,'sol1.c']]],
['max_5fnames_742',['MAX_NAMES',['../dd/d8b/problem__22_2sol1_8c.html#a6cb9b08aacb61416795ee78bfceacd38',1,'sol1.c']]],
['max_5fsize_743',['MAX_SIZE',['../df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe',1,'union_find.c']]],
['maxline_744',['MAXLINE',['../da/de6/udp__client_8c.html#a3e937c42922f7601edb17b747602c471',1,'MAXLINE():&#160;udp_client.c'],['../d8/dca/udp__server_8c.html#a3e937c42922f7601edb17b747602c471',1,'MAXLINE():&#160;udp_server.c']]],
['min_745',['min',['../d6/d7b/jump__search_8c.html#a8195a86b6d75b9a3939505e8bb50021e',1,'jump_search.c']]],
['mod_5flimit_746',['MOD_LIMIT',['../d4/d83/problem__401_2sol1_8c.html#ade1bdf2529e3c58f53bfb4d844f3a9d3',1,'sol1.c']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['order_740',['order',['../d4/d07/ode__forward__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_forward_euler.c'],['../d1/dc2/ode__midpoint__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_midpoint_euler.c'],['../d4/d99/ode__semi__implicit__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_semi_implicit_euler.c']]]
['order_747',['order',['../d4/d07/ode__forward__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_forward_euler.c'],['../d1/dc2/ode__midpoint__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_midpoint_euler.c'],['../d4/d99/ode__semi__implicit__euler_8c.html#a9ceb646336224ee890a269d0b4600d09',1,'order():&#160;ode_semi_implicit_euler.c']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['port_741',['PORT',['../dd/d93/client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;client.c'],['../d1/d20/server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;server.c'],['../da/de6/udp__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;udp_client.c'],['../d8/dca/udp__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;udp_server.c']]]
['port_748',['PORT',['../dd/d93/client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;client.c'],['../d1/d20/server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;server.c'],['../da/de6/udp__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;udp_client.c'],['../d8/dca/udp__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'PORT():&#160;udp_server.c']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['sa_742',['SA',['../dd/d93/client_8c.html#a1e43924adac4ae865aa0acf79710261c',1,'SA():&#160;client.c'],['../d1/d20/server_8c.html#a1e43924adac4ae865aa0acf79710261c',1,'SA():&#160;server.c']]]
['sa_749',['SA',['../dd/d93/client_8c.html#a1e43924adac4ae865aa0acf79710261c',1,'SA():&#160;client.c'],['../d1/d20/server_8c.html#a1e43924adac4ae865aa0acf79710261c',1,'SA():&#160;server.c']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['adaline_5flearning_2ec_423',['adaline_learning.c',['../dd/d8c/adaline__learning_8c.html',1,'']]]
['adaline_5flearning_2ec_426',['adaline_learning.c',['../dd/d8c/adaline__learning_8c.html',1,'']]]
];

View File

@ -1,8 +1,8 @@
var searchData=
[
['bead_5fsort_2ec_424',['bead_sort.c',['../d2/da8/bead__sort_8c.html',1,'']]],
['binary_5fsearch_2ec_425',['binary_search.c',['../df/d3b/binary__search_8c.html',1,'']]],
['binary_5fsearch_5ftree_2ec_426',['binary_search_tree.c',['../da/d02/binary__search__tree_8c.html',1,'']]],
['bubble_5fsort_2ec_427',['bubble_sort.c',['../dd/de4/bubble__sort_8c.html',1,'']]],
['bubble_5fsort_5frecursion_2ec_428',['bubble_sort_recursion.c',['../d5/d38/bubble__sort__recursion_8c.html',1,'']]]
['bead_5fsort_2ec_427',['bead_sort.c',['../d2/da8/bead__sort_8c.html',1,'']]],
['binary_5fsearch_2ec_428',['binary_search.c',['../df/d3b/binary__search_8c.html',1,'']]],
['binary_5fsearch_5ftree_2ec_429',['binary_search_tree.c',['../da/d02/binary__search__tree_8c.html',1,'']]],
['bubble_5fsort_2ec_430',['bubble_sort.c',['../dd/de4/bubble__sort_8c.html',1,'']]],
['bubble_5fsort_5frecursion_2ec_431',['bubble_sort_recursion.c',['../d5/d38/bubble__sort__recursion_8c.html',1,'']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['realtime_5fstats_2ec_467',['realtime_stats.c',['../dc/d47/realtime__stats_8c.html',1,'']]]
['realtime_5fstats_2ec_471',['realtime_stats.c',['../dc/d47/realtime__stats_8c.html',1,'']]]
];

View File

@ -1,16 +1,16 @@
var searchData=
[
['segment_5ftree_2ec_468',['segment_tree.c',['../da/da0/segment__tree_8c.html',1,'']]],
['selection_5fsort_2ec_469',['selection_sort.c',['../df/d83/selection__sort_8c.html',1,'']]],
['server_2ec_470',['server.c',['../d1/d20/server_8c.html',1,'']]],
['shell_5fsort2_2ec_471',['shell_sort2.c',['../d6/ded/shell__sort2_8c.html',1,'']]],
['so1_2ec_472',['so1.c',['../d0/d7f/so1_8c.html',1,'']]],
['sol_2ec_473',['sol.c',['../d0/d6c/problem__4_2sol_8c.html',1,'(Global Namespace)'],['../d4/d7b/problem__6_2sol_8c.html',1,'(Global Namespace)'],['../d1/d2f/problem__7_2sol_8c.html',1,'(Global Namespace)']]],
['sol1_2ec_474',['sol1.c',['../da/d35/problem__1_2sol1_8c.html',1,'(Global Namespace)'],['../d0/d6d/problem__10_2sol1_8c.html',1,'(Global Namespace)'],['../d7/d1f/problem__12_2sol1_8c.html',1,'(Global Namespace)'],['../db/d01/problem__13_2sol1_8c.html',1,'(Global Namespace)'],['../d4/dea/problem__14_2sol1_8c.html',1,'(Global Namespace)'],['../d7/d91/problem__15_2sol1_8c.html',1,'(Global Namespace)'],['../d6/d88/problem__16_2sol1_8c.html',1,'(Global Namespace)'],['../dd/df0/problem__19_2sol1_8c.html',1,'(Global Namespace)'],['../db/d80/problem__20_2sol1_8c.html',1,'(Global Namespace)'],['../df/d1a/problem__21_2sol1_8c.html',1,'(Global Namespace)'],['../dd/d8b/problem__22_2sol1_8c.html',1,'(Global Namespace)'],['../d7/ddb/problem__23_2sol1_8c.html',1,'(Global Namespace)'],['../d8/d32/problem__25_2sol1_8c.html',1,'(Global Namespace)'],['../d1/df9/problem__26_2sol1_8c.html',1,'(Global Namespace)'],['../d7/dd3/problem__3_2sol1_8c.html',1,'(Global Namespace)'],['../d4/d83/problem__401_2sol1_8c.html',1,'(Global Namespace)'],['../dc/d32/problem__5_2sol1_8c.html',1,'(Global Namespace)'],['../dc/d63/problem__8_2sol1_8c.html',1,'(Global Namespace)'],['../df/da5/problem__9_2sol1_8c.html',1,'(Global Namespace)']]],
['sol2_2ec_475',['sol2.c',['../d2/dae/problem__1_2sol2_8c.html',1,'(Global Namespace)'],['../d9/da7/problem__10_2sol2_8c.html',1,'(Global Namespace)'],['../d4/dbd/problem__23_2sol2_8c.html',1,'(Global Namespace)'],['../d2/dbc/problem__3_2sol2_8c.html',1,'(Global Namespace)'],['../d5/d3d/problem__5_2sol2_8c.html',1,'(Global Namespace)'],['../d6/d64/problem__7_2sol2_8c.html',1,'(Global Namespace)'],['../d2/d93/problem__8_2sol2_8c.html',1,'(Global Namespace)'],['../d8/de0/problem__9_2sol2_8c.html',1,'(Global Namespace)']]],
['sol3_2ec_476',['sol3.c',['../da/d56/problem__1_2sol3_8c.html',1,'(Global Namespace)'],['../d5/d7c/problem__5_2sol3_8c.html',1,'(Global Namespace)']]],
['sol4_2ec_477',['sol4.c',['../d6/d1b/sol4_8c.html',1,'']]],
['spirograph_2ec_478',['spirograph.c',['../d7/d98/spirograph_8c.html',1,'']]],
['strong_5fnumber_2ec_479',['strong_number.c',['../d4/dcc/strong__number_8c.html',1,'']]],
['sudoku_5fsolver_2ec_480',['sudoku_solver.c',['../de/dac/sudoku__solver_8c.html',1,'']]]
['segment_5ftree_2ec_472',['segment_tree.c',['../da/da0/segment__tree_8c.html',1,'']]],
['selection_5fsort_2ec_473',['selection_sort.c',['../df/d83/selection__sort_8c.html',1,'']]],
['server_2ec_474',['server.c',['../d1/d20/server_8c.html',1,'']]],
['shell_5fsort2_2ec_475',['shell_sort2.c',['../d6/ded/shell__sort2_8c.html',1,'']]],
['so1_2ec_476',['so1.c',['../d0/d7f/so1_8c.html',1,'']]],
['sol_2ec_477',['sol.c',['../d0/d6c/problem__4_2sol_8c.html',1,'(Global Namespace)'],['../d4/d7b/problem__6_2sol_8c.html',1,'(Global Namespace)'],['../d1/d2f/problem__7_2sol_8c.html',1,'(Global Namespace)']]],
['sol1_2ec_478',['sol1.c',['../da/d35/problem__1_2sol1_8c.html',1,'(Global Namespace)'],['../d0/d6d/problem__10_2sol1_8c.html',1,'(Global Namespace)'],['../d7/d1f/problem__12_2sol1_8c.html',1,'(Global Namespace)'],['../db/d01/problem__13_2sol1_8c.html',1,'(Global Namespace)'],['../d4/dea/problem__14_2sol1_8c.html',1,'(Global Namespace)'],['../d7/d91/problem__15_2sol1_8c.html',1,'(Global Namespace)'],['../d6/d88/problem__16_2sol1_8c.html',1,'(Global Namespace)'],['../dd/df0/problem__19_2sol1_8c.html',1,'(Global Namespace)'],['../db/d80/problem__20_2sol1_8c.html',1,'(Global Namespace)'],['../df/d1a/problem__21_2sol1_8c.html',1,'(Global Namespace)'],['../dd/d8b/problem__22_2sol1_8c.html',1,'(Global Namespace)'],['../d7/ddb/problem__23_2sol1_8c.html',1,'(Global Namespace)'],['../d8/d32/problem__25_2sol1_8c.html',1,'(Global Namespace)'],['../d1/df9/problem__26_2sol1_8c.html',1,'(Global Namespace)'],['../d7/dd3/problem__3_2sol1_8c.html',1,'(Global Namespace)'],['../d4/d83/problem__401_2sol1_8c.html',1,'(Global Namespace)'],['../dc/d32/problem__5_2sol1_8c.html',1,'(Global Namespace)'],['../dc/d63/problem__8_2sol1_8c.html',1,'(Global Namespace)'],['../df/da5/problem__9_2sol1_8c.html',1,'(Global Namespace)']]],
['sol2_2ec_479',['sol2.c',['../d2/dae/problem__1_2sol2_8c.html',1,'(Global Namespace)'],['../d9/da7/problem__10_2sol2_8c.html',1,'(Global Namespace)'],['../d4/dbd/problem__23_2sol2_8c.html',1,'(Global Namespace)'],['../d2/dbc/problem__3_2sol2_8c.html',1,'(Global Namespace)'],['../d5/d3d/problem__5_2sol2_8c.html',1,'(Global Namespace)'],['../d6/d64/problem__7_2sol2_8c.html',1,'(Global Namespace)'],['../d2/d93/problem__8_2sol2_8c.html',1,'(Global Namespace)'],['../d8/de0/problem__9_2sol2_8c.html',1,'(Global Namespace)']]],
['sol3_2ec_480',['sol3.c',['../da/d56/problem__1_2sol3_8c.html',1,'(Global Namespace)'],['../d5/d7c/problem__5_2sol3_8c.html',1,'(Global Namespace)']]],
['sol4_2ec_481',['sol4.c',['../d6/d1b/sol4_8c.html',1,'']]],
['spirograph_2ec_482',['spirograph.c',['../d7/d98/spirograph_8c.html',1,'']]],
['strong_5fnumber_2ec_483',['strong_number.c',['../d4/dcc/strong__number_8c.html',1,'']]],
['sudoku_5fsolver_2ec_484',['sudoku_solver.c',['../de/dac/sudoku__solver_8c.html',1,'']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['threaded_5fbinary_5ftrees_2ec_481',['threaded_binary_trees.c',['../df/d3c/threaded__binary__trees_8c.html',1,'']]]
['threaded_5fbinary_5ftrees_2ec_485',['threaded_binary_trees.c',['../df/d3c/threaded__binary__trees_8c.html',1,'']]]
];

View File

@ -1,6 +1,6 @@
var searchData=
[
['udp_5fclient_2ec_482',['udp_client.c',['../da/de6/udp__client_8c.html',1,'']]],
['udp_5fserver_2ec_483',['udp_server.c',['../d8/dca/udp__server_8c.html',1,'']]],
['union_5ffind_2ec_484',['union_find.c',['../df/df3/union__find_8c.html',1,'']]]
['udp_5fclient_2ec_486',['udp_client.c',['../da/de6/udp__client_8c.html',1,'']]],
['udp_5fserver_2ec_487',['udp_server.c',['../d8/dca/udp__server_8c.html',1,'']]],
['union_5ffind_2ec_488',['union_find.c',['../df/df3/union__find_8c.html',1,'']]]
];

View File

@ -1,4 +1,4 @@
var searchData=
[
['vectors_5f3d_2ec_485',['vectors_3d.c',['../d5/db8/vectors__3d_8c.html',1,'']]]
['vectors_5f3d_2ec_489',['vectors_3d.c',['../d5/db8/vectors__3d_8c.html',1,'']]]
];

Some files were not shown because too many files have changed in this diff Show More