Documentation for 0e956c6e58

This commit is contained in:
github-actions 2022-11-16 00:25:55 +00:00
parent 8d1548517f
commit c11ed7ac9c
32 changed files with 497 additions and 42 deletions

View File

@ -0,0 +1,6 @@
<map id="misc/rot13.c" name="misc/rot13.c">
<area shape="rect" id="node1" title="ROT13 is a simple letter substitution cipher that replaces a letter with the 13th letter after it in ..." alt="" coords="77,5,171,31"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,79,67,104"/>
<area shape="rect" id="node3" title=" " alt="" coords="91,79,157,104"/>
<area shape="rect" id="node4" title=" " alt="" coords="181,79,251,104"/>
</map>

View File

@ -0,0 +1 @@
3099980fbfa61ae2b8e637fddeb688b7

66
d9/d55/rot13_8c__incl.svg Normal file
View File

@ -0,0 +1,66 @@
<?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 7.0.0 (20221023.0053)
-->
<!-- Title: misc/rot13.c Pages: 1 -->
<svg width="192pt" height="82pt"
viewBox="0.00 0.00 192.00 82.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 78)">
<title>misc/rot13.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="ROT13 is a simple letter substitution cipher that replaces a letter with the 13th letter after it in ...">
<polygon fill="#999999" stroke="#666666" points="124.5,-74 53.5,-74 53.5,-55 124.5,-55 124.5,-74"/>
<text text-anchor="middle" x="89" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">misc/rot13.c</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="46,-19 0,-19 0,0 46,0 46,-19"/>
<text text-anchor="middle" x="23" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M77.8,-54.51C68.26,-46.85 54.33,-35.66 42.89,-26.47"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="45.2,-23.84 35.21,-20.31 40.82,-29.3 45.2,-23.84"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="113.5,-19 64.5,-19 64.5,0 113.5,0 113.5,-19"/>
<text text-anchor="middle" x="89" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M89,-54.75C89,-48.27 89,-39.16 89,-30.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.5,-30.96 89,-20.96 85.5,-30.96 92.5,-30.96"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="184,-19 132,-19 132,0 184,0 184,-19"/>
<text text-anchor="middle" x="158" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M100.7,-54.51C110.78,-46.77 125.54,-35.43 137.56,-26.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="139.47,-29.15 145.27,-20.28 135.21,-23.6 139.47,-29.15"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

263
de/dcf/rot13_8c.html Normal file
View File

@ -0,0 +1,263 @@
<!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" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.5"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C: misc/rot13.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 id="projectrow">
<td id="projectalign">
<div id="projectname">Algorithms_in_C<span id="projectnumber">&#160;1.0.0</span>
</div>
<div id="projectbrief">Set of algorithms implemented in C.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.5 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('de/dcf/rot13_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">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle"><div class="title">rot13.c File Reference</div></div>
</div><!--header-->
<div class="contents">
<p><a href="https://en.wikipedia.org/wiki/ROT13" target="_blank">ROT13</a> is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;stdio.h&gt;</code><br />
<code>#include &lt;string.h&gt;</code><br />
<code>#include &lt;assert.h&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for rot13.c:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d9/d55/rot13_8c__incl.svg" width="256" height="110"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:aff3bdb59af9eabba91420f23eb01718c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c">rot13</a> (char *s)</td></tr>
<tr class="memdesc:aff3bdb59af9eabba91420f23eb01718c"><td class="mdescLeft">&#160;</td><td class="mdescRight">for IO operations <a href="../../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c">More...</a><br /></td></tr>
<tr class="separator:aff3bdb59af9eabba91420f23eb01718c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
<tr class="memdesc:aa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Self-test implementations. <a href="../../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d">More...</a><br /></td></tr>
<tr class="separator:aa8dca7b867074164d5f45b0f3851269d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/dcf/rot13_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Main function. <a href="../../de/dcf/rot13_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4">More...</a><br /></td></tr>
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p ><a href="https://en.wikipedia.org/wiki/ROT13" target="_blank">ROT13</a> is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. </p>
<p >ROT13 transforms a piece of text by examining its alphabetic characters and replacing each one with the letter 13 places further along in the alphabet, wrapping back to the beginning if necessary. A becomes N, B becomes O, and so on up to M, which becomes Z, then the sequence continues at the beginning of the alphabet: N becomes A, O becomes B, and so on to Z, which becomes M. </p><dl class="section author"><dt>Author</dt><dd><a href="https://github.com/j3r3mias" target="_blank">Jeremias Moreira Gomes</a> </dd></dl>
</div><h2 class="groupheader">Function Documentation</h2>
<a id="ae66f6b31b5ad750f1fe042a706a4e3d4" name="ae66f6b31b5ad750f1fe042a706a4e3d4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae66f6b31b5ad750f1fe042a706a4e3d4">&#9670;&#160;</a></span>main()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int main </td>
<td>(</td>
<td class="paramtype">void&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Main function. </p>
<dl class="section return"><dt>Returns</dt><dd>0 on exit </dd></dl>
<div class="fragment"><div class="line"><span class="lineno"> 57</span> {</div>
<div class="line"><span class="lineno"> 58</span> <a class="code hl_function" href="../../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d">test</a>(); <span class="comment">// run self-test implementations</span></div>
<div class="line"><span class="lineno"> 59</span> <span class="keywordflow">return</span> 0;</div>
<div class="line"><span class="lineno"> 60</span>}</div>
<div class="ttc" id="arot13_8c_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdoc">Self-test implementations.</div><div class="ttdef"><b>Definition:</b> rot13.c:37</div></div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../de/dcf/rot13_8c_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="252" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div>
</div>
<a id="aff3bdb59af9eabba91420f23eb01718c" name="aff3bdb59af9eabba91420f23eb01718c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aff3bdb59af9eabba91420f23eb01718c">&#9670;&#160;</a></span>rot13()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void rot13 </td>
<td>(</td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>s</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>for IO operations </p>
<p >for string operations for assert</p>
<p >Apply the ROT13 cipher </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">s</td><td>contains the string to be processed </td></tr>
</table>
</dd>
</dl>
<div class="fragment"><div class="line"><span class="lineno"> 23</span> {</div>
<div class="line"><span class="lineno"> 24</span> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; s[i]; i++) {</div>
<div class="line"><span class="lineno"> 25</span> <span class="keywordflow">if</span> (s[i] &gt;= <span class="charliteral">&#39;A&#39;</span> &amp;&amp; s[i] &lt;= <span class="charliteral">&#39;Z&#39;</span>) {</div>
<div class="line"><span class="lineno"> 26</span> s[i] = <span class="charliteral">&#39;A&#39;</span> + ((s[i] - <span class="charliteral">&#39;A&#39;</span> + 13) % 26);</div>
<div class="line"><span class="lineno"> 27</span> } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (s[i] &gt;= <span class="charliteral">&#39;a&#39;</span> &amp;&amp; s[i] &lt;= <span class="charliteral">&#39;z&#39;</span>) {</div>
<div class="line"><span class="lineno"> 28</span> s[i] = <span class="charliteral">&#39;a&#39;</span> + ((s[i] - <span class="charliteral">&#39;a&#39;</span> + 13) % 26);</div>
<div class="line"><span class="lineno"> 29</span> }</div>
<div class="line"><span class="lineno"> 30</span> } </div>
<div class="line"><span class="lineno"> 31</span>}</div>
</div><!-- fragment -->
</div>
</div>
<a id="aa8dca7b867074164d5f45b0f3851269d" name="aa8dca7b867074164d5f45b0f3851269d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa8dca7b867074164d5f45b0f3851269d">&#9670;&#160;</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>Self-test implementations. </p>
<dl class="section return"><dt>Returns</dt><dd>void </dd></dl>
<div class="fragment"><div class="line"><span class="lineno"> 37</span> {</div>
<div class="line"><span class="lineno"> 38</span> <span class="keywordtype">char</span> test_01[] = <span class="stringliteral">&quot;The more I C, the less I see.&quot;</span>;</div>
<div class="line"><span class="lineno"> 39</span> <a class="code hl_function" href="../../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c">rot13</a>(test_01);</div>
<div class="line"><span class="lineno"> 40</span> assert(strcmp(test_01, <span class="stringliteral">&quot;Gur zber V P, gur yrff V frr.&quot;</span>) == 0);</div>
<div class="line"><span class="lineno"> 41</span> </div>
<div class="line"><span class="lineno"> 42</span> <span class="keywordtype">char</span> test_02[] = <span class="stringliteral">&quot;Which witch switched the Swiss wristwatches?&quot;</span>;</div>
<div class="line"><span class="lineno"> 43</span> <a class="code hl_function" href="../../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c">rot13</a>(test_02);</div>
<div class="line"><span class="lineno"> 44</span> assert(strcmp(test_02, <span class="stringliteral">&quot;Juvpu jvgpu fjvgpurq gur Fjvff jevfgjngpurf?&quot;</span>) == 0);</div>
<div class="line"><span class="lineno"> 45</span> </div>
<div class="line"><span class="lineno"> 46</span> <span class="keywordtype">char</span> test_03[] = <span class="stringliteral">&quot;Juvpu jvgpu fjvgpurq gur Fjvff jevfgjngpurf?&quot;</span>;</div>
<div class="line"><span class="lineno"> 47</span> <a class="code hl_function" href="../../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c">rot13</a>(test_03);</div>
<div class="line"><span class="lineno"> 48</span> assert(strcmp(test_03, <span class="stringliteral">&quot;Which witch switched the Swiss wristwatches?&quot;</span>) == 0);</div>
<div class="line"><span class="lineno"> 49</span> </div>
<div class="line"><span class="lineno"> 50</span> printf(<span class="stringliteral">&quot;All tests have successfully passed!\n&quot;</span>);</div>
<div class="line"><span class="lineno"> 51</span>}</div>
<div class="ttc" id="arot13_8c_html_aff3bdb59af9eabba91420f23eb01718c"><div class="ttname"><a href="../../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c">rot13</a></div><div class="ttdeci">void rot13(char *s)</div><div class="ttdoc">for IO operations</div><div class="ttdef"><b>Definition:</b> rot13.c:23</div></div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../de/dcf/rot13_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg" width="154" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div>
</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="../../de/dcf/rot13_8c.html">rot13.c</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5 </li>
</ul>
</div>
</body>
</html>

6
de/dcf/rot13_8c.js Normal file
View File

@ -0,0 +1,6 @@
var rot13_8c =
[
[ "main", "de/dcf/rot13_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ],
[ "rot13", "de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c", null ],
[ "test", "de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d", null ]
];

View File

@ -0,0 +1,4 @@
<map id="test" name="test">
<area shape="rect" id="node1" title="Self&#45;test implementations." alt="" coords="5,5,49,31"/>
<area shape="rect" id="node2" href="$de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c" title="for IO operations" alt="" coords="97,5,148,31"/>
</map>

View File

@ -0,0 +1 @@
a688f03247fd57201014a92d8f29ad50

View File

@ -0,0 +1,36 @@
<?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 7.0.0 (20221023.0053)
-->
<!-- Title: test Pages: 1 -->
<svg width="115pt" height="27pt"
viewBox="0.00 0.00 115.00 27.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 23)">
<title>test</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Self&#45;test implementations.">
<polygon fill="#999999" stroke="#666666" points="33,-19 0,-19 0,0 33,0 33,-19"/>
<text text-anchor="middle" x="16.5" y="-7" 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="../../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c" target="_top" xlink:title="for IO operations">
<polygon fill="white" stroke="#666666" points="107,-19 69,-19 69,0 107,0 107,-19"/>
<text text-anchor="middle" x="88" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">rot13</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M33.27,-9.5C40.4,-9.5 49.07,-9.5 57.35,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.07,-13 67.07,-9.5 57.07,-6 57.07,-13"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,5 @@
<map id="main" name="main">
<area shape="rect" id="node1" title="Main function." alt="" coords="5,5,56,31"/>
<area shape="rect" id="node2" href="$de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d" title="Self&#45;test implementations." alt="" coords="104,5,148,31"/>
<area shape="rect" id="node3" href="$de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c" title="for IO operations" alt="" coords="196,5,247,31"/>
</map>

View File

@ -0,0 +1 @@
12e3aad3a7f831c400739c0d52519abe

View File

@ -0,0 +1,51 @@
<?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 7.0.0 (20221023.0053)
-->
<!-- Title: main Pages: 1 -->
<svg width="189pt" height="27pt"
viewBox="0.00 0.00 189.00 27.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 23)">
<title>main</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Main function.">
<polygon fill="#999999" stroke="#666666" points="38,-19 0,-19 0,0 38,0 38,-19"/>
<text text-anchor="middle" x="19" y="-7" 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="../../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<polygon fill="white" stroke="#666666" points="107,-19 74,-19 74,0 107,0 107,-19"/>
<text text-anchor="middle" x="90.5" y="-7" 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="#63b8ff" d="M38.26,-9.5C45.72,-9.5 54.5,-9.5 62.66,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.44,-13 72.44,-9.5 62.44,-6 62.44,-13"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c" target="_top" xlink:title="for IO operations">
<polygon fill="white" stroke="#666666" points="181,-19 143,-19 143,0 181,0 181,-19"/>
<text text-anchor="middle" x="162" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">rot13</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M107.27,-9.5C114.4,-9.5 123.07,-9.5 131.35,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.07,-13 141.07,-9.5 131.07,-6 131.07,-13"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -136,6 +136,9 @@ Files</h2></td></tr>
<tr class="memitem:"><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/" target="_blank">Prime Seive</a> algorithm implementation. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="de/dcf/rot13_8c.html">rot13.c</a></td></tr>
<tr class="memdesc:de/dcf/rot13_8c"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a href="https://en.wikipedia.org/wiki/ROT13" target="_blank">ROT13</a> is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="d1/dc7/run__length__encoding_8c.html">run_length_encoding.c</a></td></tr>
<tr class="memdesc:d1/dc7/run__length__encoding_8c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Encode a null terminated string using <a href="https://en.wikipedia.org/wiki/Run-length_encoding" target="_blank">Run-length encoding</a> <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>

View File

@ -11,6 +11,7 @@ var dir_a52f4d3d586a58b02f3a4ddf0a992157 =
[ "postfix_evaluation.c", "df/d43/postfix__evaluation_8c.html", "df/d43/postfix__evaluation_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" ],
[ "rot13.c", "de/dcf/rot13_8c.html", "de/dcf/rot13_8c" ],
[ "run_length_encoding.c", "d1/dc7/run__length__encoding_8c.html", "d1/dc7/run__length__encoding_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" ],

View File

@ -205,10 +205,11 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });
<tr id="row_13_8_" 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="df/d43/postfix__evaluation_8c.html" target="_self">postfix_evaluation.c</a></td><td class="desc"><a href="https://www.includehelp.com/c/evaluation-of-postfix-expressions-using-stack-with-c-program.aspx" target="_blank">Postfix evaluation algorithm</a> implementation </td></tr>
<tr id="row_13_9_" 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/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" target="_blank">prime number</a> or not </td></tr>
<tr id="row_13_10_" 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="db/dd5/prime__seive_8c.html" target="_self">prime_seive.c</a></td><td class="desc"><a href="https://leetcode.com/problems/count-primes/" target="_blank">Prime Seive</a> algorithm implementation </td></tr>
<tr id="row_13_11_" 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="d1/dc7/run__length__encoding_8c.html" target="_self">run_length_encoding.c</a></td><td class="desc">Encode a null terminated string using <a href="https://en.wikipedia.org/wiki/Run-length_encoding" target="_blank">Run-length encoding</a> </td></tr>
<tr id="row_13_12_" 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="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_13_13_" 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="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_13_14_" 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="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" target="_blank">Union find</a> algorithm </td></tr>
<tr id="row_13_11_" 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="de/dcf/rot13_8c.html" target="_self">rot13.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/ROT13" target="_blank">ROT13</a> is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet </td></tr>
<tr id="row_13_12_" 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="d1/dc7/run__length__encoding_8c.html" target="_self">run_length_encoding.c</a></td><td class="desc">Encode a null terminated string using <a href="https://en.wikipedia.org/wiki/Run-length_encoding" target="_blank">Run-length encoding</a> </td></tr>
<tr id="row_13_13_" 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="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_13_14_" 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="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_13_15_" 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="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" target="_blank">Union find</a> algorithm </td></tr>
<tr id="row_14_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_14_" class="arrow" onclick="toggleFolder('14_')">&#9658;</span><span id="img_14_" class="iconfclosed" onclick="toggleFolder('14_')">&#160;</span><a class="el" href="dir_9c6faab82c22511b50177aa2e38e2780.html" target="_self">numerical_methods</a></td><td class="desc"></td></tr>
<tr id="row_14_0_" class="odd" 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" target="_blank">Durand Kerner algorithm</a> </td></tr>
<tr id="row_14_1_" class="odd" 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" target="_blank">LU decomposition</a> of a square matrix </td></tr>

File diff suppressed because one or more lines are too long

View File

@ -104,6 +104,7 @@ $(document).ready(function(){initNavTree('globals_func_r.html',''); initResizabl
<li>RecursionInsertionSort()&#160;:&#160;<a class="el" href="d5/d4c/group__sorting.html#ga98666b73777e308fb06a3c489ce25359">insertion_sort_recursive.c</a></li>
<li>remove_digits()&#160;:&#160;<a class="el" href="db/d80/problem__20_2sol1_8c.html#a54a02c4b963fdb16f24959e0137763f1">sol1.c</a></li>
<li>reverse_str()&#160;:&#160;<a class="el" href="d9/deb/min__printf_8h.html#a8d68ec60643cacdb402176549565754e">min_printf.h</a></li>
<li>rot13()&#160;:&#160;<a class="el" href="de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c">rot13.c</a></li>
<li>run_length_encode()&#160;:&#160;<a class="el" href="d1/dc7/run__length__encoding_8c.html#ac3cc4a63cf2a14a08e05c5537ecf59c2">run_length_encoding.c</a></li>
</ul>
</div><!-- contents -->

View File

@ -100,7 +100,7 @@ $(document).ready(function(){initNavTree('globals_func_t.html',''); initResizabl
&#160;
<h3><a id="index_t" name="index_t"></a>- t -</h3><ul>
<li>test()&#160;:&#160;<a class="el" href="df/d27/alaw_8c.html#a840bf13d2e4d75d38fb7bf3a655152f5">alaw.c</a>, <a class="el" href="d1/dba/decimal__to__any__base_8c.html#aa8dca7b867074164d5f45b0f3851269d">decimal_to_any_base.c</a>, <a class="el" href="d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d">decimal_to_binary_recursion.c</a>, <a class="el" href="da/d96/infix__to__postfix2_8c.html#aa8dca7b867074164d5f45b0f3851269d">infix_to_postfix2.c</a>, <a class="el" href="dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d">int_to_string.c</a>, <a class="el" href="d0/d8a/octal__to__hexadecimal_8c.html#aa8dca7b867074164d5f45b0f3851269d">octal_to_hexadecimal.c</a>, <a class="el" href="da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d">segment_tree.c</a>, <a class="el" href="d3/d78/words__alphabetical_8c.html#aa8dca7b867074164d5f45b0f3851269d">words_alphabetical.c</a>, <a class="el" href="df/dfa/vector_8c.html#aa8dca7b867074164d5f45b0f3851269d">vector.c</a>, <a class="el" href="d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d">vectors_3d.c</a>, <a class="el" href="d7/d98/spirograph_8c.html#a708a4c1a4d0c4acc4c447310dd4db27f">spirograph.c</a>, <a class="el" href="d9/dcc/prim_8c.html#aff3f4c22009b2aa4e385a76a8a1cdc1c">prim.c</a>, <a class="el" href="d0/df3/6_8c.html#aa8dca7b867074164d5f45b0f3851269d">6.c</a>, <a class="el" href="d6/d76/k__means__clustering_8c.html#aa8dca7b867074164d5f45b0f3851269d">k_means_clustering.c</a>, <a class="el" href="d6/d2e/cartesian__to__polar_8c.html#ae1a3968e7947464bee7714f6d43b7002">cartesian_to_polar.c</a>, <a class="el" href="d8/d75/fibonacci__formula_8c.html#aa8dca7b867074164d5f45b0f3851269d">fibonacci_formula.c</a>, <a class="el" href="df/d43/postfix__evaluation_8c.html#aa8dca7b867074164d5f45b0f3851269d">postfix_evaluation.c</a>, <a class="el" href="da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002">prime.c</a>, <a class="el" href="d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">prime_seive.c</a>, <a class="el" href="d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d">run_length_encoding.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="da/d6c/exponential__search_8c.html#aa8dca7b867074164d5f45b0f3851269d">exponential_search.c</a>, <a class="el" href="d2/d9b/floyd__cycle__detection__algorithm_8c.html#aa8dca7b867074164d5f45b0f3851269d">floyd_cycle_detection_algorithm.c</a>, <a class="el" href="d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002">jump_search.c</a>, <a class="el" href="d5/de2/sentinel__linear__search_8c.html#aa8dca7b867074164d5f45b0f3851269d">sentinel_linear_search.c</a>, <a class="el" href="dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort.c</a>, <a class="el" href="d2/d6d/bubble__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d">bubble_sort_2.c</a>, <a class="el" href="d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort_recursion.c</a>, <a class="el" href="de/dff/heap__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d">heap_sort_2.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>, <a class="el" href="d1/d94/odd__even__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">odd_even_sort.c</a>, <a class="el" href="df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">selection_sort.c</a>, <a class="el" href="dc/d39/selection__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d">selection_sort_recursive.c</a></li>
<li>test()&#160;:&#160;<a class="el" href="df/d27/alaw_8c.html#a840bf13d2e4d75d38fb7bf3a655152f5">alaw.c</a>, <a class="el" href="d1/dba/decimal__to__any__base_8c.html#aa8dca7b867074164d5f45b0f3851269d">decimal_to_any_base.c</a>, <a class="el" href="d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d">decimal_to_binary_recursion.c</a>, <a class="el" href="da/d96/infix__to__postfix2_8c.html#aa8dca7b867074164d5f45b0f3851269d">infix_to_postfix2.c</a>, <a class="el" href="dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d">int_to_string.c</a>, <a class="el" href="d0/d8a/octal__to__hexadecimal_8c.html#aa8dca7b867074164d5f45b0f3851269d">octal_to_hexadecimal.c</a>, <a class="el" href="da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d">segment_tree.c</a>, <a class="el" href="d3/d78/words__alphabetical_8c.html#aa8dca7b867074164d5f45b0f3851269d">words_alphabetical.c</a>, <a class="el" href="df/dfa/vector_8c.html#aa8dca7b867074164d5f45b0f3851269d">vector.c</a>, <a class="el" href="d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d">vectors_3d.c</a>, <a class="el" href="d7/d98/spirograph_8c.html#a708a4c1a4d0c4acc4c447310dd4db27f">spirograph.c</a>, <a class="el" href="d9/dcc/prim_8c.html#aff3f4c22009b2aa4e385a76a8a1cdc1c">prim.c</a>, <a class="el" href="d0/df3/6_8c.html#aa8dca7b867074164d5f45b0f3851269d">6.c</a>, <a class="el" href="d6/d76/k__means__clustering_8c.html#aa8dca7b867074164d5f45b0f3851269d">k_means_clustering.c</a>, <a class="el" href="d6/d2e/cartesian__to__polar_8c.html#ae1a3968e7947464bee7714f6d43b7002">cartesian_to_polar.c</a>, <a class="el" href="d8/d75/fibonacci__formula_8c.html#aa8dca7b867074164d5f45b0f3851269d">fibonacci_formula.c</a>, <a class="el" href="df/d43/postfix__evaluation_8c.html#aa8dca7b867074164d5f45b0f3851269d">postfix_evaluation.c</a>, <a class="el" href="da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002">prime.c</a>, <a class="el" href="d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">prime_seive.c</a>, <a class="el" href="de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d">rot13.c</a>, <a class="el" href="d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d">run_length_encoding.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="da/d6c/exponential__search_8c.html#aa8dca7b867074164d5f45b0f3851269d">exponential_search.c</a>, <a class="el" href="d2/d9b/floyd__cycle__detection__algorithm_8c.html#aa8dca7b867074164d5f45b0f3851269d">floyd_cycle_detection_algorithm.c</a>, <a class="el" href="d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002">jump_search.c</a>, <a class="el" href="d5/de2/sentinel__linear__search_8c.html#aa8dca7b867074164d5f45b0f3851269d">sentinel_linear_search.c</a>, <a class="el" href="dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort.c</a>, <a class="el" href="d2/d6d/bubble__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d">bubble_sort_2.c</a>, <a class="el" href="d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort_recursion.c</a>, <a class="el" href="de/dff/heap__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d">heap_sort_2.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>, <a class="el" href="d1/d94/odd__even__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">odd_even_sort.c</a>, <a class="el" href="df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">selection_sort.c</a>, <a class="el" href="dc/d39/selection__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d">selection_sort_recursive.c</a></li>
<li>test1()&#160;:&#160;<a class="el" href="dd/d8c/adaline__learning_8c.html#ab4ecb3accf5d9e0263087e7265bbe3a9">adaline_learning.c</a>, <a class="el" href="d2/df6/kohonen__som__topology_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0">kohonen_som_topology.c</a>, <a class="el" href="d0/d46/kohonen__som__trace_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0">kohonen_som_trace.c</a>, <a class="el" href="d0/dcb/poly__add_8c.html#ab215107dbb50c7efa811a687ce9b95af">poly_add.c</a>, <a class="el" href="d7/d50/qr__eigen__values_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0">qr_eigen_values.c</a></li>
<li>test2()&#160;:&#160;<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()&#160;:&#160;<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>, <a class="el" href="d0/dcb/poly__add_8c.html#ab138609c765e2fd8b89e9c107cd40d57">poly_add.c</a></li>

File diff suppressed because one or more lines are too long

View File

@ -104,6 +104,7 @@ $(document).ready(function(){initNavTree('globals_r.html',''); initResizable();
<li>RecursionInsertionSort()&#160;:&#160;<a class="el" href="d5/d4c/group__sorting.html#ga98666b73777e308fb06a3c489ce25359">insertion_sort_recursive.c</a></li>
<li>remove_digits()&#160;:&#160;<a class="el" href="db/d80/problem__20_2sol1_8c.html#a54a02c4b963fdb16f24959e0137763f1">sol1.c</a></li>
<li>reverse_str()&#160;:&#160;<a class="el" href="d9/deb/min__printf_8h.html#a8d68ec60643cacdb402176549565754e">min_printf.h</a></li>
<li>rot13()&#160;:&#160;<a class="el" href="de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c">rot13.c</a></li>
<li>run_length_encode()&#160;:&#160;<a class="el" href="d1/dc7/run__length__encoding_8c.html#ac3cc4a63cf2a14a08e05c5537ecf59c2">run_length_encoding.c</a></li>
</ul>
</div><!-- contents -->

View File

@ -100,7 +100,7 @@ $(document).ready(function(){initNavTree('globals_t.html',''); initResizable();
<div class="textblock">Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:</div>
<h3><a id="index_t" name="index_t"></a>- t -</h3><ul>
<li>test()&#160;:&#160;<a class="el" href="df/d27/alaw_8c.html#a840bf13d2e4d75d38fb7bf3a655152f5">alaw.c</a>, <a class="el" href="d1/dba/decimal__to__any__base_8c.html#aa8dca7b867074164d5f45b0f3851269d">decimal_to_any_base.c</a>, <a class="el" href="d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d">decimal_to_binary_recursion.c</a>, <a class="el" href="da/d96/infix__to__postfix2_8c.html#aa8dca7b867074164d5f45b0f3851269d">infix_to_postfix2.c</a>, <a class="el" href="dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d">int_to_string.c</a>, <a class="el" href="d0/d8a/octal__to__hexadecimal_8c.html#aa8dca7b867074164d5f45b0f3851269d">octal_to_hexadecimal.c</a>, <a class="el" href="da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d">segment_tree.c</a>, <a class="el" href="d3/d78/words__alphabetical_8c.html#aa8dca7b867074164d5f45b0f3851269d">words_alphabetical.c</a>, <a class="el" href="df/dfa/vector_8c.html#aa8dca7b867074164d5f45b0f3851269d">vector.c</a>, <a class="el" href="d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d">vectors_3d.c</a>, <a class="el" href="d7/d98/spirograph_8c.html#a708a4c1a4d0c4acc4c447310dd4db27f">spirograph.c</a>, <a class="el" href="d9/dcc/prim_8c.html#aff3f4c22009b2aa4e385a76a8a1cdc1c">prim.c</a>, <a class="el" href="d0/df3/6_8c.html#aa8dca7b867074164d5f45b0f3851269d">6.c</a>, <a class="el" href="d6/d76/k__means__clustering_8c.html#aa8dca7b867074164d5f45b0f3851269d">k_means_clustering.c</a>, <a class="el" href="d6/d2e/cartesian__to__polar_8c.html#ae1a3968e7947464bee7714f6d43b7002">cartesian_to_polar.c</a>, <a class="el" href="d8/d75/fibonacci__formula_8c.html#aa8dca7b867074164d5f45b0f3851269d">fibonacci_formula.c</a>, <a class="el" href="df/d43/postfix__evaluation_8c.html#aa8dca7b867074164d5f45b0f3851269d">postfix_evaluation.c</a>, <a class="el" href="da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002">prime.c</a>, <a class="el" href="d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">prime_seive.c</a>, <a class="el" href="d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d">run_length_encoding.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="da/d6c/exponential__search_8c.html#aa8dca7b867074164d5f45b0f3851269d">exponential_search.c</a>, <a class="el" href="d2/d9b/floyd__cycle__detection__algorithm_8c.html#aa8dca7b867074164d5f45b0f3851269d">floyd_cycle_detection_algorithm.c</a>, <a class="el" href="d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002">jump_search.c</a>, <a class="el" href="d5/de2/sentinel__linear__search_8c.html#aa8dca7b867074164d5f45b0f3851269d">sentinel_linear_search.c</a>, <a class="el" href="dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort.c</a>, <a class="el" href="d2/d6d/bubble__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d">bubble_sort_2.c</a>, <a class="el" href="d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort_recursion.c</a>, <a class="el" href="de/dff/heap__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d">heap_sort_2.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>, <a class="el" href="d1/d94/odd__even__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">odd_even_sort.c</a>, <a class="el" href="df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">selection_sort.c</a>, <a class="el" href="dc/d39/selection__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d">selection_sort_recursive.c</a></li>
<li>test()&#160;:&#160;<a class="el" href="df/d27/alaw_8c.html#a840bf13d2e4d75d38fb7bf3a655152f5">alaw.c</a>, <a class="el" href="d1/dba/decimal__to__any__base_8c.html#aa8dca7b867074164d5f45b0f3851269d">decimal_to_any_base.c</a>, <a class="el" href="d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d">decimal_to_binary_recursion.c</a>, <a class="el" href="da/d96/infix__to__postfix2_8c.html#aa8dca7b867074164d5f45b0f3851269d">infix_to_postfix2.c</a>, <a class="el" href="dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d">int_to_string.c</a>, <a class="el" href="d0/d8a/octal__to__hexadecimal_8c.html#aa8dca7b867074164d5f45b0f3851269d">octal_to_hexadecimal.c</a>, <a class="el" href="da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d">segment_tree.c</a>, <a class="el" href="d3/d78/words__alphabetical_8c.html#aa8dca7b867074164d5f45b0f3851269d">words_alphabetical.c</a>, <a class="el" href="df/dfa/vector_8c.html#aa8dca7b867074164d5f45b0f3851269d">vector.c</a>, <a class="el" href="d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d">vectors_3d.c</a>, <a class="el" href="d7/d98/spirograph_8c.html#a708a4c1a4d0c4acc4c447310dd4db27f">spirograph.c</a>, <a class="el" href="d9/dcc/prim_8c.html#aff3f4c22009b2aa4e385a76a8a1cdc1c">prim.c</a>, <a class="el" href="d0/df3/6_8c.html#aa8dca7b867074164d5f45b0f3851269d">6.c</a>, <a class="el" href="d6/d76/k__means__clustering_8c.html#aa8dca7b867074164d5f45b0f3851269d">k_means_clustering.c</a>, <a class="el" href="d6/d2e/cartesian__to__polar_8c.html#ae1a3968e7947464bee7714f6d43b7002">cartesian_to_polar.c</a>, <a class="el" href="d8/d75/fibonacci__formula_8c.html#aa8dca7b867074164d5f45b0f3851269d">fibonacci_formula.c</a>, <a class="el" href="df/d43/postfix__evaluation_8c.html#aa8dca7b867074164d5f45b0f3851269d">postfix_evaluation.c</a>, <a class="el" href="da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002">prime.c</a>, <a class="el" href="d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d">prime_seive.c</a>, <a class="el" href="de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d">rot13.c</a>, <a class="el" href="d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d">run_length_encoding.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="da/d6c/exponential__search_8c.html#aa8dca7b867074164d5f45b0f3851269d">exponential_search.c</a>, <a class="el" href="d2/d9b/floyd__cycle__detection__algorithm_8c.html#aa8dca7b867074164d5f45b0f3851269d">floyd_cycle_detection_algorithm.c</a>, <a class="el" href="d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002">jump_search.c</a>, <a class="el" href="d5/de2/sentinel__linear__search_8c.html#aa8dca7b867074164d5f45b0f3851269d">sentinel_linear_search.c</a>, <a class="el" href="dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort.c</a>, <a class="el" href="d2/d6d/bubble__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d">bubble_sort_2.c</a>, <a class="el" href="d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002">bubble_sort_recursion.c</a>, <a class="el" href="de/dff/heap__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d">heap_sort_2.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>, <a class="el" href="d1/d94/odd__even__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">odd_even_sort.c</a>, <a class="el" href="df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d">selection_sort.c</a>, <a class="el" href="dc/d39/selection__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d">selection_sort_recursive.c</a></li>
<li>test1()&#160;:&#160;<a class="el" href="dd/d8c/adaline__learning_8c.html#ab4ecb3accf5d9e0263087e7265bbe3a9">adaline_learning.c</a>, <a class="el" href="d2/df6/kohonen__som__topology_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0">kohonen_som_topology.c</a>, <a class="el" href="d0/d46/kohonen__som__trace_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0">kohonen_som_trace.c</a>, <a class="el" href="d0/dcb/poly__add_8c.html#ab215107dbb50c7efa811a687ce9b95af">poly_add.c</a>, <a class="el" href="d7/d50/qr__eigen__values_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0">qr_eigen_values.c</a></li>
<li>test2()&#160;:&#160;<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()&#160;:&#160;<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>, <a class="el" href="d0/dcb/poly__add_8c.html#ab138609c765e2fd8b89e9c107cd40d57">poly_add.c</a></li>

View File

@ -138,7 +138,7 @@ var NAVTREEINDEX =
"d4/d83/problem__401_2sol1_8c.html#aaf964739be92adc2f500e7da11e3f6be",
"d9/d41/md_data_structures_array__r_e_a_d_m_e.html#autotoc_md39",
"dd/d79/remote__command__exec__udp__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2",
"globals_v.html"
"globals_s.html"
];
var SYNCONMSG = 'click to disable panel synchronisation';

View File

@ -113,10 +113,10 @@ var NAVTREEINDEX0 =
"d1/dc2/ode__midpoint__euler_8c.html#a97075291390a68c262ed66e157a57eb4":[16,0,14,4,5],
"d1/dc2/ode__midpoint__euler_8c.html#a9ceb646336224ee890a269d0b4600d09":[16,0,14,4,0],
"d1/dc2/ode__midpoint__euler_8c.html#affe6cc2ab040b94a29e6c41782f72d51":[16,0,14,4,4],
"d1/dc7/run__length__encoding_8c.html":[16,0,13,11],
"d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,13,11,2],
"d1/dc7/run__length__encoding_8c.html#ac3cc4a63cf2a14a08e05c5537ecf59c2":[16,0,13,11,1],
"d1/dc7/run__length__encoding_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,13,11,0],
"d1/dc7/run__length__encoding_8c.html":[16,0,13,12],
"d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,13,12,2],
"d1/dc7/run__length__encoding_8c.html#ac3cc4a63cf2a14a08e05c5537ecf59c2":[16,0,13,12,1],
"d1/dc7/run__length__encoding_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,13,12,0],
"d1/ded/group__misc.html":[14,3],
"d1/ded/group__misc.html#ga6f8e8c9d25b5891d57e588d80d75028a":[14,3,0],
"d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d":[14,3,3],

View File

@ -20,10 +20,10 @@ var NAVTREEINDEX1 =
"d4/dbd/problem__23_2sol2_8c.html#ac5d600bf3077f4188afc4c5cd2c40eaf":[16,0,15,12,1,0],
"d4/dbd/problem__23_2sol2_8c.html#af920a16d6ef69dd604b283f427892e06":[16,0,15,12,1,5],
"d4/dcb/md_hash__r_e_a_d_m_e.html":[9],
"d4/dcc/strong__number_8c.html":[16,0,13,12],
"d4/dcc/strong__number_8c.html#a03654cadb0cfe1195810dbe5da0265b5":[16,0,13,12,0],
"d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,13,12,2],
"d4/dcc/strong__number_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,13,12,1],
"d4/dcc/strong__number_8c.html":[16,0,13,13],
"d4/dcc/strong__number_8c.html#a03654cadb0cfe1195810dbe5da0265b5":[16,0,13,13,0],
"d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,13,13,2],
"d4/dcc/strong__number_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,13,13,1],
"d4/dd4/struct_graph.html":[15,0,16],
"d4/dd9/structtrie.html":[15,0,40],
"d4/de3/hash__djb2_8c.html":[14,1,2],

View File

@ -55,9 +55,13 @@ var NAVTREEINDEX3 =
"de/d7b/group__vec__3d.html#gae25e1f2e973933bef65838601e2de0af":[14,0,0,5],
"de/d7b/group__vec__3d.html#gae4a49e6bdf13df949e8b23c7925bb5f5":[14,0,0,9],
"de/d7b/group__vec__3d.html#gaf9ee870d4922e488bdd3e7262485c270":[14,0,0,1],
"de/dac/sudoku__solver_8c.html":[16,0,13,13],
"de/dac/sudoku__solver_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,13,13,1],
"de/dac/sudoku__solver_8c.html":[16,0,13,14],
"de/dac/sudoku__solver_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,13,14,1],
"de/dce/structmin__heap.html":[15,0,25],
"de/dcf/rot13_8c.html":[16,0,13,11],
"de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,13,11,2],
"de/dcf/rot13_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,13,11,0],
"de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c":[16,0,13,11,1],
"de/dff/heap__sort__2_8c.html":[16,0,17,4],
"de/dff/heap__sort__2_8c.html#a00cd944b33a5fe5972111ded9b49793c":[16,0,17,4,0],
"de/dff/heap__sort__2_8c.html#a619753b978f962aa2337e1fdb4e59e33":[16,0,17,4,1],
@ -120,11 +124,11 @@ var NAVTREEINDEX3 =
"df/dc6/acronym_8h_source.html":[16,0,5,0,0],
"df/ddb/structword__count__word.html":[15,0,43],
"df/dea/structdata.html":[15,0,9],
"df/df3/union__find_8c.html":[16,0,13,14],
"df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe":[16,0,13,14,0],
"df/df3/union__find_8c.html#a3e13b69cce5a1b25ae034798092f3d86":[16,0,13,14,1],
"df/df3/union__find_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,13,14,3],
"df/df3/union__find_8c.html#af2f3ff6d98641f7d3be11f071c97908a":[16,0,13,14,2],
"df/df3/union__find_8c.html":[16,0,13,15],
"df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe":[16,0,13,15,0],
"df/df3/union__find_8c.html#a3e13b69cce5a1b25ae034798092f3d86":[16,0,13,15,1],
"df/df3/union__find_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,13,15,3],
"df/df3/union__find_8c.html#af2f3ff6d98641f7d3be11f071c97908a":[16,0,13,15,2],
"df/dfa/vector_8c.html":[16,0,3,10],
"df/dfa/vector_8c.html#a15f534ebe962fda31cc191852befc250":[16,0,3,10,4],
"df/dfa/vector_8c.html#a1afee8aaf33d741df31a73048cff4473":[16,0,3,10,1],
@ -199,8 +203,8 @@ var NAVTREEINDEX3 =
"files.html":[16,0],
"functions.html":[15,2,0],
"functions_vars.html":[15,2,1],
"globals.html":[16,1,0],
"globals.html":[16,1,0,0],
"globals.html":[16,1,0],
"globals_a.html":[16,1,0,1],
"globals_b.html":[16,1,0,2],
"globals_c.html":[16,1,0,3],
@ -245,9 +249,5 @@ var NAVTREEINDEX3 =
"globals_o.html":[16,1,0,15],
"globals_p.html":[16,1,0,16],
"globals_q.html":[16,1,0,17],
"globals_r.html":[16,1,0,18],
"globals_s.html":[16,1,0,19],
"globals_t.html":[16,1,0,20],
"globals_type.html":[16,1,3],
"globals_u.html":[16,1,0,21]
"globals_r.html":[16,1,0,18]
};

View File

@ -1,5 +1,9 @@
var NAVTREEINDEX4 =
{
"globals_s.html":[16,1,0,19],
"globals_t.html":[16,1,0,20],
"globals_type.html":[16,1,3],
"globals_u.html":[16,1,0,21],
"globals_v.html":[16,1,0,22],
"globals_vars.html":[16,1,2],
"globals_w.html":[16,1,0,23],

View File

@ -12,9 +12,11 @@ var searchData=
['rlink_9',['rlink',['../db/d8b/struct_node.html#a0ed3c7305b43527f0f237bbfd438b8f7',1,'Node']]],
['roll_10',['roll',['../d2/de8/structeuler__.html#a3f1b77e489be443a8d84a84082b8092e',1,'euler_']]],
['root_11',['root',['../dd/d06/structsegment__tree.html#aa18d7cb422873a807707b26448dce7cd',1,'segment_tree']]],
['row1_12',['row1',['../d9/d8b/structmat__3x3__.html#ac74f33a2e1ad1f6db74d94807cf1f64e',1,'mat_3x3_']]],
['row2_13',['row2',['../d9/d8b/structmat__3x3__.html#a8d7ae8fbcc408e3c30e9d64bbd28feaf',1,'mat_3x3_']]],
['row3_14',['row3',['../d9/d8b/structmat__3x3__.html#a490bb6be52ea95b333b55b236af41563',1,'mat_3x3_']]],
['run_5flength_5fencode_15',['run_length_encode',['../d1/dc7/run__length__encoding_8c.html#ac3cc4a63cf2a14a08e05c5537ecf59c2',1,'run_length_encoding.c']]],
['run_5flength_5fencoding_2ec_16',['run_length_encoding.c',['../d1/dc7/run__length__encoding_8c.html',1,'']]]
['rot13_12',['rot13',['../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c',1,'rot13.c']]],
['rot13_2ec_13',['rot13.c',['../de/dcf/rot13_8c.html',1,'']]],
['row1_14',['row1',['../d9/d8b/structmat__3x3__.html#ac74f33a2e1ad1f6db74d94807cf1f64e',1,'mat_3x3_']]],
['row2_15',['row2',['../d9/d8b/structmat__3x3__.html#a8d7ae8fbcc408e3c30e9d64bbd28feaf',1,'mat_3x3_']]],
['row3_16',['row3',['../d9/d8b/structmat__3x3__.html#a490bb6be52ea95b333b55b236af41563',1,'mat_3x3_']]],
['run_5flength_5fencode_17',['run_length_encode',['../d1/dc7/run__length__encoding_8c.html#ac3cc4a63cf2a14a08e05c5537ecf59c2',1,'run_length_encoding.c']]],
['run_5flength_5fencoding_2ec_18',['run_length_encoding.c',['../d1/dc7/run__length__encoding_8c.html',1,'']]]
];

View File

@ -6,9 +6,9 @@ var searchData=
['tcp_5fhalf_5fduplex_5fclient_2ec_3',['tcp_half_duplex_client.c',['../da/d07/tcp__half__duplex__client_8c.html',1,'']]],
['tcp_5fhalf_5fduplex_5fserver_2ec_4',['tcp_half_duplex_server.c',['../d6/d2b/tcp__half__duplex__server_8c.html',1,'']]],
['term_5',['term',['../df/d86/structterm.html',1,'']]],
['test_6',['test',['../d2/d6d/bubble__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;bubble_sort_2.c'],['../db/ddf/insertion__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;insertion_sort.c'],['../dc/d39/selection__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;selection_sort_recursive.c'],['../df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;selection_sort.c'],['../d1/d94/odd__even__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;odd_even_sort.c'],['../de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;insertion_sort_recursive.c'],['../de/dff/heap__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;heap_sort_2.c'],['../df/d27/alaw_8c.html#a840bf13d2e4d75d38fb7bf3a655152f5',1,'test(int16_t *pcm, uint8_t *coded, int16_t *decoded, size_t len):&#160;alaw.c'],['../d1/dba/decimal__to__any__base_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;decimal_to_any_base.c'],['../d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;decimal_to_binary_recursion.c'],['../da/d96/infix__to__postfix2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;infix_to_postfix2.c'],['../dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;int_to_string.c'],['../d0/d8a/octal__to__hexadecimal_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;octal_to_hexadecimal.c'],['../da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;segment_tree.c'],['../d3/d78/words__alphabetical_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;words_alphabetical.c'],['../df/dfa/vector_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;vector.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'],['../d9/dcc/prim_8c.html#aff3f4c22009b2aa4e385a76a8a1cdc1c',1,'test(uint16_t G[][MAX], uint16_t MST[][MAX], uint16_t V):&#160;prim.c'],['../d0/df3/6_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;6.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'],['../d8/d75/fibonacci__formula_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;fibonacci_formula.c'],['../df/d43/postfix__evaluation_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;postfix_evaluation.c'],['../da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;prime.c'],['../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;prime_seive.c'],['../d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;run_length_encoding.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'],['../da/d6c/exponential__search_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;exponential_search.c'],['../d2/d9b/floyd__cycle__detection__algorithm_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;floyd_cycle_detection_algorithm.c'],['../d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;jump_search.c'],['../d5/de2/sentinel__linear__search_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;sentinel_linear_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']]],
['test_6',['test',['../dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;bubble_sort.c'],['../db/ddf/insertion__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;insertion_sort.c'],['../dc/d39/selection__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;selection_sort_recursive.c'],['../df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;selection_sort.c'],['../d1/d94/odd__even__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;odd_even_sort.c'],['../de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;insertion_sort_recursive.c'],['../de/dff/heap__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;heap_sort_2.c'],['../df/d27/alaw_8c.html#a840bf13d2e4d75d38fb7bf3a655152f5',1,'test(int16_t *pcm, uint8_t *coded, int16_t *decoded, size_t len):&#160;alaw.c'],['../d1/dba/decimal__to__any__base_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;decimal_to_any_base.c'],['../d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;decimal_to_binary_recursion.c'],['../da/d96/infix__to__postfix2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;infix_to_postfix2.c'],['../dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;int_to_string.c'],['../d0/d8a/octal__to__hexadecimal_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;octal_to_hexadecimal.c'],['../da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;segment_tree.c'],['../d3/d78/words__alphabetical_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;words_alphabetical.c'],['../df/dfa/vector_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;vector.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'],['../d9/dcc/prim_8c.html#aff3f4c22009b2aa4e385a76a8a1cdc1c',1,'test(uint16_t G[][MAX], uint16_t MST[][MAX], uint16_t V):&#160;prim.c'],['../d0/df3/6_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;6.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'],['../d8/d75/fibonacci__formula_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;fibonacci_formula.c'],['../df/d43/postfix__evaluation_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;postfix_evaluation.c'],['../da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;prime.c'],['../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;prime_seive.c'],['../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;rot13.c'],['../d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;run_length_encoding.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'],['../da/d6c/exponential__search_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;exponential_search.c'],['../d2/d9b/floyd__cycle__detection__algorithm_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;floyd_cycle_detection_algorithm.c'],['../d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;jump_search.c'],['../d5/de2/sentinel__linear__search_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;sentinel_linear_search.c'],['../d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;bubble_sort_recursion.c'],['../d2/d6d/bubble__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;bubble_sort_2.c']]],
['test1_7',['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_8',['test2',['../d0/d46/kohonen__som__trace_8c.html#a0283886819c7c140a023582b7269e2d0',1,'test2():&#160;kohonen_som_trace.c'],['../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/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']]],
['test2_8',['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_9',['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_10',['test_2d_classes',['../d2/df6/kohonen__som__topology_8c.html#adb5ded007be1fd666fab9affe6764018',1,'kohonen_som_topology.c']]],
['test_5f3d_5fclasses_11',['test_3d_classes',['../d0/d46/kohonen__som__trace_8c.html#a41ae16442e3e5b891a58d2e5932a2cd0',1,'kohonen_som_trace.c']]],

File diff suppressed because one or more lines are too long

View File

@ -3,5 +3,6 @@ var searchData=
['realtime_5fstats_2ec_0',['realtime_stats.c',['../dc/d47/realtime__stats_8c.html',1,'']]],
['remote_5fcommand_5fexec_5fudp_5fclient_2ec_1',['remote_command_exec_udp_client.c',['../d9/ddd/remote__command__exec__udp__client_8c.html',1,'']]],
['remote_5fcommand_5fexec_5fudp_5fserver_2ec_2',['remote_command_exec_udp_server.c',['../dd/d79/remote__command__exec__udp__server_8c.html',1,'']]],
['run_5flength_5fencoding_2ec_3',['run_length_encoding.c',['../d1/dc7/run__length__encoding_8c.html',1,'']]]
['rot13_2ec_3',['rot13.c',['../de/dcf/rot13_8c.html',1,'']]],
['run_5flength_5fencoding_2ec_4',['run_length_encoding.c',['../d1/dc7/run__length__encoding_8c.html',1,'']]]
];

View File

@ -4,5 +4,6 @@ var searchData=
['recursioninsertionsort_1',['RecursionInsertionSort',['../d5/d4c/group__sorting.html#ga98666b73777e308fb06a3c489ce25359',1,'insertion_sort_recursive.c']]],
['remove_5fdigits_2',['remove_digits',['../db/d80/problem__20_2sol1_8c.html#a54a02c4b963fdb16f24959e0137763f1',1,'sol1.c']]],
['reverse_5fstr_3',['reverse_str',['../d9/deb/min__printf_8h.html#a8d68ec60643cacdb402176549565754e',1,'min_printf.h']]],
['run_5flength_5fencode_4',['run_length_encode',['../d1/dc7/run__length__encoding_8c.html#ac3cc4a63cf2a14a08e05c5537ecf59c2',1,'run_length_encoding.c']]]
['rot13_4',['rot13',['../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c',1,'rot13.c']]],
['run_5flength_5fencode_5',['run_length_encode',['../d1/dc7/run__length__encoding_8c.html#ac3cc4a63cf2a14a08e05c5537ecf59c2',1,'run_length_encoding.c']]]
];

View File

@ -1,6 +1,6 @@
var searchData=
[
['test_0',['test',['../df/d27/alaw_8c.html#a840bf13d2e4d75d38fb7bf3a655152f5',1,'test(int16_t *pcm, uint8_t *coded, int16_t *decoded, size_t len):&#160;alaw.c'],['../d1/dba/decimal__to__any__base_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;decimal_to_any_base.c'],['../d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;decimal_to_binary_recursion.c'],['../da/d96/infix__to__postfix2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;infix_to_postfix2.c'],['../dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;int_to_string.c'],['../d0/d8a/octal__to__hexadecimal_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;octal_to_hexadecimal.c'],['../da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;segment_tree.c'],['../d3/d78/words__alphabetical_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;words_alphabetical.c'],['../df/dfa/vector_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;vector.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'],['../d9/dcc/prim_8c.html#aff3f4c22009b2aa4e385a76a8a1cdc1c',1,'test(uint16_t G[][MAX], uint16_t MST[][MAX], uint16_t V):&#160;prim.c'],['../d0/df3/6_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;6.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'],['../d8/d75/fibonacci__formula_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;fibonacci_formula.c'],['../df/d43/postfix__evaluation_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;postfix_evaluation.c'],['../da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;prime.c'],['../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;prime_seive.c'],['../d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;run_length_encoding.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'],['../da/d6c/exponential__search_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;exponential_search.c'],['../d2/d9b/floyd__cycle__detection__algorithm_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;floyd_cycle_detection_algorithm.c'],['../d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;jump_search.c'],['../d5/de2/sentinel__linear__search_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;sentinel_linear_search.c'],['../dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;bubble_sort.c'],['../d2/d6d/bubble__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;bubble_sort_2.c'],['../d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;bubble_sort_recursion.c'],['../de/dff/heap__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;heap_sort_2.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'],['../d1/d94/odd__even__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;odd_even_sort.c'],['../df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;selection_sort.c'],['../dc/d39/selection__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;selection_sort_recursive.c']]],
['test_0',['test',['../df/d27/alaw_8c.html#a840bf13d2e4d75d38fb7bf3a655152f5',1,'test(int16_t *pcm, uint8_t *coded, int16_t *decoded, size_t len):&#160;alaw.c'],['../d1/dba/decimal__to__any__base_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;decimal_to_any_base.c'],['../d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;decimal_to_binary_recursion.c'],['../da/d96/infix__to__postfix2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;infix_to_postfix2.c'],['../dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;int_to_string.c'],['../d0/d8a/octal__to__hexadecimal_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;octal_to_hexadecimal.c'],['../da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;segment_tree.c'],['../d3/d78/words__alphabetical_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;words_alphabetical.c'],['../df/dfa/vector_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;vector.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'],['../d9/dcc/prim_8c.html#aff3f4c22009b2aa4e385a76a8a1cdc1c',1,'test(uint16_t G[][MAX], uint16_t MST[][MAX], uint16_t V):&#160;prim.c'],['../d0/df3/6_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;6.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'],['../d8/d75/fibonacci__formula_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;fibonacci_formula.c'],['../df/d43/postfix__evaluation_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;postfix_evaluation.c'],['../da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;prime.c'],['../d1/ded/group__misc.html#gaa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;prime_seive.c'],['../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;rot13.c'],['../d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;run_length_encoding.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'],['../da/d6c/exponential__search_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;exponential_search.c'],['../d2/d9b/floyd__cycle__detection__algorithm_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;floyd_cycle_detection_algorithm.c'],['../d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;jump_search.c'],['../d5/de2/sentinel__linear__search_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;sentinel_linear_search.c'],['../dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;bubble_sort.c'],['../d2/d6d/bubble__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;bubble_sort_2.c'],['../d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002',1,'test():&#160;bubble_sort_recursion.c'],['../de/dff/heap__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;heap_sort_2.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'],['../d1/d94/odd__even__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;odd_even_sort.c'],['../df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;selection_sort.c'],['../dc/d39/selection__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d',1,'test():&#160;selection_sort_recursive.c']]],
['test1_1',['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_2',['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_3',['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']]],

File diff suppressed because one or more lines are too long