Documentation for f3a3e6d476

This commit is contained in:
github-actions 2023-03-29 20:44:51 +00:00
parent 15e33a0607
commit fb24b1d486
40 changed files with 1165 additions and 1042 deletions

View File

@ -134,7 +134,7 @@ float&#160;</td><td class="memItemRight" valign="bottom"><b>integral</b></td></t
<p>Terms of the controller can be removed by setting their gain to 0, creating a PI (kD = 0) or PD (kI = 0) controller. Depending on the control problem at hand, some terms may not increase the performance of the system, or may have a negative effect.</p>
<p>For a more mathematical expanation of the PID Controller, see <a href="https://en.wikipedia.org/wiki/PID_controller">https://en.wikipedia.org/wiki/PID_controller</a></p>
<p>Limitations of this implementation:</p><ul>
<li>Since this implementation is just for demonstration, the pid_step function takes the dt as a parameter, and it can be provided by the user in <a class="el" href="../../dd/d93/client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4" title="Driver code.">main()</a>. This allows deterministic experimentation with the algorithm, rather than using time(NULL) which would make the function non-deterministic.</li>
<li>Since this implementation is just for demonstration, the pid_step function takes the dt as a parameter, and it can be provided by the user in <a class="el" href="../../de/dcf/rot13_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4" title="Main function.">main()</a>. This allows deterministic experimentation with the algorithm, rather than using time(NULL) which would make the function non-deterministic.</li>
</ul>
<p>Inputs: e(t) - Current error at time t. For example, how far a servo is off the desired angle Output: u(t) - Controller output at time t. </p>
</div><hr/>The documentation for this struct was generated from the following file:<ul>

View File

@ -1,5 +1,5 @@
<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"/>
<map id="cipher/rot13.c" name="cipher/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="73,5,175,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"/>

View File

@ -1 +1 @@
3099980fbfa61ae2b8e637fddeb688b7
38d980d88a28526e1367aee5a0c01d98

View File

@ -3,17 +3,17 @@
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 7.1.0 (20230121.1956)
-->
<!-- Title: misc/rot13.c Pages: 1 -->
<!-- Title: cipher/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>
<title>cipher/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>
<polygon fill="#999999" stroke="#666666" points="127,-74 51,-74 51,-55 127,-55 127,-74"/>
<text text-anchor="middle" x="89" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">cipher/rot13.c</text>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -219,7 +219,7 @@ Functions</h2></td></tr>
<div class="line"><span class="lineno"> 192</span> </div>
<div class="line"><span class="lineno"> 193</span> <span class="keywordflow">if</span>(argc == 2 &amp;&amp; strcmp(argv[1],<span class="stringliteral">&quot;-test&quot;</span>) == 0)</div>
<div class="line"><span class="lineno"> 194</span> {</div>
<div class="line"><span class="lineno"> 195</span> <a class="code hl_function" href="../../d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d">test</a>(&amp;(*<a class="code hl_function" href="../../d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202">G</a>),&amp;(*MST),V);</div>
<div class="line"><span class="lineno"> 195</span> <a class="code hl_function" href="../../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d">test</a>(&amp;(*<a class="code hl_function" href="../../d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202">G</a>),&amp;(*MST),V);</div>
<div class="line"><span class="lineno"> 196</span> }</div>
<div class="line"><span class="lineno"> 197</span> <span class="keywordflow">else</span></div>
<div class="line"><span class="lineno"> 198</span> {</div>
@ -228,14 +228,14 @@ Functions</h2></td></tr>
<div class="line"><span class="lineno"> 201</span> </div>
<div class="line"><span class="lineno"> 202</span> <span class="keywordflow">return</span> 0;</div>
<div class="line"><span class="lineno"> 203</span>}</div>
<div class="ttc" id="acelsius__to__fahrenheit_8c_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../d0/d51/celsius__to__fahrenheit_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> celsius_to_fahrenheit.c:25</div></div>
<div class="ttc" id="agroup__hash_html_ga049d44b5a4804ca5a1b7a290f3fa3202"><div class="ttname"><a href="../../d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202">G</a></div><div class="ttdeci">static void G(block_t v, uint8_t a, uint8_t b, uint8_t c, uint8_t d, uint64_t x, uint64_t y)</div><div class="ttdoc">blake2b mixing function G</div><div class="ttdef"><b>Definition:</b> hash_blake2b.c:183</div></div>
<div class="ttc" id="aprim_8c_html_a392fb874e547e582e9c66a08a1f23326"><div class="ttname"><a href="../../d9/dcc/prim_8c.html#a392fb874e547e582e9c66a08a1f23326">MAX</a></div><div class="ttdeci">#define MAX</div><div class="ttdoc">for IO operations</div><div class="ttdef"><b>Definition:</b> prim.c:36</div></div>
<div class="ttc" id="aprim_8c_html_addac7a8c7bfd3e5573dad1f6aeff7768"><div class="ttname"><a href="../../d9/dcc/prim_8c.html#addac7a8c7bfd3e5573dad1f6aeff7768">user_graph</a></div><div class="ttdeci">void user_graph(uint16_t G[][MAX], uint16_t MST[][MAX], uint16_t V)</div><div class="ttdoc">Function user_graph(); gets user input adj.</div><div class="ttdef"><b>Definition:</b> prim.c:145</div></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="../../d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.svg" width="512" height="176"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d9/dcc/prim_8c_abf9e6b7e6f15df4b525a2e7705ba3089_cgraph.svg" width="418" height="167"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
@ -423,7 +423,7 @@ Here is the call graph for this function:</div>
<dl class="section return"><dt>Returns</dt><dd>void </dd></dl>
<div class="fragment"><div class="line"><span class="lineno"> 114</span>{</div>
<div class="line"><span class="lineno"> 115</span> </div>
<div class="line"><span class="lineno"> 116</span> uint16_t <a class="code hl_function" href="../../d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d">test</a>[4][4] = {{0,1,2,3},{1,0,4,6},{2,4,0,5},{3,6,5,0}};</div>
<div class="line"><span class="lineno"> 116</span> uint16_t <a class="code hl_function" href="../../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d">test</a>[4][4] = {{0,1,2,3},{1,0,4,6},{2,4,0,5},{3,6,5,0}};</div>
<div class="line"><span class="lineno"> 117</span> uint16_t solution[4][4] = {{0,1,2,3},{1,0,0,0},{2,0,0,0},{3,0,0,0}};</div>
<div class="line"><span class="lineno"> 118</span> </div>
<div class="line"><span class="lineno"> 119</span> V = 4;</div>
@ -432,7 +432,7 @@ Here is the call graph for this function:</div>
<div class="line"><span class="lineno"> 122</span> {</div>
<div class="line"><span class="lineno"> 123</span> <span class="keywordflow">for</span>(uint16_t j = 0; j &lt; V; ++j)</div>
<div class="line"><span class="lineno"> 124</span> {</div>
<div class="line"><span class="lineno"> 125</span> <a class="code hl_function" href="../../d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202">G</a>[i][j] = <a class="code hl_function" href="../../d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d">test</a>[i][j];</div>
<div class="line"><span class="lineno"> 125</span> <a class="code hl_function" href="../../d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202">G</a>[i][j] = <a class="code hl_function" href="../../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d">test</a>[i][j];</div>
<div class="line"><span class="lineno"> 126</span> }</div>
<div class="line"><span class="lineno"> 127</span> }</div>
<div class="line"><span class="lineno"> 128</span> </div>
@ -450,7 +450,7 @@ Here is the call graph for this function:</div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.svg" width="343" height="135"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d9/dcc/prim_8c_aff3f4c22009b2aa4e385a76a8a1cdc1c_cgraph.svg" width="272" height="135"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>

View File

@ -1,9 +1,9 @@
<map id="main" name="main">
<area shape="rect" id="node1" title="Main function." alt="" coords="5,44,56,69"/>
<area shape="rect" id="node2" href="$d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202" title="blake2b mixing function G" alt="" coords="450,94,489,120"/>
<area shape="rect" id="node3" href="$d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d" title="Self&#45;test implementations." alt="" coords="125,44,169,69"/>
<area shape="rect" id="node5" href="$d9/dcc/prim_8c.html#addac7a8c7bfd3e5573dad1f6aeff7768" title="Function user_graph(); gets user input adj." alt="" coords="104,94,191,120"/>
<area shape="rect" id="node4" href="$d0/d51/celsius__to__fahrenheit_8c.html#aff11c1dfc058bd545a6af4312dfb45c5" title="for assert" alt="" coords="239,44,384,69"/>
<area shape="rect" id="node6" href="$d9/dcc/prim_8c.html#a0bea087eb586c437cf0a667f794c8853" title="Used to find MST of user&#45;generated adj matrix G." alt="" coords="288,145,335,170"/>
<area shape="rect" id="node7" href="$d9/dcc/prim_8c.html#a72ec66b10f86d67064d34f2b2717fdfc" title="Finds index of minimum element in edge list for an arbitrary vertex." alt="" coords="432,145,507,170"/>
<area shape="rect" id="node1" title="Main function." alt="" coords="5,35,56,61"/>
<area shape="rect" id="node2" href="$d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202" title="blake2b mixing function G" alt="" coords="355,86,394,111"/>
<area shape="rect" id="node3" href="$de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d" title="Self&#45;test implementations." alt="" coords="125,35,169,61"/>
<area shape="rect" id="node5" href="$d9/dcc/prim_8c.html#addac7a8c7bfd3e5573dad1f6aeff7768" title="Function user_graph(); gets user input adj." alt="" coords="104,86,191,111"/>
<area shape="rect" id="node4" href="$de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c" title="for IO operations" alt="" coords="239,35,289,61"/>
<area shape="rect" id="node6" href="$d9/dcc/prim_8c.html#a0bea087eb586c437cf0a667f794c8853" title="Used to find MST of user&#45;generated adj matrix G." alt="" coords="241,137,287,162"/>
<area shape="rect" id="node7" href="$d9/dcc/prim_8c.html#a72ec66b10f86d67064d34f2b2717fdfc" title="Finds index of minimum element in edge list for an arbitrary vertex." alt="" coords="337,137,412,162"/>
</map>

View File

@ -1 +1 @@
c8349e1c58baddec6bcb37b7aad872e5
feef907d4cf56afcd1276c9752e9649d

View File

@ -4,9 +4,9 @@
<!-- Generated by graphviz version 7.1.0 (20230121.1956)
-->
<!-- Title: main Pages: 1 -->
<svg width="384pt" height="132pt"
viewBox="0.00 0.00 384.00 131.70" 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 127.7)">
<svg width="313pt" height="125pt"
viewBox="0.00 0.00 313.00 125.47" 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 121.47)">
<title>main</title>
<!-- Node1 -->
<g id="node1" class="node">
@ -21,21 +21,21 @@
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202" target="_top" xlink:title="blake2b mixing function G">
<polygon fill="white" stroke="#666666" points="362.5,-57 333.5,-57 333.5,-38 362.5,-38 362.5,-57"/>
<text text-anchor="middle" x="348" y="-45" font-family="Helvetica,sans-Serif" font-size="10.00">G</text>
<polygon fill="white" stroke="#666666" points="291.5,-57 262.5,-57 262.5,-38 291.5,-38 291.5,-57"/>
<text text-anchor="middle" x="277" y="-45" font-family="Helvetica,sans-Serif" font-size="10.00">G</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.08,-93.59C48.38,-97.76 61.66,-102.39 74,-104.5 166,-120.21 196.91,-138.05 284,-104.5 304.13,-96.75 321.82,-79.25 333.29,-65.67"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="335.72,-68.24 339.24,-58.25 330.26,-63.86 335.72,-68.24"/>
<path fill="none" stroke="#63b8ff" d="M38.08,-93.59C48.38,-97.76 61.66,-102.39 74,-104.5 134.9,-114.9 155.35,-126.71 213,-104.5 233.13,-96.75 250.82,-79.25 262.29,-65.67"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="264.72,-68.24 268.24,-58.25 259.26,-63.86 264.72,-68.24"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<g id="a_node3"><a xlink:href="../../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<polygon fill="white" stroke="#666666" points="123,-95 90,-95 90,-76 123,-76 123,-95"/>
<text text-anchor="middle" x="106.5" y="-83" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
@ -65,59 +65,59 @@
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d0/d51/celsius__to__fahrenheit_8c.html#aff11c1dfc058bd545a6af4312dfb45c5" target="_top" xlink:title="for assert">
<polygon fill="white" stroke="#666666" points="284,-95 175,-95 175,-76 284,-76 284,-95"/>
<text text-anchor="middle" x="229.5" y="-83" font-family="Helvetica,sans-Serif" font-size="10.00">celcius_to_fahrenheit</text>
<g id="a_node4"><a xlink:href="../../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c" target="_top" xlink:title="for IO operations">
<polygon fill="white" stroke="#666666" points="213,-95 175,-95 175,-76 213,-76 213,-95"/>
<text text-anchor="middle" x="194" y="-83" font-family="Helvetica,sans-Serif" font-size="10.00">rot13</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M123.32,-85.5C133.78,-85.5 148.28,-85.5 163.17,-85.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="163.05,-89 173.05,-85.5 163.05,-82 163.05,-89"/>
<path fill="none" stroke="#63b8ff" d="M123.18,-85.5C134.44,-85.5 149.96,-85.5 163.51,-85.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="163.23,-89 173.23,-85.5 163.23,-82 163.23,-89"/>
</g>
<!-- Node5&#45;&gt;Node2 -->
<g id="edge5" class="edge">
<title>Node5&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M139.3,-47.5C187.47,-47.5 277.94,-47.5 321.83,-47.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="321.63,-51 331.63,-47.5 321.63,-44 321.63,-51"/>
<path fill="none" stroke="#63b8ff" d="M139.19,-47.5C171.56,-47.5 221.15,-47.5 250.9,-47.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="250.81,-51 260.81,-47.5 250.81,-44 250.81,-51"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../d9/dcc/prim_8c.html#a0bea087eb586c437cf0a667f794c8853" target="_top" xlink:title="Used to find MST of user&#45;generated adj matrix G.">
<polygon fill="white" stroke="#666666" points="247,-19 212,-19 212,0 247,0 247,-19"/>
<text text-anchor="middle" x="229.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">prim</text>
<polygon fill="white" stroke="#666666" points="211.5,-19 176.5,-19 176.5,0 211.5,0 211.5,-19"/>
<text text-anchor="middle" x="194" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">prim</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge6" class="edge">
<title>Node5&#45;&gt;Node6</title>
<path fill="none" stroke="#63b8ff" d="M139.29,-37.52C158.45,-31.5 182.61,-23.91 200.96,-18.15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="201.86,-21.54 210.35,-15.2 199.76,-14.86 201.86,-21.54"/>
<path fill="none" stroke="#63b8ff" d="M129.96,-37.52C140.91,-32.65 154.17,-26.76 165.7,-21.63"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.99,-24.89 174.71,-17.63 164.15,-18.49 166.99,-24.89"/>
</g>
<!-- Node6&#45;&gt;Node2 -->
<g id="edge7" class="edge">
<title>Node6&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M247.19,-14.94C266.91,-21.38 299.88,-32.13 322.49,-39.51"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="321.22,-42.77 331.81,-42.55 323.39,-36.12 321.22,-42.77"/>
<path fill="none" stroke="#63b8ff" d="M211.78,-17.37C223.44,-22.84 239.14,-30.21 252.11,-36.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="250.29,-39.3 260.83,-40.38 253.26,-32.97 250.29,-39.3"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a xlink:href="../../d9/dcc/prim_8c.html#a72ec66b10f86d67064d34f2b2717fdfc" target="_top" xlink:title="Finds index of minimum element in edge list for an arbitrary vertex.">
<polygon fill="white" stroke="#666666" points="376,-19 320,-19 320,0 376,0 376,-19"/>
<text text-anchor="middle" x="348" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">minimum</text>
<polygon fill="white" stroke="#666666" points="305,-19 249,-19 249,0 305,0 305,-19"/>
<text text-anchor="middle" x="277" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">minimum</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node7 -->
<g id="edge8" class="edge">
<title>Node6&#45;&gt;Node7</title>
<path fill="none" stroke="#63b8ff" d="M247.19,-9.5C263.04,-9.5 287.46,-9.5 308.18,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="308.03,-13 318.03,-9.5 308.03,-6 308.03,-13"/>
<path fill="none" stroke="#63b8ff" d="M211.78,-9.5C219.28,-9.5 228.44,-9.5 237.48,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="237.2,-13 247.2,-9.5 237.2,-6 237.2,-13"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -1,8 +1,8 @@
<map id="test" name="test">
<area shape="rect" id="node1" title="Self&#45;test implementations." alt="" coords="5,55,49,80"/>
<area shape="rect" id="node2" href="$d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202" title="blake2b mixing function G" alt="" coords="245,5,284,31"/>
<area shape="rect" id="node2" href="$d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202" title="blake2b mixing function G" alt="" coords="210,5,249,31"/>
<area shape="rect" id="node3" href="$d9/dcc/prim_8c.html#a0bea087eb586c437cf0a667f794c8853" title="Used to find MST of user&#45;generated adj matrix G." alt="" coords="97,55,144,80"/>
<area shape="rect" id="node5" href="$d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d" title="Self&#45;test implementations." alt="" coords="99,104,143,129"/>
<area shape="rect" id="node4" href="$d9/dcc/prim_8c.html#a72ec66b10f86d67064d34f2b2717fdfc" title="Finds index of minimum element in edge list for an arbitrary vertex." alt="" coords="227,55,302,80"/>
<area shape="rect" id="node6" href="$d0/d51/celsius__to__fahrenheit_8c.html#aff11c1dfc058bd545a6af4312dfb45c5" title="for assert" alt="" coords="192,104,337,129"/>
<area shape="rect" id="node5" href="$de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d" title="Self&#45;test implementations." alt="" coords="99,104,143,129"/>
<area shape="rect" id="node4" href="$d9/dcc/prim_8c.html#a72ec66b10f86d67064d34f2b2717fdfc" title="Finds index of minimum element in edge list for an arbitrary vertex." alt="" coords="192,55,267,80"/>
<area shape="rect" id="node6" href="$de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c" title="for IO operations" alt="" coords="204,104,255,129"/>
</map>

View File

@ -1 +1 @@
e162ed2ad978147809320d4052603f49
6c2a4af7e139f36120338123f6a9a581

View File

@ -4,8 +4,8 @@
<!-- Generated by graphviz version 7.1.0 (20230121.1956)
-->
<!-- Title: test Pages: 1 -->
<svg width="257pt" height="101pt"
viewBox="0.00 0.00 257.00 101.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg width="204pt" height="101pt"
viewBox="0.00 0.00 204.00 101.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 97)">
<title>test</title>
<!-- Node1 -->
@ -21,16 +21,16 @@
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202" target="_top" xlink:title="blake2b mixing function G">
<polygon fill="white" stroke="#666666" points="209,-93 180,-93 180,-74 209,-74 209,-93"/>
<text text-anchor="middle" x="194.5" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">G</text>
<polygon fill="white" stroke="#666666" points="182.5,-93 153.5,-93 153.5,-74 182.5,-74 182.5,-93"/>
<text text-anchor="middle" x="168" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">G</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.46,-53.38C43.5,-57.45 56.81,-62.41 69,-65.5 103.02,-74.13 143.39,-79.02 168.73,-81.46"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.09,-84.92 178.36,-82.33 168.72,-77.95 168.09,-84.92"/>
<path fill="none" stroke="#63b8ff" d="M33.05,-53.03C43.15,-57.08 56.68,-62.12 69,-65.5 93.45,-72.2 122.03,-77.13 142,-80.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.3,-83.56 151.7,-81.51 142.3,-76.63 141.3,-83.56"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
@ -50,7 +50,7 @@
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<g id="a_node5"><a xlink:href="../../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<polygon fill="white" stroke="#666666" points="103,-19 70,-19 70,0 103,0 103,-19"/>
<text text-anchor="middle" x="86.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
@ -65,38 +65,38 @@
<!-- Node3&#45;&gt;Node2 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M104.49,-52.76C114.75,-56.51 128.1,-61.35 140,-65.5 149.5,-68.82 159.98,-72.37 169.13,-75.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="167.81,-78.68 178.4,-78.52 170.02,-72.04 167.81,-78.68"/>
<path fill="none" stroke="#63b8ff" d="M104.36,-54.35C115.57,-59.56 130.47,-66.5 142.92,-72.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.16,-75.34 151.71,-76.38 144.12,-68.99 141.16,-75.34"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d9/dcc/prim_8c.html#a72ec66b10f86d67064d34f2b2717fdfc" target="_top" xlink:title="Finds index of minimum element in edge list for an arbitrary vertex.">
<polygon fill="white" stroke="#666666" points="222.5,-56 166.5,-56 166.5,-37 222.5,-37 222.5,-56"/>
<text text-anchor="middle" x="194.5" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">minimum</text>
<polygon fill="white" stroke="#666666" points="196,-56 140,-56 140,-37 196,-37 196,-56"/>
<text text-anchor="middle" x="168" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">minimum</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M104.06,-46.5C117.66,-46.5 137.45,-46.5 154.97,-46.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="154.83,-50 164.83,-46.5 154.83,-43 154.83,-50"/>
<path fill="none" stroke="#63b8ff" d="M104.36,-46.5C111.38,-46.5 119.84,-46.5 128.25,-46.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="128.02,-50 138.02,-46.5 128.02,-43 128.02,-50"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../d0/d51/celsius__to__fahrenheit_8c.html#aff11c1dfc058bd545a6af4312dfb45c5" target="_top" xlink:title="for assert">
<polygon fill="white" stroke="#666666" points="249,-19 140,-19 140,0 249,0 249,-19"/>
<text text-anchor="middle" x="194.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">celcius_to_fahrenheit</text>
<g id="a_node6"><a xlink:href="../../de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c" target="_top" xlink:title="for IO operations">
<polygon fill="white" stroke="#666666" points="187,-19 149,-19 149,0 187,0 187,-19"/>
<text text-anchor="middle" x="168" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">rot13</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge6" class="edge">
<title>Node5&#45;&gt;Node6</title>
<path fill="none" stroke="#63b8ff" d="M103.14,-9.5C110.1,-9.5 118.81,-9.5 128.05,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="128,-13 138,-9.5 128,-6 128,-13"/>
<path fill="none" stroke="#63b8ff" d="M103.21,-9.5C112.88,-9.5 125.59,-9.5 137.13,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.02,-13 147.02,-9.5 137.02,-6 137.02,-13"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.6"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C: misc/rot13.c File Reference</title>
<title>Algorithms_in_C: cipher/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>
@ -255,7 +255,7 @@ Here is the call graph for this function:</div>
<!-- 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="navelem"><a class="el" href="../../dir_889815b2ffb19a3511e1fa3067da3f2c.html">cipher</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.6 </li>
</ul>
</div>

View File

@ -387,7 +387,7 @@ int16_t&#160;</td><td class="memItemRight" valign="bottom"><b>r_decoded</b> [<a
<div class="line"><span class="lineno"> 180</span> <span class="comment">/* output pcm decoded by decode() from coded[LEN] */</span></div>
<div class="line"><span class="lineno"> 181</span> int16_t decoded[<a class="code hl_define" href="../../df/d27/alaw_8c.html#a05b49c662c073f89e86804f7856622a0">LEN</a>];</div>
<div class="line"><span class="lineno"> 182</span> </div>
<div class="line"><span class="lineno"> 183</span> <a class="code hl_function" href="../../d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d">test</a>(pcm, coded, decoded, <a class="code hl_define" href="../../df/d27/alaw_8c.html#a05b49c662c073f89e86804f7856622a0">LEN</a>); <span class="comment">// run self-test implementations</span></div>
<div class="line"><span class="lineno"> 183</span> <a class="code hl_function" href="../../de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d">test</a>(pcm, coded, decoded, <a class="code hl_define" href="../../df/d27/alaw_8c.html#a05b49c662c073f89e86804f7856622a0">LEN</a>); <span class="comment">// run self-test implementations</span></div>
<div class="line"><span class="lineno"> 184</span> </div>
<div class="line"><span class="lineno"> 185</span> <span class="comment">/* print test pcm inputs */</span></div>
<div class="line"><span class="lineno"> 186</span> printf(<span class="stringliteral">&quot;inputs: &quot;</span>);</div>
@ -422,11 +422,11 @@ int16_t&#160;</td><td class="memItemRight" valign="bottom"><b>r_decoded</b> [<a
<div class="line"><span class="lineno"> 215</span> <span class="keywordflow">return</span> 0;</div>
<div class="line"><span class="lineno"> 216</span>}</div>
<div class="ttc" id="aalaw_8c_html_a05b49c662c073f89e86804f7856622a0"><div class="ttname"><a href="../../df/d27/alaw_8c.html#a05b49c662c073f89e86804f7856622a0">LEN</a></div><div class="ttdeci">#define LEN</div><div class="ttdoc">Linear input code | Compressed code | Linear output code ---------------—+--------------—+-----------...</div><div class="ttdef"><b>Definition:</b> alaw.c:28</div></div>
<div class="ttc" id="acelsius__to__fahrenheit_8c_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../d0/d51/celsius__to__fahrenheit_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> celsius_to_fahrenheit.c:25</div></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="../../df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph.svg" width="347" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../df/d27/alaw_8c_a0ddf1224851353fc92bfbff6f499fa97_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>

View File

@ -1,5 +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="$d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d" title="Self&#45;test implementations." alt="" coords="104,5,148,31"/>
<area shape="rect" id="node3" href="$d0/d51/celsius__to__fahrenheit_8c.html#aff11c1dfc058bd545a6af4312dfb45c5" title="for assert" alt="" coords="196,5,341,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

@ -1 +1 @@
a617d701443e0d7cf197dcd3875c21ab
12e3aad3a7f831c400739c0d52519abe

View File

@ -4,8 +4,8 @@
<!-- Generated by graphviz version 7.1.0 (20230121.1956)
-->
<!-- Title: main Pages: 1 -->
<svg width="260pt" height="27pt"
viewBox="0.00 0.00 260.00 27.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<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 -->
@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<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>
@ -35,17 +35,17 @@
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d0/d51/celsius__to__fahrenheit_8c.html#aff11c1dfc058bd545a6af4312dfb45c5" target="_top" xlink:title="for assert">
<polygon fill="white" stroke="#666666" points="252,-19 143,-19 143,0 252,0 252,-19"/>
<text text-anchor="middle" x="197.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">celcius_to_fahrenheit</text>
<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.45,-9.5C114.14,-9.5 122.41,-9.5 131.19,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.99,-13 140.99,-9.5 130.99,-6 130.99,-13"/>
<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>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,120 @@
<!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.6"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C: cipher Directory 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.6 -->
<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('dir_889815b2ffb19a3511e1fa3067da3f2c.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="headertitle"><div class="title">cipher Directory Reference</div></div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="files" name="files"></a>
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="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>
</table>
</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_889815b2ffb19a3511e1fa3067da3f2c.html">cipher</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.6 </li>
</ul>
</div>
</body>
</html>

View File

@ -0,0 +1,4 @@
var dir_889815b2ffb19a3511e1fa3067da3f2c =
[
[ "rot13.c", "de/dcf/rot13_8c.html", "de/dcf/rot13_8c" ]
];

View File

@ -112,9 +112,6 @@ 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="df/d43/postfix__evaluation_8c.html">postfix_evaluation.c</a></td></tr>
<tr class="memdesc:df/d43/postfix__evaluation_8c"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a href="https://www.includehelp.com/c/evaluation-of-postfix-expressions-using-stack-with-c-program.aspx" target="_blank">Postfix evaluation algorithm</a> 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

@ -3,7 +3,6 @@ var dir_a52f4d3d586a58b02f3a4ddf0a992157 =
[ "hamming_distance.c", "d5/da4/hamming__distance_8c.html", "d5/da4/hamming__distance_8c" ],
[ "poly_add.c", "d0/dcb/poly__add_8c.html", "d0/dcb/poly__add_8c" ],
[ "postfix_evaluation.c", "df/d43/postfix__evaluation_8c.html", "df/d43/postfix__evaluation_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" ],
[ "shunting_yard.c", "dc/d73/shunting__yard_8c.html", "dc/d73/shunting__yard_8c" ],
[ "sudoku_solver.c", "de/dac/sudoku__solver_8c.html", "de/dac/sudoku__solver_8c" ],

View File

@ -104,214 +104,215 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span><span onclick="javascript:toggleLevel(4);">4</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9658;</span><span id="img_0_" class="iconfclosed" onclick="toggleFolder('0_')">&#160;</span><a class="el" href="dir_a5f32cf82ad289a7dac212f63f40f55b.html" target="_self">audio</a></td><td class="desc"></td></tr>
<tr id="row_0_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="df/d27/alaw_8c.html" target="_self">alaw.c</a></td><td class="desc">A-law algorithm for encoding and decoding (16bit pcm &lt;=&gt; a-law). This is the implementation of <a href="https://en.wikipedia.org/wiki/G.711" target="_blank">G.711</a> in C </td></tr>
<tr id="row_1_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">&#9658;</span><span id="img_1_" class="iconfclosed" onclick="toggleFolder('1_')">&#160;</span><a class="el" href="dir_d20ad0b8de644c123692ba5582cc7a7b.html" target="_self">client_server</a></td><td class="desc"></td></tr>
<tr id="row_1_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="dd/d93/client_8c.html" target="_self">client.c</a></td><td class="desc">Client side implementation of Server-Client system </td></tr>
<tr id="row_1_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="d9/ddd/remote__command__exec__udp__client_8c.html" target="_self">remote_command_exec_udp_client.c</a></td><td class="desc">Client-side implementation of [Remote Command Execution Using UDP](<a href="https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/">https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/</a>) </td></tr>
<tr id="row_1_2_" 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="dd/d79/remote__command__exec__udp__server_8c.html" target="_self">remote_command_exec_udp_server.c</a></td><td class="desc">Server-side implementation of [Remote Command Execution Using UDP](<a href="https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/">https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/</a>) </td></tr>
<tr id="row_1_3_" 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/d20/server_8c.html" target="_self">server.c</a></td><td class="desc">Server side implementation of Server-Client system </td></tr>
<tr id="row_1_4_" 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/d98/tcp__full__duplex__client_8c.html" target="_self">tcp_full_duplex_client.c</a></td><td class="desc">Client-side implementation of <a href="http://www.tcpipguide.com/free/t_SimplexFullDuplexandHalfDuplexOperation.htm" target="_blank">TCP Full Duplex Communication</a> </td></tr>
<tr id="row_1_5_" 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/d6b/tcp__full__duplex__server_8c.html" target="_self">tcp_full_duplex_server.c</a></td><td class="desc">Server-side implementation of <a href="http://www.tcpipguide.com/free/t_SimplexFullDuplexandHalfDuplexOperation.htm" target="_blank">TCP Full Duplex Communication</a> </td></tr>
<tr id="row_1_6_" 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/d07/tcp__half__duplex__client_8c.html" target="_self">tcp_half_duplex_client.c</a></td><td class="desc">Client-side implementation of <a href="http://www.tcpipguide.com/free/t_SimplexFullDuplexandHalfDuplexOperation.htm" target="_blank">TCP Half Duplex Communication</a> </td></tr>
<tr id="row_1_7_" 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="d6/d2b/tcp__half__duplex__server_8c.html" target="_self">tcp_half_duplex_server.c</a></td><td class="desc">Server-side implementation of <a href="http://www.tcpipguide.com/free/t_SimplexFullDuplexandHalfDuplexOperation.htm" target="_blank">TCP Half Duplex Communication</a> </td></tr>
<tr id="row_1_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="da/de6/udp__client_8c.html" target="_self">udp_client.c</a></td><td class="desc">Client side implementation of UDP client-server model </td></tr>
<tr id="row_1_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="d8/dca/udp__server_8c.html" target="_self">udp_server.c</a></td><td class="desc">Server side implementation of UDP client-server model </td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">&#9658;</span><span id="img_2_" class="iconfclosed" onclick="toggleFolder('2_')">&#160;</span><a class="el" href="dir_9babc524d57e25f3d9f4179cabc3599e.html" target="_self">conversions</a></td><td class="desc"></td></tr>
<tr id="row_2_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="d7/dd8/c__atoi__str__to__integer_8c.html" target="_self">c_atoi_str_to_integer.c</a></td><td class="desc">Recoding the original atoi function in stdlib.h </td></tr>
<tr id="row_2_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="d0/d51/celsius__to__fahrenheit_8c.html" target="_self">celsius_to_fahrenheit.c</a></td><td class="desc">Conversion of temperature in degrees from <a href="https://en.wikipedia.org/wiki/Celsius" target="_blank">Celsius</a> to <a href="https://en.wikipedia.org/wiki/Fahrenheit" target="_blank">Fahrenheit</a> </td></tr>
<tr id="row_2_2_" 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="d1/dba/decimal__to__any__base_8c.html" target="_self">decimal_to_any_base.c</a></td><td class="desc"><a href="http://codeofthedamned.com/index.php/number-base-conversion" target="_blank">Decimal to any-base</a> is a C function wich convert positive decimal integer to any positive ascii base with the base's alphabet given in input and return it in a dynamically allocated string(recursive way) </td></tr>
<tr id="row_2_3_" 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="d8/d30/decimal__to__binary__recursion_8c.html" target="_self">decimal_to_binary_recursion.c</a></td><td class="desc">Convert decimal to binary using recursion algorithm </td></tr>
<tr id="row_2_4_" 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="d0/dd9/hexadecimal__to__octal2_8c.html" target="_self">hexadecimal_to_octal2.c</a></td><td class="desc">Convert hexadecimal number to octal number (with decimal intermediary) </td></tr>
<tr id="row_2_5_" 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="db/d0c/infix__to__postfix_8c.html" target="_self">infix_to_postfix.c</a></td><td class="desc"><a href="https://condor.depaul.edu/ichu/csc415/notes/notes9/Infix.htm" target="_blank">Infix to Postfix</a> Expression Conversion </td></tr>
<tr id="row_2_6_" 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/d96/infix__to__postfix2_8c.html" target="_self">infix_to_postfix2.c</a></td><td class="desc"><a href="https://www.includehelp.com/c/infix-to-postfix-conversion-using-stack-with-c-program.aspx" target="_blank">Infix to Postfix converter</a> implementation </td></tr>
<tr id="row_2_7_" 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="dd/d53/int__to__string_8c.html" target="_self">int_to_string.c</a></td><td class="desc">Convert a positive integer to string (non-standard function) representation </td></tr>
<tr id="row_2_8_" 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="d0/d8a/octal__to__hexadecimal_8c.html" target="_self">octal_to_hexadecimal.c</a></td><td class="desc">Octal to hexadecimal conversion by scanning user input </td></tr>
<tr id="row_2_9_" 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="dd/de6/roman__numerals__to__decimal_8c.html" target="_self">roman_numerals_to_decimal.c</a></td><td class="desc">Conversion of <a href="https://en.wikipedia.org/wiki/Roman_numerals" target="_blank">roman numerals</a> to decimal </td></tr>
<tr id="row_3_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_3_" class="arrow" onclick="toggleFolder('3_')">&#9658;</span><span id="img_3_" class="iconfclosed" onclick="toggleFolder('3_')">&#160;</span><a class="el" href="dir_2e746e9d06bf2d8ff842208bcc6ebcfc.html" target="_self">data_structures</a></td><td class="desc"></td></tr>
<tr id="row_3_0_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_3_0_" class="arrow" onclick="toggleFolder('3_0_')">&#9658;</span><span id="img_3_0_" class="iconfclosed" onclick="toggleFolder('3_0_')">&#160;</span><a class="el" href="dir_c7ef0fcb2f2095a74f0a3a1634dfc798.html" target="_self">array</a></td><td class="desc"></td></tr>
<tr id="row_3_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d2/dc3/carray_8h_source.html"><span class="icondoc"></span></a><b>carray.h</b></td><td class="desc"></td></tr>
<tr id="row_3_1_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_3_1_" class="arrow" onclick="toggleFolder('3_1_')">&#9658;</span><span id="img_3_1_" class="iconfclosed" onclick="toggleFolder('3_1_')">&#160;</span><a class="el" href="dir_e39df94f82619fa5256f1786519937be.html" target="_self">binary_trees</a></td><td class="desc"></td></tr>
<tr id="row_3_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="da/d02/binary__search__tree_8c.html" target="_self">binary_search_tree.c</a></td><td class="desc">A basic unbalanced binary search tree implementation in C </td></tr>
<tr id="row_3_1_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="da/da0/segment__tree_8c.html" target="_self">segment_tree.c</a></td><td class="desc">Segment trees with only point updates </td></tr>
<tr id="row_3_1_2_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="df/d3c/threaded__binary__trees_8c.html" target="_self">threaded_binary_trees.c</a></td><td class="desc">This file is a simple implementation of a Threaded Binary Tree </td></tr>
<tr id="row_3_1_3_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d3/d78/words__alphabetical_8c.html" target="_self">words_alphabetical.c</a></td><td class="desc">Printing the <a href="http://www.dailyfreecode.com/Code/word-list-reads-text-file-makes-2050.aspx" target="_blank">words contained in a file</a> named <code>file.txt</code> in alphabetical order and also their frequencies in to another file "wordcount.txt" </td></tr>
<tr id="row_3_2_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_3_2_" class="arrow" onclick="toggleFolder('3_2_')">&#9658;</span><span id="img_3_2_" class="iconfclosed" onclick="toggleFolder('3_2_')">&#160;</span><a class="el" href="dir_7445e5a68245b48f3c03982b6d501815.html" target="_self">dictionary</a></td><td class="desc"></td></tr>
<tr id="row_3_2_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d8/d7c/dict_8h_source.html"><span class="icondoc"></span></a><b>dict.h</b></td><td class="desc"></td></tr>
<tr id="row_3_3_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_3_3_" class="arrow" onclick="toggleFolder('3_3_')">&#9658;</span><span id="img_3_3_" class="iconfclosed" onclick="toggleFolder('3_3_')">&#160;</span><a class="el" href="dir_bd4a7dd282074645ef41b1ea31ac813a.html" target="_self">dynamic_array</a></td><td class="desc"></td></tr>
<tr id="row_3_3_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d8/da2/dynamic__array_8h_source.html"><span class="icondoc"></span></a><b>dynamic_array.h</b></td><td class="desc"></td></tr>
<tr id="row_3_4_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_3_4_" class="arrow" onclick="toggleFolder('3_4_')">&#9658;</span><span id="img_3_4_" class="iconfclosed" onclick="toggleFolder('3_4_')">&#160;</span><a class="el" href="dir_2fede762f95c9c526850a639b984c56b.html" target="_self">graphs</a></td><td class="desc"></td></tr>
<tr id="row_3_4_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d6/df3/graph_8h_source.html"><span class="icondoc"></span></a><b>graph.h</b></td><td class="desc"></td></tr>
<tr id="row_3_4_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d8/d38/queue_8h_source.html"><span class="icondoc"></span></a><b>queue.h</b></td><td class="desc"></td></tr>
<tr id="row_3_5_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_3_5_" class="arrow" onclick="toggleFolder('3_5_')">&#9658;</span><span id="img_3_5_" class="iconfclosed" onclick="toggleFolder('3_5_')">&#160;</span><a class="el" href="dir_955029374964e51cf770754b424e7d39.html" target="_self">hash_set</a></td><td class="desc"></td></tr>
<tr id="row_3_5_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="dc/de3/hash__set_8h_source.html"><span class="icondoc"></span></a><b>hash_set.h</b></td><td class="desc"></td></tr>
<tr id="row_3_6_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_3_6_" class="arrow" onclick="toggleFolder('3_6_')">&#9658;</span><span id="img_3_6_" class="iconfclosed" onclick="toggleFolder('3_6_')">&#160;</span><a class="el" href="dir_261dd1200fad5b2fe1eca9af8320656e.html" target="_self">linked_list</a></td><td class="desc"></td></tr>
<tr id="row_3_6_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dd/d19/circular__doubly__linked__list_8c.html" target="_self">circular_doubly_linked_list.c</a></td><td class="desc"></td></tr>
<tr id="row_3_6_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dd/d29/doubly__linked__list_8c.html" target="_self">doubly_linked_list.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Doubly_linked_list" target="_blank">Doubly linked list</a> </td></tr>
<tr id="row_3_7_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_3_7_" class="arrow" onclick="toggleFolder('3_7_')">&#9658;</span><span id="img_3_7_" class="iconfclosed" onclick="toggleFolder('3_7_')">&#160;</span><a class="el" href="dir_b6018f60d424a2ef7e4c942ac681e38b.html" target="_self">list</a></td><td class="desc"></td></tr>
<tr id="row_3_7_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="da/d23/list_8h_source.html"><span class="icondoc"></span></a><b>list.h</b></td><td class="desc"></td></tr>
<tr id="row_3_8_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_3_8_" class="arrow" onclick="toggleFolder('3_8_')">&#9658;</span><span id="img_3_8_" class="iconfclosed" onclick="toggleFolder('3_8_')">&#160;</span><a class="el" href="dir_fb09f588f9daea69f78b63a0310e98cc.html" target="_self">queue</a></td><td class="desc"></td></tr>
<tr id="row_3_8_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d1/dbe/include_8h_source.html"><span class="icondoc"></span></a><b>include.h</b></td><td class="desc"></td></tr>
<tr id="row_3_9_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_3_9_" class="arrow" onclick="toggleFolder('3_9_')">&#9658;</span><span id="img_3_9_" class="iconfclosed" onclick="toggleFolder('3_9_')">&#160;</span><a class="el" href="dir_2176ba3565d8b1fe2a106d18679cc7bf.html" target="_self">stack</a></td><td class="desc"></td></tr>
<tr id="row_3_9_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_3_9_0_" class="arrow" onclick="toggleFolder('3_9_0_')">&#9658;</span><span id="img_3_9_0_" class="iconfclosed" onclick="toggleFolder('3_9_0_')">&#160;</span><a class="el" href="dir_0472225043064b54f3dfff9011a9fae0.html" target="_self">stack_linked_list</a></td><td class="desc"></td></tr>
<tr id="row_3_9_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="da/d90/stack__linked__list_2stack_8h_source.html"><span class="icondoc"></span></a><b>stack.h</b></td><td class="desc"></td></tr>
<tr id="row_3_9_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d7/de0/stack_8h_source.html"><span class="icondoc"></span></a><b>stack.h</b></td><td class="desc"></td></tr>
<tr id="row_3_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="df/dfa/vector_8c.html" target="_self">vector.c</a></td><td class="desc">This is a vector implemenation in C </td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_4_" class="arrow" onclick="toggleFolder('4_')">&#9658;</span><span id="img_4_" class="iconfclosed" onclick="toggleFolder('4_')">&#160;</span><a class="el" href="dir_abf1a26ece768c4076e73592705ae077.html" target="_self">developer_tools</a></td><td class="desc"></td></tr>
<tr id="row_4_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="db/d84/malloc__dbg_8c.html" target="_self">malloc_dbg.c</a></td><td class="desc">This file contains malloc_dbg, calloc_dbg, free_dbg and printLeaks implementations </td></tr>
<tr id="row_4_1_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="d2/ddd/malloc__dbg_8h_source.html"><span class="icondoc"></span></a><a class="el" href="d2/ddd/malloc__dbg_8h.html" target="_self">malloc_dbg.h</a></td><td class="desc">Header file that contains macros used to replace malloc/calloc and free </td></tr>
<tr id="row_4_2_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="d9/deb/min__printf_8h_source.html"><span class="icondoc"></span></a><a class="el" href="d9/deb/min__printf_8h.html" target="_self">min_printf.h</a></td><td class="desc">Implementation of a <a href="https://www.geeksforgeeks.org/variable-length-argument-c" target="_blank">function</a> similar to <code>printf</code> </td></tr>
<tr id="row_4_3_" 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="dd/d11/test__malloc__dbg_8c.html" target="_self">test_malloc_dbg.c</a></td><td class="desc">File used to test the malloc_dbg, calloc_dbg and free_dbg functions </td></tr>
<tr id="row_4_4_" 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="d5/d5c/test__min__printf_8c.html" target="_self">test_min_printf.c</a></td><td class="desc">File used to test min_printf function </td></tr>
<tr id="row_5_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_5_" class="arrow" onclick="toggleFolder('5_')">&#9658;</span><span id="img_5_" class="iconfclosed" onclick="toggleFolder('5_')">&#160;</span><a class="el" href="dir_8a20dd5bfd5341a725342bf72b6b686f.html" target="_self">dynamic_programming</a></td><td class="desc"></td></tr>
<tr id="row_5_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="db/de1/lcs_8c.html" target="_self">lcs.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Longest_common_subsequence_problem" target="_blank">Longest Common Subsequence</a> algorithm </td></tr>
<tr id="row_5_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="d8/d1e/matrix__chain__order_8c.html" target="_self">matrix_chain_order.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Matrix_chain_multiplication" target="_blank">Matrix Chain Order</a> </td></tr>
<tr id="row_6_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_6_" class="arrow" onclick="toggleFolder('6_')">&#9658;</span><span id="img_6_" class="iconfclosed" onclick="toggleFolder('6_')">&#160;</span><a class="el" href="dir_48bf5503321d91c557399989fed5dabd.html" target="_self">exercism</a></td><td class="desc"></td></tr>
<tr id="row_6_0_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_6_0_" class="arrow" onclick="toggleFolder('6_0_')">&#9658;</span><span id="img_6_0_" class="iconfclosed" onclick="toggleFolder('6_0_')">&#160;</span><a class="el" href="dir_fe5d69ed7d90cb356556070c2a2e5478.html" target="_self">acronym</a></td><td class="desc"></td></tr>
<tr id="row_6_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="df/dc6/acronym_8h_source.html"><span class="icondoc"></span></a><b>acronym.h</b></td><td class="desc"></td></tr>
<tr id="row_6_1_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_6_1_" class="arrow" onclick="toggleFolder('6_1_')">&#9658;</span><span id="img_6_1_" class="iconfclosed" onclick="toggleFolder('6_1_')">&#160;</span><a class="el" href="dir_4500de955d1eddb82f69331d96e39ed9.html" target="_self">hello_world</a></td><td class="desc"></td></tr>
<tr id="row_6_1_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="db/ddb/hello__world_8h_source.html"><span class="icondoc"></span></a><b>hello_world.h</b></td><td class="desc"></td></tr>
<tr id="row_6_2_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_6_2_" class="arrow" onclick="toggleFolder('6_2_')">&#9658;</span><span id="img_6_2_" class="iconfclosed" onclick="toggleFolder('6_2_')">&#160;</span><a class="el" href="dir_76784a7b04633629b9ecb5543b9ad889.html" target="_self">isogram</a></td><td class="desc"></td></tr>
<tr id="row_6_2_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d6/d48/isogram_8h_source.html"><span class="icondoc"></span></a><b>isogram.h</b></td><td class="desc"></td></tr>
<tr id="row_6_3_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_6_3_" class="arrow" onclick="toggleFolder('6_3_')">&#9658;</span><span id="img_6_3_" class="iconfclosed" onclick="toggleFolder('6_3_')">&#160;</span><a class="el" href="dir_81f43aa0067826ea5befe80cd7aefcc5.html" target="_self">rna_transcription</a></td><td class="desc"></td></tr>
<tr id="row_6_3_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d7/d90/rna__transcription_8h_source.html"><span class="icondoc"></span></a><b>rna_transcription.h</b></td><td class="desc"></td></tr>
<tr id="row_6_4_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_6_4_" class="arrow" onclick="toggleFolder('6_4_')">&#9658;</span><span id="img_6_4_" class="iconfclosed" onclick="toggleFolder('6_4_')">&#160;</span><a class="el" href="dir_475f56e0a4ef6254f5610544d8d68aa3.html" target="_self">word_count</a></td><td class="desc"></td></tr>
<tr id="row_6_4_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="dd/d95/word__count_8h_source.html"><span class="icondoc"></span></a><b>word_count.h</b></td><td class="desc"></td></tr>
<tr id="row_7_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_7_" class="arrow" onclick="toggleFolder('7_')">&#9658;</span><span id="img_7_" class="iconfclosed" onclick="toggleFolder('7_')">&#160;</span><a class="el" href="dir_4b6f782e158b0b98da980a0e11a23a15.html" target="_self">games</a></td><td class="desc"></td></tr>
<tr id="row_7_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="db/de2/naval__battle_8c.html" target="_self">naval_battle.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Battleship_(game)" target="_blank">naval_battle</a> implementation in C using only the stdio.h for Standard Input and Output </td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_8_" class="arrow" onclick="toggleFolder('8_')">&#9658;</span><span id="img_8_" class="iconfclosed" onclick="toggleFolder('8_')">&#160;</span><a class="el" href="dir_e3380d2178455503f266746fb14246a5.html" target="_self">geometry</a></td><td class="desc"></td></tr>
<tr id="row_8_0_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="d0/dc7/geometry__datatypes_8h_source.html"><span class="icondoc"></span></a><a class="el" href="d0/dc7/geometry__datatypes_8h.html" target="_self">geometry_datatypes.h</a></td><td class="desc">Generic header that provides data types for 3D vectors and quaternions </td></tr>
<tr id="row_8_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="df/d98/quaternions_8c.html" target="_self">quaternions.c</a></td><td class="desc">Functions related to 3D quaternions and Euler angles </td></tr>
<tr id="row_8_2_" 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="d5/db8/vectors__3d_8c.html" target="_self">vectors_3d.c</a></td><td class="desc">Functions related to 3D vector operations </td></tr>
<tr id="row_9_" class="odd"><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_e79632891301b850df87e9c0030293fa.html" target="_self">graphics</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="d7/d98/spirograph_8c.html" target="_self">spirograph.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Spirograph" target="_blank">Spirograph</a> </td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_10_" class="arrow" onclick="toggleFolder('10_')">&#9658;</span><span id="img_10_" class="iconfclosed" onclick="toggleFolder('10_')">&#160;</span><a class="el" href="dir_a4300992e825aa9b9238bf43160a241e.html" target="_self">greedy_approach</a></td><td class="desc"></td></tr>
<tr id="row_10_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="d9/dcc/prim_8c.html" target="_self">prim.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Prim%27s_algorithm" target="_blank">Prim's algorithm</a> implementation in C to find the MST of a weighted, connected graph </td></tr>
<tr id="row_11_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_11_" class="arrow" onclick="toggleFolder('11_')">&#9658;</span><span id="img_11_" class="iconfclosed" onclick="toggleFolder('11_')">&#160;</span><a class="el" href="dir_72aaf47615111200018c039a56ef48be.html" target="_self">hash</a></td><td class="desc"></td></tr>
<tr id="row_11_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="d3/d39/hash__adler32_8c.html" target="_self">hash_adler32.c</a></td><td class="desc">32-bit <a href="https://en.wikipedia.org/wiki/Adler-32" target="_blank">Adler hash</a> algorithm </td></tr>
<tr id="row_11_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/d1d/hash__blake2b_8c.html" target="_self">hash_blake2b.c</a></td><td class="desc"><a href="https://www.rfc-editor.org/rfc/rfc7693" target="_blank">Blake2b cryptographic hash function</a> </td></tr>
<tr id="row_11_2_" 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="d9/dc9/hash__crc32_8c.html" target="_self">hash_crc32.c</a></td><td class="desc">32-bit <a href="https://en.wikipedia.org/wiki/Cyclic_redundancy_check#CRC-32_algorithm" target="_blank">CRC hash</a> algorithm </td></tr>
<tr id="row_11_3_" 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/de3/hash__djb2_8c.html" target="_self">hash_djb2.c</a></td><td class="desc"><a href="http://www.cse.yorku.ca/~oz/hash.html" target="_blank">DJB2 hash algorithm</a> </td></tr>
<tr id="row_11_4_" 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="d7/d0c/hash__sdbm_8c.html" target="_self">hash_sdbm.c</a></td><td class="desc"><a href="http://www.cse.yorku.ca/~oz/hash.html" target="_blank">SDBM hash algorithm</a> </td></tr>
<tr id="row_11_5_" 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="d0/d57/hash__xor8_8c.html" target="_self">hash_xor8.c</a></td><td class="desc">8-bit <a href="https://en.wikipedia.org/wiki/XOR_cipher" target="_blank">XOR hash</a> algorithm for ASCII characters </td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_12_" class="arrow" onclick="toggleFolder('12_')">&#9658;</span><span id="img_12_" class="iconfclosed" onclick="toggleFolder('12_')">&#160;</span><a class="el" href="dir_03902f230b9e9b7c999f936617a23997.html" target="_self">leetcode</a></td><td class="desc"></td></tr>
<tr id="row_12_0_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_12_0_" class="arrow" onclick="toggleFolder('12_0_')">&#9658;</span><span id="img_12_0_" class="iconfclosed" onclick="toggleFolder('12_0_')">&#160;</span><a class="el" href="dir_614f310c248f2b9541b559085cafcb40.html" target="_self">src</a></td><td class="desc"></td></tr>
<tr id="row_12_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d0/df3/6_8c.html" target="_self">6.c</a></td><td class="desc">Implementation of the <a href="https://leetcode.com/problems/zigzag-conversion/" target="_blank">ZigZag Conversion</a> Leetcode problem </td></tr>
<tr id="row_13_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_13_" class="arrow" onclick="toggleFolder('13_')">&#9658;</span><span id="img_13_" class="iconfclosed" onclick="toggleFolder('13_')">&#160;</span><a class="el" href="dir_3343723ae086de42ee4ca9774da3a13f.html" target="_self">machine_learning</a></td><td class="desc"></td></tr>
<tr id="row_13_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="dd/d8c/adaline__learning_8c.html" target="_self">adaline_learning.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/ADALINE" target="_blank">Adaptive Linear Neuron (ADALINE)</a> implementation </td></tr>
<tr id="row_13_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="d6/d76/k__means__clustering_8c.html" target="_self">k_means_clustering.c</a></td><td class="desc">K Means Clustering Algorithm implemented </td></tr>
<tr id="row_13_2_" 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="d2/df6/kohonen__som__topology_8c.html" target="_self">kohonen_som_topology.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Self-organizing_map" target="_blank">Kohonen self organizing map</a> (topological map) </td></tr>
<tr id="row_13_3_" 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="d0/d46/kohonen__som__trace_8c.html" target="_self">kohonen_som_trace.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Self-organizing_map" target="_blank">Kohonen self organizing map</a> (data tracing) </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_296d53ceaeaa7e099814a6def439fe8a.html" target="_self">math</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="dc/d80/cantor__set_8c.html" target="_self">cantor_set.c</a></td><td class="desc">Program to generate <a href="https://en.wikipedia.org/wiki/Cantor_set" target="_blank">Cantor ternary set</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="d6/d2e/cartesian__to__polar_8c.html" target="_self">cartesian_to_polar.c</a></td><td class="desc">Function to convert a Cartesian co-ordinate to polar form </td></tr>
<tr id="row_14_2_" 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/d80/collatz_8c.html" target="_self">collatz.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Collatz_conjecture" target="_blank">Collatz' conjecture</a> </td></tr>
<tr id="row_14_3_" 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="d6/d3d/factorial__large__number_8c.html" target="_self">factorial_large_number.c</a></td><td class="desc">Compute factorial of arbitrarily large numbers by storing individual digits in a byte </td></tr>
<tr id="row_14_4_" 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="d4/d99/fibonacci__fast_8c.html" target="_self">fibonacci_fast.c</a></td><td class="desc">Compute \(m^{mth}\) Fibonacci number using the formulae: </td></tr>
<tr id="row_14_5_" 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="d8/d75/fibonacci__formula_8c.html" target="_self">fibonacci_formula.c</a></td><td class="desc">Finding Fibonacci number of any <code>n</code> number using [Binet's closed form formula](<a href="https://en.wikipedia.org/wiki/Fibonacci_number#Binet's_formula">https://en.wikipedia.org/wiki/Fibonacci_number#Binet's_formula</a>) compute \(f_{nth}\) Fibonacci number using the binet's formula: Fn = 1√5 * (1+√5 / 2)^n+1 1√5 * (1√5 / 2)^n+1 </td></tr>
<tr id="row_14_6_" 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="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" target="_blank">palindrome number</a> or not </td></tr>
<tr id="row_14_7_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#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_14_8_" 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="dd/dd3/prime__sieve_8c.html" target="_self">prime_sieve.c</a></td><td class="desc"><a href="https://leetcode.com/problems/count-primes/" target="_blank">Prime Sieve</a> algorithm implementation </td></tr>
<tr id="row_14_9_" 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="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_15_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_15_" class="arrow" onclick="toggleFolder('15_')">&#9658;</span><span id="img_15_" class="iconfclosed" onclick="toggleFolder('15_')">&#160;</span><a class="el" href="dir_a52f4d3d586a58b02f3a4ddf0a992157.html" target="_self">misc</a></td><td class="desc"></td></tr>
<tr id="row_15_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="d5/da4/hamming__distance_8c.html" target="_self">hamming_distance.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Hamming_distance" target="_blank">Hamming distance</a> algorithm implementation </td></tr>
<tr id="row_15_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="d0/dcb/poly__add_8c.html" target="_self">poly_add.c</a></td><td class="desc">Implementation of [Addition of two polynomials] (<a href="https://en.wikipedia.org/wiki/Polynomial#Addition">https://en.wikipedia.org/wiki/Polynomial#Addition</a>) </td></tr>
<tr id="row_15_2_" 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_15_3_" 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_15_4_" 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_15_5_" 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/d73/shunting__yard_8c.html" target="_self">shunting_yard.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Shunting_yard_algorithm" target="_blank">Shunting Yard Algorithm</a> </td></tr>
<tr id="row_15_6_" 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_15_7_" 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_16_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_16_" class="arrow" onclick="toggleFolder('16_')">&#9658;</span><span id="img_16_" class="iconfclosed" onclick="toggleFolder('16_')">&#160;</span><a class="el" href="dir_9c6faab82c22511b50177aa2e38e2780.html" target="_self">numerical_methods</a></td><td class="desc"></td></tr>
<tr id="row_16_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_16_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>
<tr id="row_16_2_" 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="dd/d08/newton__raphson__root_8c.html" target="_self">newton_raphson_root.c</a></td><td class="desc">Find approximate solution for \(f(x) = 0\) using Newton-Raphson interpolation algorithm </td></tr>
<tr id="row_16_3_" 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="d4/d07/ode__forward__euler_8c.html" target="_self">ode_forward_euler.c</a></td><td class="desc">Solve a multivariable first order <a href="https://en.wikipedia.org/wiki/Ordinary_differential_equation" target="_blank">ordinary differential equation (ODEs)</a> using <a href="https://en.wikipedia.org/wiki/Numerical_methods_for_ordinary_differential_equations#Euler_method" target="_blank">forward Euler method</a> </td></tr>
<tr id="row_16_4_" 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="d1/dc2/ode__midpoint__euler_8c.html" target="_self">ode_midpoint_euler.c</a></td><td class="desc">Solve a multivariable first order <a href="https://en.wikipedia.org/wiki/Ordinary_differential_equation" target="_blank">ordinary differential equation (ODEs)</a> using <a href="https://en.wikipedia.org/wiki/Midpoint_method" target="_blank">midpoint Euler method</a> </td></tr>
<tr id="row_16_5_" 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="d4/d99/ode__semi__implicit__euler_8c.html" target="_self">ode_semi_implicit_euler.c</a></td><td class="desc">Solve a multivariable first order <a href="https://en.wikipedia.org/wiki/Ordinary_differential_equation" target="_blank">ordinary differential equation (ODEs)</a> using <a href="https://en.wikipedia.org/wiki/Semi-implicit_Euler_method" target="_blank">semi implicit Euler method</a> </td></tr>
<tr id="row_16_6_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="d4/d68/qr__decompose_8h_source.html"><span class="icondoc"></span></a><a class="el" href="d4/d68/qr__decompose_8h.html" target="_self">qr_decompose.h</a></td><td class="desc">Library functions to compute <a href="https://en.wikipedia.org/wiki/QR_decomposition" target="_blank">QR decomposition</a> of a given matrix </td></tr>
<tr id="row_16_7_" 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="d5/d23/qr__decomposition_8c.html" target="_self">qr_decomposition.c</a></td><td class="desc">Program to compute the <a href="https://en.wikipedia.org/wiki/QR_decomposition" target="_blank">QR decomposition</a> of a given matrix </td></tr>
<tr id="row_16_8_" 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="d7/d50/qr__eigen__values_8c.html" target="_self">qr_eigen_values.c</a></td><td class="desc">Compute real eigen values and eigen vectors of a symmetric matrix using <a href="https://en.wikipedia.org/wiki/QR_decomposition" target="_blank">QR decomposition</a> method </td></tr>
<tr id="row_16_9_" 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/d47/realtime__stats_8c.html" target="_self">realtime_stats.c</a></td><td class="desc">Compute statistics for data entered in rreal-time </td></tr>
<tr id="row_17_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_17_" class="arrow" onclick="toggleFolder('17_')">&#9658;</span><span id="img_17_" class="iconfclosed" onclick="toggleFolder('17_')">&#160;</span><a class="el" href="dir_63185e90e67935ef3eb5903a044c89e2.html" target="_self">process_scheduling_algorithms</a></td><td class="desc"></td></tr>
<tr id="row_17_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="d2/d87/non__preemptive__priority__scheduling_8c.html" target="_self">non_preemptive_priority_scheduling.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Scheduling_(computing)" target="_blank">Non-Preemptive Priority Scheduling</a> is a scheduling algorithm that selects the tasks to execute based on priority </td></tr>
<tr id="row_18_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_18_" class="arrow" onclick="toggleFolder('18_')">&#9658;</span><span id="img_18_" class="iconfclosed" onclick="toggleFolder('18_')">&#160;</span><a class="el" href="dir_b3d331eabd4234f247030c297aaf021c.html" target="_self">project_euler</a></td><td class="desc"></td></tr>
<tr id="row_18_0_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_0_" class="arrow" onclick="toggleFolder('18_0_')">&#9658;</span><span id="img_18_0_" class="iconfclosed" onclick="toggleFolder('18_0_')">&#160;</span><a class="el" href="dir_8c6743d405e8ed13cc39f42e382307fd.html" target="_self">problem_1</a></td><td class="desc"></td></tr>
<tr id="row_18_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="da/d35/problem__1_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=1" target="_blank">Problem 1</a> solution </td></tr>
<tr id="row_18_0_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d2/dae/problem__1_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=1" target="_blank">Problem 1</a> solution </td></tr>
<tr id="row_18_0_2_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="da/d56/problem__1_2sol3_8c.html" target="_self">sol3.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=1" target="_blank">Problem 1</a> solution </td></tr>
<tr id="row_18_0_3_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d6/d1b/sol4_8c.html" target="_self">sol4.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=1" target="_blank">Problem 1</a> solution </td></tr>
<tr id="row_18_1_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_1_" class="arrow" onclick="toggleFolder('18_1_')">&#9658;</span><span id="img_18_1_" class="iconfclosed" onclick="toggleFolder('18_1_')">&#160;</span><a class="el" href="dir_16b947d8e9a05fe119d0675493324331.html" target="_self">problem_10</a></td><td class="desc"></td></tr>
<tr id="row_18_1_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d0/d6d/problem__10_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=10" target="_blank">Problem 10</a> solution </td></tr>
<tr id="row_18_1_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d9/da7/problem__10_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=10" target="_blank">Problem 10</a> solution </td></tr>
<tr id="row_18_2_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_2_" class="arrow" onclick="toggleFolder('18_2_')">&#9658;</span><span id="img_18_2_" class="iconfclosed" onclick="toggleFolder('18_2_')">&#160;</span><a class="el" href="dir_d9112ab06cf4d4e5a25d385a268d1949.html" target="_self">problem_12</a></td><td class="desc"></td></tr>
<tr id="row_18_2_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d7/d1f/problem__12_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=12" target="_blank">Problem 12</a> solution </td></tr>
<tr id="row_18_3_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_3_" class="arrow" onclick="toggleFolder('18_3_')">&#9658;</span><span id="img_18_3_" class="iconfclosed" onclick="toggleFolder('18_3_')">&#160;</span><a class="el" href="dir_f7d3c03fcac84aef1b0c66cc497ed1ea.html" target="_self">problem_13</a></td><td class="desc"></td></tr>
<tr id="row_18_3_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="db/d01/problem__13_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=13" target="_blank">Problem 13</a> solution </td></tr>
<tr id="row_18_4_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_4_" class="arrow" onclick="toggleFolder('18_4_')">&#9658;</span><span id="img_18_4_" class="iconfclosed" onclick="toggleFolder('18_4_')">&#160;</span><a class="el" href="dir_aba97bf327db94061e830e9bc18e925d.html" target="_self">problem_14</a></td><td class="desc"></td></tr>
<tr id="row_18_4_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d4/dea/problem__14_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=14" target="_blank">Problem 14</a> solution </td></tr>
<tr id="row_18_5_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_5_" class="arrow" onclick="toggleFolder('18_5_')">&#9658;</span><span id="img_18_5_" class="iconfclosed" onclick="toggleFolder('18_5_')">&#160;</span><a class="el" href="dir_2b14f32f14b51065d3a322bea21da3c0.html" target="_self">problem_15</a></td><td class="desc"></td></tr>
<tr id="row_18_5_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d7/d91/problem__15_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=15" target="_blank">Problem 15</a> solution </td></tr>
<tr id="row_18_6_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_6_" class="arrow" onclick="toggleFolder('18_6_')">&#9658;</span><span id="img_18_6_" class="iconfclosed" onclick="toggleFolder('18_6_')">&#160;</span><a class="el" href="dir_18cba55772148686552805a354a79093.html" target="_self">problem_16</a></td><td class="desc"></td></tr>
<tr id="row_18_6_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d6/d88/problem__16_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=16" target="_blank">Problem 16</a> solution </td></tr>
<tr id="row_18_7_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_7_" class="arrow" onclick="toggleFolder('18_7_')">&#9658;</span><span id="img_18_7_" class="iconfclosed" onclick="toggleFolder('18_7_')">&#160;</span><a class="el" href="dir_0bc3e2a5baf077fa21dadc079776fcac.html" target="_self">problem_19</a></td><td class="desc"></td></tr>
<tr id="row_18_7_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dd/df0/problem__19_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=19" target="_blank">Problem 19</a> solution </td></tr>
<tr id="row_18_8_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_8_" class="arrow" onclick="toggleFolder('18_8_')">&#9658;</span><span id="img_18_8_" class="iconfclosed" onclick="toggleFolder('18_8_')">&#160;</span><a class="el" href="dir_eeeea13e3a5e5edad3499183767ce312.html" target="_self">problem_2</a></td><td class="desc"></td></tr>
<tr id="row_18_8_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d0/d7f/so1_8c.html" target="_self">so1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=2" target="_blank">Problem 2</a> solution </td></tr>
<tr id="row_18_9_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_9_" class="arrow" onclick="toggleFolder('18_9_')">&#9658;</span><span id="img_18_9_" class="iconfclosed" onclick="toggleFolder('18_9_')">&#160;</span><a class="el" href="dir_4991c92e00761dd3d764efa2906b4318.html" target="_self">problem_20</a></td><td class="desc"></td></tr>
<tr id="row_18_9_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="db/d80/problem__20_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=20" target="_blank">Problem 20</a> solution </td></tr>
<tr id="row_18_10_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_10_" class="arrow" onclick="toggleFolder('18_10_')">&#9658;</span><span id="img_18_10_" class="iconfclosed" onclick="toggleFolder('18_10_')">&#160;</span><a class="el" href="dir_d9e100c82ada2163abea49688a71e81c.html" target="_self">problem_21</a></td><td class="desc"></td></tr>
<tr id="row_18_10_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="df/d1a/problem__21_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=21" target="_blank">Problem 21</a> solution </td></tr>
<tr id="row_18_11_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_11_" class="arrow" onclick="toggleFolder('18_11_')">&#9658;</span><span id="img_18_11_" class="iconfclosed" onclick="toggleFolder('18_11_')">&#160;</span><a class="el" href="dir_2abe2c0880d3fb0dba0f784bee3fc9e0.html" target="_self">problem_22</a></td><td class="desc"></td></tr>
<tr id="row_18_11_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dd/d8b/problem__22_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=22" target="_blank">Problem 22</a> solution </td></tr>
<tr id="row_18_12_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_12_" class="arrow" onclick="toggleFolder('18_12_')">&#9658;</span><span id="img_18_12_" class="iconfclosed" onclick="toggleFolder('18_12_')">&#160;</span><a class="el" href="dir_f75ccd45e00436eafed446b9b2682984.html" target="_self">problem_23</a></td><td class="desc"></td></tr>
<tr id="row_18_12_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d7/ddb/problem__23_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=23" target="_blank">Problem 23</a> solution </td></tr>
<tr id="row_18_12_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d4/dbd/problem__23_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=23" target="_blank">Problem 23</a> solution - optimization using look-up array </td></tr>
<tr id="row_18_13_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_13_" class="arrow" onclick="toggleFolder('18_13_')">&#9658;</span><span id="img_18_13_" class="iconfclosed" onclick="toggleFolder('18_13_')">&#160;</span><a class="el" href="dir_079e1f799fb08a8a0b98cb030ab15687.html" target="_self">problem_25</a></td><td class="desc"></td></tr>
<tr id="row_18_13_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d8/d32/problem__25_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=25" target="_blank">Problem 25</a> solution implemented using arbitrarily large numbers represented as arrays </td></tr>
<tr id="row_18_14_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_14_" class="arrow" onclick="toggleFolder('18_14_')">&#9658;</span><span id="img_18_14_" class="iconfclosed" onclick="toggleFolder('18_14_')">&#160;</span><a class="el" href="dir_16e00c78ef36d1842d0d8a4afc46b852.html" target="_self">problem_26</a></td><td class="desc"></td></tr>
<tr id="row_18_14_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d1/df9/problem__26_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=26" target="_blank">Problem 26</a> solution </td></tr>
<tr id="row_18_15_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_15_" class="arrow" onclick="toggleFolder('18_15_')">&#9658;</span><span id="img_18_15_" class="iconfclosed" onclick="toggleFolder('18_15_')">&#160;</span><a class="el" href="dir_b2dbfa46230fd9f775c32c1836ed3764.html" target="_self">problem_3</a></td><td class="desc"></td></tr>
<tr id="row_18_15_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d7/dd3/problem__3_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=3" target="_blank">Problem 3</a> solution </td></tr>
<tr id="row_18_15_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d2/dbc/problem__3_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=3" target="_blank">Problem 3</a> solution </td></tr>
<tr id="row_18_16_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_16_" class="arrow" onclick="toggleFolder('18_16_')">&#9658;</span><span id="img_18_16_" class="iconfclosed" onclick="toggleFolder('18_16_')">&#160;</span><a class="el" href="dir_1833eb69ceee7a265ffba4c38c8243d2.html" target="_self">problem_4</a></td><td class="desc"></td></tr>
<tr id="row_18_16_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d0/d6c/problem__4_2sol_8c.html" target="_self">sol.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=4" target="_blank">Problem 4</a> solution </td></tr>
<tr id="row_18_17_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_17_" class="arrow" onclick="toggleFolder('18_17_')">&#9658;</span><span id="img_18_17_" class="iconfclosed" onclick="toggleFolder('18_17_')">&#160;</span><a class="el" href="dir_2f070f19f76dfadabbc24fe483d7e98d.html" target="_self">problem_401</a></td><td class="desc"></td></tr>
<tr id="row_18_17_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d4/d83/problem__401_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=401" target="_blank">Problem 401</a> solution - Sum of squares of divisors </td></tr>
<tr id="row_18_18_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_18_" class="arrow" onclick="toggleFolder('18_18_')">&#9658;</span><span id="img_18_18_" class="iconfclosed" onclick="toggleFolder('18_18_')">&#160;</span><a class="el" href="dir_607f15d36c772334f988bb9ef82d102c.html" target="_self">problem_5</a></td><td class="desc"></td></tr>
<tr id="row_18_18_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dc/d32/problem__5_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=5" target="_blank">Problem 5</a> solution - Naive algorithm (slowest) </td></tr>
<tr id="row_18_18_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d5/d3d/problem__5_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=5" target="_blank">Problem 5</a> solution - Naive algorithm (Improved over <a class="el" href="dc/d32/problem__5_2sol1_8c.html" title="Problem 5 solution - Naive algorithm (slowest)">problem_5/sol1.c</a>) </td></tr>
<tr id="row_18_18_2_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d5/d7c/problem__5_2sol3_8c.html" target="_self">sol3.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=5" target="_blank">Problem 5</a> solution (Fastest) </td></tr>
<tr id="row_18_19_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_19_" class="arrow" onclick="toggleFolder('18_19_')">&#9658;</span><span id="img_18_19_" class="iconfclosed" onclick="toggleFolder('18_19_')">&#160;</span><a class="el" href="dir_167af11096b7752ff31b3d4bec489317.html" target="_self">problem_6</a></td><td class="desc"></td></tr>
<tr id="row_18_19_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d4/d7b/problem__6_2sol_8c.html" target="_self">sol.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=6" target="_blank">Problem 6</a> solution </td></tr>
<tr id="row_18_20_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_20_" class="arrow" onclick="toggleFolder('18_20_')">&#9658;</span><span id="img_18_20_" class="iconfclosed" onclick="toggleFolder('18_20_')">&#160;</span><a class="el" href="dir_4bae997a2671812c2140d5abfb6305a4.html" target="_self">problem_7</a></td><td class="desc"></td></tr>
<tr id="row_18_20_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d1/d2f/problem__7_2sol_8c.html" target="_self">sol.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=7" target="_blank">Problem 7</a> solution </td></tr>
<tr id="row_18_20_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d6/d64/problem__7_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=7" target="_blank">Problem 7</a> solution </td></tr>
<tr id="row_18_21_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_21_" class="arrow" onclick="toggleFolder('18_21_')">&#9658;</span><span id="img_18_21_" class="iconfclosed" onclick="toggleFolder('18_21_')">&#160;</span><a class="el" href="dir_4a15c8553efb9e59e3f1091cc0d3a27d.html" target="_self">problem_8</a></td><td class="desc"></td></tr>
<tr id="row_18_21_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dc/d63/problem__8_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=8" target="_blank">Problem 8</a> solution </td></tr>
<tr id="row_18_21_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d2/d93/problem__8_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=8" target="_blank">Problem 8</a> solution </td></tr>
<tr id="row_18_22_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_18_22_" class="arrow" onclick="toggleFolder('18_22_')">&#9658;</span><span id="img_18_22_" class="iconfclosed" onclick="toggleFolder('18_22_')">&#160;</span><a class="el" href="dir_d4c35186c199e728d69dee6bf5b2473c.html" target="_self">problem_9</a></td><td class="desc"></td></tr>
<tr id="row_18_22_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="df/da5/problem__9_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=9" target="_blank">Problem 9</a> solution - A naive implementation </td></tr>
<tr id="row_18_22_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d8/de0/problem__9_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=9" target="_blank">Problem 9</a> solution </td></tr>
<tr id="row_19_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_19_" class="arrow" onclick="toggleFolder('19_')">&#9658;</span><span id="img_19_" class="iconfclosed" onclick="toggleFolder('19_')">&#160;</span><a class="el" href="dir_da574daf9ce9c05b45556bdc871ed1e3.html" target="_self">searching</a></td><td class="desc"></td></tr>
<tr id="row_19_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="df/d3b/binary__search_8c.html" target="_self">binary_search.c</a></td><td class="desc">Program to perform <a href="https://en.wikipedia.org/wiki/Binary_search_algorithm" target="_blank">binary search</a> of a target value in a given <em>sorted</em> array </td></tr>
<tr id="row_19_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="da/d6c/exponential__search_8c.html" target="_self">exponential_search.c</a></td><td class="desc"><a href="https://github.com/TheAlgorithms/Algorithms-Explanation/blob/master/en/Search%20Algorithms/Exponential%20Search.md" target="_blank">Exponential Search</a> </td></tr>
<tr id="row_19_2_" 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="d2/d9b/floyd__cycle__detection__algorithm_8c.html" target="_self">floyd_cycle_detection_algorithm.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Cycle_detection" target="_blank">Floyd's Cycle Detection</a> algorithm </td></tr>
<tr id="row_19_3_" 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="d6/d7b/jump__search_8c.html" target="_self">jump_search.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Jump_search" target="_blank">jump search</a> algorithm </td></tr>
<tr id="row_19_4_" 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="d3/d47/modified__binary__search_8c.html" target="_self">modified_binary_search.c</a></td><td class="desc"><a href="https://arxiv.org/abs/1406.1677" target="_blank">Modified binary search algorithm</a> </td></tr>
<tr id="row_19_5_" 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="d5/de2/sentinel__linear__search_8c.html" target="_self">sentinel_linear_search.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Linear_search#With_a_sentinel" target="_blank">Linear Search with Sentinel</a> algorithm implementation </td></tr>
<tr id="row_20_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_20_" class="arrow" onclick="toggleFolder('20_')">&#9658;</span><span id="img_20_" class="iconfclosed" onclick="toggleFolder('20_')">&#160;</span><a class="el" href="dir_bb1b521853a9c46347182a9d10420771.html" target="_self">sorting</a></td><td class="desc"></td></tr>
<tr id="row_20_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="d2/da8/bead__sort_8c.html" target="_self">bead_sort.c</a></td><td class="desc">Sorting of array list using <a href="https://en.wikipedia.org/wiki/Bead_sort" target="_blank">bead sort</a> </td></tr>
<tr id="row_20_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="dd/de4/bubble__sort_8c.html" target="_self">bubble_sort.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Bubble_sort" target="_blank">Bubble sort</a> algorithm implementation </td></tr>
<tr id="row_20_2_" 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="d2/d6d/bubble__sort__2_8c.html" target="_self">bubble_sort_2.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Bubble_sort" target="_blank">Bubble sort</a> algorithm </td></tr>
<tr id="row_20_3_" 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="d5/d38/bubble__sort__recursion_8c.html" target="_self">bubble_sort_recursion.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Bubble_sort" target="_blank">Bubble sort</a> algorithm implementation using recursion </td></tr>
<tr id="row_20_4_" 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="de/dff/heap__sort__2_8c.html" target="_self">heap_sort_2.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Heapsort" target="_blank">Heap Sort</a> implementation </td></tr>
<tr id="row_20_5_" 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="db/ddf/insertion__sort_8c.html" target="_self">insertion_sort.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Insertion_sort" target="_blank">Insertion sort</a> algorithm implementation </td></tr>
<tr id="row_20_6_" 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="de/d0c/insertion__sort__recursive_8c.html" target="_self">insertion_sort_recursive.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Insertion_sort" target="_blank">Insertion sort</a> algorithm implementation </td></tr>
<tr id="row_20_7_" 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="d2/d83/merge__sort_8c.html" target="_self">merge_sort.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Merge_sort" target="_blank">merge sort</a> algorithm </td></tr>
<tr id="row_20_8_" 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="d1/d94/odd__even__sort_8c.html" target="_self">odd_even_sort.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Odd%E2%80%93even_sort" target="_blank">Odd Even Sort</a> implementation </td></tr>
<tr id="row_20_9_" 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="d2/d57/patience__sort_8c.html" target="_self">patience_sort.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Patience_sorting" target="_blank">Patience Sort</a> </td></tr>
<tr id="row_20_10_" 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="df/d83/selection__sort_8c.html" target="_self">selection_sort.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Selection_sort" target="_blank">Selection sort</a> algorithm implementation </td></tr>
<tr id="row_20_11_" 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/d39/selection__sort__recursive_8c.html" target="_self">selection_sort_recursive.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Selection_sort" target="_blank">Selection Sort</a> implementation using recursion </td></tr>
<tr id="row_20_12_" 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="d6/ded/shell__sort2_8c.html" target="_self">shell_sort2.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Shell_sort" target="_blank">Shell sort algorithm</a> implementation </td></tr>
<tr id="row_1_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">&#9658;</span><span id="img_1_" class="iconfclosed" onclick="toggleFolder('1_')">&#160;</span><a class="el" href="dir_889815b2ffb19a3511e1fa3067da3f2c.html" target="_self">cipher</a></td><td class="desc"></td></tr>
<tr id="row_1_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="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_2_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">&#9658;</span><span id="img_2_" class="iconfclosed" onclick="toggleFolder('2_')">&#160;</span><a class="el" href="dir_d20ad0b8de644c123692ba5582cc7a7b.html" target="_self">client_server</a></td><td class="desc"></td></tr>
<tr id="row_2_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="dd/d93/client_8c.html" target="_self">client.c</a></td><td class="desc">Client side implementation of Server-Client system </td></tr>
<tr id="row_2_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="d9/ddd/remote__command__exec__udp__client_8c.html" target="_self">remote_command_exec_udp_client.c</a></td><td class="desc">Client-side implementation of [Remote Command Execution Using UDP](<a href="https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/">https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/</a>) </td></tr>
<tr id="row_2_2_" 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="dd/d79/remote__command__exec__udp__server_8c.html" target="_self">remote_command_exec_udp_server.c</a></td><td class="desc">Server-side implementation of [Remote Command Execution Using UDP](<a href="https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/">https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/</a>) </td></tr>
<tr id="row_2_3_" 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="d1/d20/server_8c.html" target="_self">server.c</a></td><td class="desc">Server side implementation of Server-Client system </td></tr>
<tr id="row_2_4_" 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="d1/d98/tcp__full__duplex__client_8c.html" target="_self">tcp_full_duplex_client.c</a></td><td class="desc">Client-side implementation of <a href="http://www.tcpipguide.com/free/t_SimplexFullDuplexandHalfDuplexOperation.htm" target="_blank">TCP Full Duplex Communication</a> </td></tr>
<tr id="row_2_5_" 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="d1/d6b/tcp__full__duplex__server_8c.html" target="_self">tcp_full_duplex_server.c</a></td><td class="desc">Server-side implementation of <a href="http://www.tcpipguide.com/free/t_SimplexFullDuplexandHalfDuplexOperation.htm" target="_blank">TCP Full Duplex Communication</a> </td></tr>
<tr id="row_2_6_" 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/d07/tcp__half__duplex__client_8c.html" target="_self">tcp_half_duplex_client.c</a></td><td class="desc">Client-side implementation of <a href="http://www.tcpipguide.com/free/t_SimplexFullDuplexandHalfDuplexOperation.htm" target="_blank">TCP Half Duplex Communication</a> </td></tr>
<tr id="row_2_7_" 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="d6/d2b/tcp__half__duplex__server_8c.html" target="_self">tcp_half_duplex_server.c</a></td><td class="desc">Server-side implementation of <a href="http://www.tcpipguide.com/free/t_SimplexFullDuplexandHalfDuplexOperation.htm" target="_blank">TCP Half Duplex Communication</a> </td></tr>
<tr id="row_2_8_" 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/de6/udp__client_8c.html" target="_self">udp_client.c</a></td><td class="desc">Client side implementation of UDP client-server model </td></tr>
<tr id="row_2_9_" 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="d8/dca/udp__server_8c.html" target="_self">udp_server.c</a></td><td class="desc">Server side implementation of UDP client-server model </td></tr>
<tr id="row_3_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_3_" class="arrow" onclick="toggleFolder('3_')">&#9658;</span><span id="img_3_" class="iconfclosed" onclick="toggleFolder('3_')">&#160;</span><a class="el" href="dir_9babc524d57e25f3d9f4179cabc3599e.html" target="_self">conversions</a></td><td class="desc"></td></tr>
<tr id="row_3_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="d7/dd8/c__atoi__str__to__integer_8c.html" target="_self">c_atoi_str_to_integer.c</a></td><td class="desc">Recoding the original atoi function in stdlib.h </td></tr>
<tr id="row_3_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="d0/d51/celsius__to__fahrenheit_8c.html" target="_self">celsius_to_fahrenheit.c</a></td><td class="desc">Conversion of temperature in degrees from <a href="https://en.wikipedia.org/wiki/Celsius" target="_blank">Celsius</a> to <a href="https://en.wikipedia.org/wiki/Fahrenheit" target="_blank">Fahrenheit</a> </td></tr>
<tr id="row_3_2_" 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/dba/decimal__to__any__base_8c.html" target="_self">decimal_to_any_base.c</a></td><td class="desc"><a href="http://codeofthedamned.com/index.php/number-base-conversion" target="_blank">Decimal to any-base</a> is a C function wich convert positive decimal integer to any positive ascii base with the base's alphabet given in input and return it in a dynamically allocated string(recursive way) </td></tr>
<tr id="row_3_3_" 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="d8/d30/decimal__to__binary__recursion_8c.html" target="_self">decimal_to_binary_recursion.c</a></td><td class="desc">Convert decimal to binary using recursion algorithm </td></tr>
<tr id="row_3_4_" 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="d0/dd9/hexadecimal__to__octal2_8c.html" target="_self">hexadecimal_to_octal2.c</a></td><td class="desc">Convert hexadecimal number to octal number (with decimal intermediary) </td></tr>
<tr id="row_3_5_" 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/d0c/infix__to__postfix_8c.html" target="_self">infix_to_postfix.c</a></td><td class="desc"><a href="https://condor.depaul.edu/ichu/csc415/notes/notes9/Infix.htm" target="_blank">Infix to Postfix</a> Expression Conversion </td></tr>
<tr id="row_3_6_" 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/d96/infix__to__postfix2_8c.html" target="_self">infix_to_postfix2.c</a></td><td class="desc"><a href="https://www.includehelp.com/c/infix-to-postfix-conversion-using-stack-with-c-program.aspx" target="_blank">Infix to Postfix converter</a> implementation </td></tr>
<tr id="row_3_7_" 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="dd/d53/int__to__string_8c.html" target="_self">int_to_string.c</a></td><td class="desc">Convert a positive integer to string (non-standard function) representation </td></tr>
<tr id="row_3_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="d0/d8a/octal__to__hexadecimal_8c.html" target="_self">octal_to_hexadecimal.c</a></td><td class="desc">Octal to hexadecimal conversion by scanning user input </td></tr>
<tr id="row_3_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="dd/de6/roman__numerals__to__decimal_8c.html" target="_self">roman_numerals_to_decimal.c</a></td><td class="desc">Conversion of <a href="https://en.wikipedia.org/wiki/Roman_numerals" target="_blank">roman numerals</a> to decimal </td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_4_" class="arrow" onclick="toggleFolder('4_')">&#9658;</span><span id="img_4_" class="iconfclosed" onclick="toggleFolder('4_')">&#160;</span><a class="el" href="dir_2e746e9d06bf2d8ff842208bcc6ebcfc.html" target="_self">data_structures</a></td><td class="desc"></td></tr>
<tr id="row_4_0_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_0_" class="arrow" onclick="toggleFolder('4_0_')">&#9658;</span><span id="img_4_0_" class="iconfclosed" onclick="toggleFolder('4_0_')">&#160;</span><a class="el" href="dir_c7ef0fcb2f2095a74f0a3a1634dfc798.html" target="_self">array</a></td><td class="desc"></td></tr>
<tr id="row_4_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d2/dc3/carray_8h_source.html"><span class="icondoc"></span></a><b>carray.h</b></td><td class="desc"></td></tr>
<tr id="row_4_1_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_1_" class="arrow" onclick="toggleFolder('4_1_')">&#9658;</span><span id="img_4_1_" class="iconfclosed" onclick="toggleFolder('4_1_')">&#160;</span><a class="el" href="dir_e39df94f82619fa5256f1786519937be.html" target="_self">binary_trees</a></td><td class="desc"></td></tr>
<tr id="row_4_1_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="da/d02/binary__search__tree_8c.html" target="_self">binary_search_tree.c</a></td><td class="desc">A basic unbalanced binary search tree implementation in C </td></tr>
<tr id="row_4_1_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="da/da0/segment__tree_8c.html" target="_self">segment_tree.c</a></td><td class="desc">Segment trees with only point updates </td></tr>
<tr id="row_4_1_2_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="df/d3c/threaded__binary__trees_8c.html" target="_self">threaded_binary_trees.c</a></td><td class="desc">This file is a simple implementation of a Threaded Binary Tree </td></tr>
<tr id="row_4_1_3_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d3/d78/words__alphabetical_8c.html" target="_self">words_alphabetical.c</a></td><td class="desc">Printing the <a href="http://www.dailyfreecode.com/Code/word-list-reads-text-file-makes-2050.aspx" target="_blank">words contained in a file</a> named <code>file.txt</code> in alphabetical order and also their frequencies in to another file "wordcount.txt" </td></tr>
<tr id="row_4_2_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_2_" class="arrow" onclick="toggleFolder('4_2_')">&#9658;</span><span id="img_4_2_" class="iconfclosed" onclick="toggleFolder('4_2_')">&#160;</span><a class="el" href="dir_7445e5a68245b48f3c03982b6d501815.html" target="_self">dictionary</a></td><td class="desc"></td></tr>
<tr id="row_4_2_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d8/d7c/dict_8h_source.html"><span class="icondoc"></span></a><b>dict.h</b></td><td class="desc"></td></tr>
<tr id="row_4_3_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_3_" class="arrow" onclick="toggleFolder('4_3_')">&#9658;</span><span id="img_4_3_" class="iconfclosed" onclick="toggleFolder('4_3_')">&#160;</span><a class="el" href="dir_bd4a7dd282074645ef41b1ea31ac813a.html" target="_self">dynamic_array</a></td><td class="desc"></td></tr>
<tr id="row_4_3_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d8/da2/dynamic__array_8h_source.html"><span class="icondoc"></span></a><b>dynamic_array.h</b></td><td class="desc"></td></tr>
<tr id="row_4_4_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_4_" class="arrow" onclick="toggleFolder('4_4_')">&#9658;</span><span id="img_4_4_" class="iconfclosed" onclick="toggleFolder('4_4_')">&#160;</span><a class="el" href="dir_2fede762f95c9c526850a639b984c56b.html" target="_self">graphs</a></td><td class="desc"></td></tr>
<tr id="row_4_4_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d6/df3/graph_8h_source.html"><span class="icondoc"></span></a><b>graph.h</b></td><td class="desc"></td></tr>
<tr id="row_4_4_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d8/d38/queue_8h_source.html"><span class="icondoc"></span></a><b>queue.h</b></td><td class="desc"></td></tr>
<tr id="row_4_5_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_5_" class="arrow" onclick="toggleFolder('4_5_')">&#9658;</span><span id="img_4_5_" class="iconfclosed" onclick="toggleFolder('4_5_')">&#160;</span><a class="el" href="dir_955029374964e51cf770754b424e7d39.html" target="_self">hash_set</a></td><td class="desc"></td></tr>
<tr id="row_4_5_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="dc/de3/hash__set_8h_source.html"><span class="icondoc"></span></a><b>hash_set.h</b></td><td class="desc"></td></tr>
<tr id="row_4_6_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_6_" class="arrow" onclick="toggleFolder('4_6_')">&#9658;</span><span id="img_4_6_" class="iconfclosed" onclick="toggleFolder('4_6_')">&#160;</span><a class="el" href="dir_261dd1200fad5b2fe1eca9af8320656e.html" target="_self">linked_list</a></td><td class="desc"></td></tr>
<tr id="row_4_6_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dd/d19/circular__doubly__linked__list_8c.html" target="_self">circular_doubly_linked_list.c</a></td><td class="desc"></td></tr>
<tr id="row_4_6_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dd/d29/doubly__linked__list_8c.html" target="_self">doubly_linked_list.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Doubly_linked_list" target="_blank">Doubly linked list</a> </td></tr>
<tr id="row_4_7_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_7_" class="arrow" onclick="toggleFolder('4_7_')">&#9658;</span><span id="img_4_7_" class="iconfclosed" onclick="toggleFolder('4_7_')">&#160;</span><a class="el" href="dir_b6018f60d424a2ef7e4c942ac681e38b.html" target="_self">list</a></td><td class="desc"></td></tr>
<tr id="row_4_7_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="da/d23/list_8h_source.html"><span class="icondoc"></span></a><b>list.h</b></td><td class="desc"></td></tr>
<tr id="row_4_8_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_8_" class="arrow" onclick="toggleFolder('4_8_')">&#9658;</span><span id="img_4_8_" class="iconfclosed" onclick="toggleFolder('4_8_')">&#160;</span><a class="el" href="dir_fb09f588f9daea69f78b63a0310e98cc.html" target="_self">queue</a></td><td class="desc"></td></tr>
<tr id="row_4_8_0_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d1/dbe/include_8h_source.html"><span class="icondoc"></span></a><b>include.h</b></td><td class="desc"></td></tr>
<tr id="row_4_9_" class="odd" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_9_" class="arrow" onclick="toggleFolder('4_9_')">&#9658;</span><span id="img_4_9_" class="iconfclosed" onclick="toggleFolder('4_9_')">&#160;</span><a class="el" href="dir_2176ba3565d8b1fe2a106d18679cc7bf.html" target="_self">stack</a></td><td class="desc"></td></tr>
<tr id="row_4_9_0_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_4_9_0_" class="arrow" onclick="toggleFolder('4_9_0_')">&#9658;</span><span id="img_4_9_0_" class="iconfclosed" onclick="toggleFolder('4_9_0_')">&#160;</span><a class="el" href="dir_0472225043064b54f3dfff9011a9fae0.html" target="_self">stack_linked_list</a></td><td class="desc"></td></tr>
<tr id="row_4_9_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="da/d90/stack__linked__list_2stack_8h_source.html"><span class="icondoc"></span></a><b>stack.h</b></td><td class="desc"></td></tr>
<tr id="row_4_9_1_" class="odd" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d7/de0/stack_8h_source.html"><span class="icondoc"></span></a><b>stack.h</b></td><td class="desc"></td></tr>
<tr id="row_4_10_" 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="df/dfa/vector_8c.html" target="_self">vector.c</a></td><td class="desc">This is a vector implemenation in C </td></tr>
<tr id="row_5_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_5_" class="arrow" onclick="toggleFolder('5_')">&#9658;</span><span id="img_5_" class="iconfclosed" onclick="toggleFolder('5_')">&#160;</span><a class="el" href="dir_abf1a26ece768c4076e73592705ae077.html" target="_self">developer_tools</a></td><td class="desc"></td></tr>
<tr id="row_5_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="db/d84/malloc__dbg_8c.html" target="_self">malloc_dbg.c</a></td><td class="desc">This file contains malloc_dbg, calloc_dbg, free_dbg and printLeaks implementations </td></tr>
<tr id="row_5_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="d2/ddd/malloc__dbg_8h_source.html"><span class="icondoc"></span></a><a class="el" href="d2/ddd/malloc__dbg_8h.html" target="_self">malloc_dbg.h</a></td><td class="desc">Header file that contains macros used to replace malloc/calloc and free </td></tr>
<tr id="row_5_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="d9/deb/min__printf_8h_source.html"><span class="icondoc"></span></a><a class="el" href="d9/deb/min__printf_8h.html" target="_self">min_printf.h</a></td><td class="desc">Implementation of a <a href="https://www.geeksforgeeks.org/variable-length-argument-c" target="_blank">function</a> similar to <code>printf</code> </td></tr>
<tr id="row_5_3_" 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="dd/d11/test__malloc__dbg_8c.html" target="_self">test_malloc_dbg.c</a></td><td class="desc">File used to test the malloc_dbg, calloc_dbg and free_dbg functions </td></tr>
<tr id="row_5_4_" 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="d5/d5c/test__min__printf_8c.html" target="_self">test_min_printf.c</a></td><td class="desc">File used to test min_printf function </td></tr>
<tr id="row_6_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_6_" class="arrow" onclick="toggleFolder('6_')">&#9658;</span><span id="img_6_" class="iconfclosed" onclick="toggleFolder('6_')">&#160;</span><a class="el" href="dir_8a20dd5bfd5341a725342bf72b6b686f.html" target="_self">dynamic_programming</a></td><td class="desc"></td></tr>
<tr id="row_6_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="db/de1/lcs_8c.html" target="_self">lcs.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Longest_common_subsequence_problem" target="_blank">Longest Common Subsequence</a> algorithm </td></tr>
<tr id="row_6_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="d8/d1e/matrix__chain__order_8c.html" target="_self">matrix_chain_order.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Matrix_chain_multiplication" target="_blank">Matrix Chain Order</a> </td></tr>
<tr id="row_7_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_7_" class="arrow" onclick="toggleFolder('7_')">&#9658;</span><span id="img_7_" class="iconfclosed" onclick="toggleFolder('7_')">&#160;</span><a class="el" href="dir_48bf5503321d91c557399989fed5dabd.html" target="_self">exercism</a></td><td class="desc"></td></tr>
<tr id="row_7_0_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_7_0_" class="arrow" onclick="toggleFolder('7_0_')">&#9658;</span><span id="img_7_0_" class="iconfclosed" onclick="toggleFolder('7_0_')">&#160;</span><a class="el" href="dir_fe5d69ed7d90cb356556070c2a2e5478.html" target="_self">acronym</a></td><td class="desc"></td></tr>
<tr id="row_7_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="df/dc6/acronym_8h_source.html"><span class="icondoc"></span></a><b>acronym.h</b></td><td class="desc"></td></tr>
<tr id="row_7_1_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_7_1_" class="arrow" onclick="toggleFolder('7_1_')">&#9658;</span><span id="img_7_1_" class="iconfclosed" onclick="toggleFolder('7_1_')">&#160;</span><a class="el" href="dir_4500de955d1eddb82f69331d96e39ed9.html" target="_self">hello_world</a></td><td class="desc"></td></tr>
<tr id="row_7_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="db/ddb/hello__world_8h_source.html"><span class="icondoc"></span></a><b>hello_world.h</b></td><td class="desc"></td></tr>
<tr id="row_7_2_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_7_2_" class="arrow" onclick="toggleFolder('7_2_')">&#9658;</span><span id="img_7_2_" class="iconfclosed" onclick="toggleFolder('7_2_')">&#160;</span><a class="el" href="dir_76784a7b04633629b9ecb5543b9ad889.html" target="_self">isogram</a></td><td class="desc"></td></tr>
<tr id="row_7_2_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d6/d48/isogram_8h_source.html"><span class="icondoc"></span></a><b>isogram.h</b></td><td class="desc"></td></tr>
<tr id="row_7_3_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_7_3_" class="arrow" onclick="toggleFolder('7_3_')">&#9658;</span><span id="img_7_3_" class="iconfclosed" onclick="toggleFolder('7_3_')">&#160;</span><a class="el" href="dir_81f43aa0067826ea5befe80cd7aefcc5.html" target="_self">rna_transcription</a></td><td class="desc"></td></tr>
<tr id="row_7_3_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="d7/d90/rna__transcription_8h_source.html"><span class="icondoc"></span></a><b>rna_transcription.h</b></td><td class="desc"></td></tr>
<tr id="row_7_4_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_7_4_" class="arrow" onclick="toggleFolder('7_4_')">&#9658;</span><span id="img_7_4_" class="iconfclosed" onclick="toggleFolder('7_4_')">&#160;</span><a class="el" href="dir_475f56e0a4ef6254f5610544d8d68aa3.html" target="_self">word_count</a></td><td class="desc"></td></tr>
<tr id="row_7_4_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="dd/d95/word__count_8h_source.html"><span class="icondoc"></span></a><b>word_count.h</b></td><td class="desc"></td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_8_" class="arrow" onclick="toggleFolder('8_')">&#9658;</span><span id="img_8_" class="iconfclosed" onclick="toggleFolder('8_')">&#160;</span><a class="el" href="dir_4b6f782e158b0b98da980a0e11a23a15.html" target="_self">games</a></td><td class="desc"></td></tr>
<tr id="row_8_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="db/de2/naval__battle_8c.html" target="_self">naval_battle.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Battleship_(game)" target="_blank">naval_battle</a> implementation in C using only the stdio.h for Standard Input and Output </td></tr>
<tr id="row_9_" class="odd"><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_e3380d2178455503f266746fb14246a5.html" target="_self">geometry</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><a href="d0/dc7/geometry__datatypes_8h_source.html"><span class="icondoc"></span></a><a class="el" href="d0/dc7/geometry__datatypes_8h.html" target="_self">geometry_datatypes.h</a></td><td class="desc">Generic header that provides data types for 3D vectors and quaternions </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="df/d98/quaternions_8c.html" target="_self">quaternions.c</a></td><td class="desc">Functions related to 3D quaternions and Euler angles </td></tr>
<tr id="row_9_2_" 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="d5/db8/vectors__3d_8c.html" target="_self">vectors_3d.c</a></td><td class="desc">Functions related to 3D vector operations </td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_10_" class="arrow" onclick="toggleFolder('10_')">&#9658;</span><span id="img_10_" class="iconfclosed" onclick="toggleFolder('10_')">&#160;</span><a class="el" href="dir_e79632891301b850df87e9c0030293fa.html" target="_self">graphics</a></td><td class="desc"></td></tr>
<tr id="row_10_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="d7/d98/spirograph_8c.html" target="_self">spirograph.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Spirograph" target="_blank">Spirograph</a> </td></tr>
<tr id="row_11_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_11_" class="arrow" onclick="toggleFolder('11_')">&#9658;</span><span id="img_11_" class="iconfclosed" onclick="toggleFolder('11_')">&#160;</span><a class="el" href="dir_a4300992e825aa9b9238bf43160a241e.html" target="_self">greedy_approach</a></td><td class="desc"></td></tr>
<tr id="row_11_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="d9/dcc/prim_8c.html" target="_self">prim.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Prim%27s_algorithm" target="_blank">Prim's algorithm</a> implementation in C to find the MST of a weighted, connected graph </td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_12_" class="arrow" onclick="toggleFolder('12_')">&#9658;</span><span id="img_12_" class="iconfclosed" onclick="toggleFolder('12_')">&#160;</span><a class="el" href="dir_72aaf47615111200018c039a56ef48be.html" target="_self">hash</a></td><td class="desc"></td></tr>
<tr id="row_12_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="d3/d39/hash__adler32_8c.html" target="_self">hash_adler32.c</a></td><td class="desc">32-bit <a href="https://en.wikipedia.org/wiki/Adler-32" target="_blank">Adler hash</a> algorithm </td></tr>
<tr id="row_12_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/d1d/hash__blake2b_8c.html" target="_self">hash_blake2b.c</a></td><td class="desc"><a href="https://www.rfc-editor.org/rfc/rfc7693" target="_blank">Blake2b cryptographic hash function</a> </td></tr>
<tr id="row_12_2_" 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="d9/dc9/hash__crc32_8c.html" target="_self">hash_crc32.c</a></td><td class="desc">32-bit <a href="https://en.wikipedia.org/wiki/Cyclic_redundancy_check#CRC-32_algorithm" target="_blank">CRC hash</a> algorithm </td></tr>
<tr id="row_12_3_" 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="d4/de3/hash__djb2_8c.html" target="_self">hash_djb2.c</a></td><td class="desc"><a href="http://www.cse.yorku.ca/~oz/hash.html" target="_blank">DJB2 hash algorithm</a> </td></tr>
<tr id="row_12_4_" 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="d7/d0c/hash__sdbm_8c.html" target="_self">hash_sdbm.c</a></td><td class="desc"><a href="http://www.cse.yorku.ca/~oz/hash.html" target="_blank">SDBM hash algorithm</a> </td></tr>
<tr id="row_12_5_" 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="d0/d57/hash__xor8_8c.html" target="_self">hash_xor8.c</a></td><td class="desc">8-bit <a href="https://en.wikipedia.org/wiki/XOR_cipher" target="_blank">XOR hash</a> algorithm for ASCII characters </td></tr>
<tr id="row_13_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_13_" class="arrow" onclick="toggleFolder('13_')">&#9658;</span><span id="img_13_" class="iconfclosed" onclick="toggleFolder('13_')">&#160;</span><a class="el" href="dir_03902f230b9e9b7c999f936617a23997.html" target="_self">leetcode</a></td><td class="desc"></td></tr>
<tr id="row_13_0_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_13_0_" class="arrow" onclick="toggleFolder('13_0_')">&#9658;</span><span id="img_13_0_" class="iconfclosed" onclick="toggleFolder('13_0_')">&#160;</span><a class="el" href="dir_614f310c248f2b9541b559085cafcb40.html" target="_self">src</a></td><td class="desc"></td></tr>
<tr id="row_13_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d0/df3/6_8c.html" target="_self">6.c</a></td><td class="desc">Implementation of the <a href="https://leetcode.com/problems/zigzag-conversion/" target="_blank">ZigZag Conversion</a> Leetcode problem </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_3343723ae086de42ee4ca9774da3a13f.html" target="_self">machine_learning</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="dd/d8c/adaline__learning_8c.html" target="_self">adaline_learning.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/ADALINE" target="_blank">Adaptive Linear Neuron (ADALINE)</a> implementation </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="d6/d76/k__means__clustering_8c.html" target="_self">k_means_clustering.c</a></td><td class="desc">K Means Clustering Algorithm implemented </td></tr>
<tr id="row_14_2_" 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="d2/df6/kohonen__som__topology_8c.html" target="_self">kohonen_som_topology.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Self-organizing_map" target="_blank">Kohonen self organizing map</a> (topological map) </td></tr>
<tr id="row_14_3_" 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="d0/d46/kohonen__som__trace_8c.html" target="_self">kohonen_som_trace.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Self-organizing_map" target="_blank">Kohonen self organizing map</a> (data tracing) </td></tr>
<tr id="row_15_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_15_" class="arrow" onclick="toggleFolder('15_')">&#9658;</span><span id="img_15_" class="iconfclosed" onclick="toggleFolder('15_')">&#160;</span><a class="el" href="dir_296d53ceaeaa7e099814a6def439fe8a.html" target="_self">math</a></td><td class="desc"></td></tr>
<tr id="row_15_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="dc/d80/cantor__set_8c.html" target="_self">cantor_set.c</a></td><td class="desc">Program to generate <a href="https://en.wikipedia.org/wiki/Cantor_set" target="_blank">Cantor ternary set</a> </td></tr>
<tr id="row_15_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="d6/d2e/cartesian__to__polar_8c.html" target="_self">cartesian_to_polar.c</a></td><td class="desc">Function to convert a Cartesian co-ordinate to polar form </td></tr>
<tr id="row_15_2_" 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/d80/collatz_8c.html" target="_self">collatz.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Collatz_conjecture" target="_blank">Collatz' conjecture</a> </td></tr>
<tr id="row_15_3_" 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="d6/d3d/factorial__large__number_8c.html" target="_self">factorial_large_number.c</a></td><td class="desc">Compute factorial of arbitrarily large numbers by storing individual digits in a byte </td></tr>
<tr id="row_15_4_" 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/d99/fibonacci__fast_8c.html" target="_self">fibonacci_fast.c</a></td><td class="desc">Compute \(m^{mth}\) Fibonacci number using the formulae: </td></tr>
<tr id="row_15_5_" 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="d8/d75/fibonacci__formula_8c.html" target="_self">fibonacci_formula.c</a></td><td class="desc">Finding Fibonacci number of any <code>n</code> number using [Binet's closed form formula](<a href="https://en.wikipedia.org/wiki/Fibonacci_number#Binet's_formula">https://en.wikipedia.org/wiki/Fibonacci_number#Binet's_formula</a>) compute \(f_{nth}\) Fibonacci number using the binet's formula: Fn = 1√5 * (1+√5 / 2)^n+1 1√5 * (1√5 / 2)^n+1 </td></tr>
<tr id="row_15_6_" 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/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" target="_blank">palindrome number</a> or not </td></tr>
<tr id="row_15_7_" 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_15_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="dd/dd3/prime__sieve_8c.html" target="_self">prime_sieve.c</a></td><td class="desc"><a href="https://leetcode.com/problems/count-primes/" target="_blank">Prime Sieve</a> algorithm implementation </td></tr>
<tr id="row_15_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="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_16_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_16_" class="arrow" onclick="toggleFolder('16_')">&#9658;</span><span id="img_16_" class="iconfclosed" onclick="toggleFolder('16_')">&#160;</span><a class="el" href="dir_a52f4d3d586a58b02f3a4ddf0a992157.html" target="_self">misc</a></td><td class="desc"></td></tr>
<tr id="row_16_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="d5/da4/hamming__distance_8c.html" target="_self">hamming_distance.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Hamming_distance" target="_blank">Hamming distance</a> algorithm implementation </td></tr>
<tr id="row_16_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="d0/dcb/poly__add_8c.html" target="_self">poly_add.c</a></td><td class="desc">Implementation of [Addition of two polynomials] (<a href="https://en.wikipedia.org/wiki/Polynomial#Addition">https://en.wikipedia.org/wiki/Polynomial#Addition</a>) </td></tr>
<tr id="row_16_2_" 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="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_16_3_" 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="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_16_4_" 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/d73/shunting__yard_8c.html" target="_self">shunting_yard.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Shunting_yard_algorithm" target="_blank">Shunting Yard Algorithm</a> </td></tr>
<tr id="row_16_5_" 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="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_16_6_" 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="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_17_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_17_" class="arrow" onclick="toggleFolder('17_')">&#9658;</span><span id="img_17_" class="iconfclosed" onclick="toggleFolder('17_')">&#160;</span><a class="el" href="dir_9c6faab82c22511b50177aa2e38e2780.html" target="_self">numerical_methods</a></td><td class="desc"></td></tr>
<tr id="row_17_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" target="_blank">Durand Kerner algorithm</a> </td></tr>
<tr id="row_17_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" target="_blank">LU decomposition</a> of a square matrix </td></tr>
<tr id="row_17_2_" 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="dd/d08/newton__raphson__root_8c.html" target="_self">newton_raphson_root.c</a></td><td class="desc">Find approximate solution for \(f(x) = 0\) using Newton-Raphson interpolation algorithm </td></tr>
<tr id="row_17_3_" 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/d07/ode__forward__euler_8c.html" target="_self">ode_forward_euler.c</a></td><td class="desc">Solve a multivariable first order <a href="https://en.wikipedia.org/wiki/Ordinary_differential_equation" target="_blank">ordinary differential equation (ODEs)</a> using <a href="https://en.wikipedia.org/wiki/Numerical_methods_for_ordinary_differential_equations#Euler_method" target="_blank">forward Euler method</a> </td></tr>
<tr id="row_17_4_" 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/dc2/ode__midpoint__euler_8c.html" target="_self">ode_midpoint_euler.c</a></td><td class="desc">Solve a multivariable first order <a href="https://en.wikipedia.org/wiki/Ordinary_differential_equation" target="_blank">ordinary differential equation (ODEs)</a> using <a href="https://en.wikipedia.org/wiki/Midpoint_method" target="_blank">midpoint Euler method</a> </td></tr>
<tr id="row_17_5_" 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/d99/ode__semi__implicit__euler_8c.html" target="_self">ode_semi_implicit_euler.c</a></td><td class="desc">Solve a multivariable first order <a href="https://en.wikipedia.org/wiki/Ordinary_differential_equation" target="_blank">ordinary differential equation (ODEs)</a> using <a href="https://en.wikipedia.org/wiki/Semi-implicit_Euler_method" target="_blank">semi implicit Euler method</a> </td></tr>
<tr id="row_17_6_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="d4/d68/qr__decompose_8h_source.html"><span class="icondoc"></span></a><a class="el" href="d4/d68/qr__decompose_8h.html" target="_self">qr_decompose.h</a></td><td class="desc">Library functions to compute <a href="https://en.wikipedia.org/wiki/QR_decomposition" target="_blank">QR decomposition</a> of a given matrix </td></tr>
<tr id="row_17_7_" 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="d5/d23/qr__decomposition_8c.html" target="_self">qr_decomposition.c</a></td><td class="desc">Program to compute the <a href="https://en.wikipedia.org/wiki/QR_decomposition" target="_blank">QR decomposition</a> of a given matrix </td></tr>
<tr id="row_17_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="d7/d50/qr__eigen__values_8c.html" target="_self">qr_eigen_values.c</a></td><td class="desc">Compute real eigen values and eigen vectors of a symmetric matrix using <a href="https://en.wikipedia.org/wiki/QR_decomposition" target="_blank">QR decomposition</a> method </td></tr>
<tr id="row_17_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="dc/d47/realtime__stats_8c.html" target="_self">realtime_stats.c</a></td><td class="desc">Compute statistics for data entered in rreal-time </td></tr>
<tr id="row_18_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_18_" class="arrow" onclick="toggleFolder('18_')">&#9658;</span><span id="img_18_" class="iconfclosed" onclick="toggleFolder('18_')">&#160;</span><a class="el" href="dir_63185e90e67935ef3eb5903a044c89e2.html" target="_self">process_scheduling_algorithms</a></td><td class="desc"></td></tr>
<tr id="row_18_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="d2/d87/non__preemptive__priority__scheduling_8c.html" target="_self">non_preemptive_priority_scheduling.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Scheduling_(computing)" target="_blank">Non-Preemptive Priority Scheduling</a> is a scheduling algorithm that selects the tasks to execute based on priority </td></tr>
<tr id="row_19_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_19_" class="arrow" onclick="toggleFolder('19_')">&#9658;</span><span id="img_19_" class="iconfclosed" onclick="toggleFolder('19_')">&#160;</span><a class="el" href="dir_b3d331eabd4234f247030c297aaf021c.html" target="_self">project_euler</a></td><td class="desc"></td></tr>
<tr id="row_19_0_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_0_" class="arrow" onclick="toggleFolder('19_0_')">&#9658;</span><span id="img_19_0_" class="iconfclosed" onclick="toggleFolder('19_0_')">&#160;</span><a class="el" href="dir_8c6743d405e8ed13cc39f42e382307fd.html" target="_self">problem_1</a></td><td class="desc"></td></tr>
<tr id="row_19_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="da/d35/problem__1_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=1" target="_blank">Problem 1</a> solution </td></tr>
<tr id="row_19_0_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d2/dae/problem__1_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=1" target="_blank">Problem 1</a> solution </td></tr>
<tr id="row_19_0_2_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="da/d56/problem__1_2sol3_8c.html" target="_self">sol3.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=1" target="_blank">Problem 1</a> solution </td></tr>
<tr id="row_19_0_3_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d6/d1b/sol4_8c.html" target="_self">sol4.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=1" target="_blank">Problem 1</a> solution </td></tr>
<tr id="row_19_1_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_1_" class="arrow" onclick="toggleFolder('19_1_')">&#9658;</span><span id="img_19_1_" class="iconfclosed" onclick="toggleFolder('19_1_')">&#160;</span><a class="el" href="dir_16b947d8e9a05fe119d0675493324331.html" target="_self">problem_10</a></td><td class="desc"></td></tr>
<tr id="row_19_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d0/d6d/problem__10_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=10" target="_blank">Problem 10</a> solution </td></tr>
<tr id="row_19_1_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d9/da7/problem__10_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=10" target="_blank">Problem 10</a> solution </td></tr>
<tr id="row_19_2_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_2_" class="arrow" onclick="toggleFolder('19_2_')">&#9658;</span><span id="img_19_2_" class="iconfclosed" onclick="toggleFolder('19_2_')">&#160;</span><a class="el" href="dir_d9112ab06cf4d4e5a25d385a268d1949.html" target="_self">problem_12</a></td><td class="desc"></td></tr>
<tr id="row_19_2_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d7/d1f/problem__12_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=12" target="_blank">Problem 12</a> solution </td></tr>
<tr id="row_19_3_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_3_" class="arrow" onclick="toggleFolder('19_3_')">&#9658;</span><span id="img_19_3_" class="iconfclosed" onclick="toggleFolder('19_3_')">&#160;</span><a class="el" href="dir_f7d3c03fcac84aef1b0c66cc497ed1ea.html" target="_self">problem_13</a></td><td class="desc"></td></tr>
<tr id="row_19_3_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="db/d01/problem__13_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=13" target="_blank">Problem 13</a> solution </td></tr>
<tr id="row_19_4_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_4_" class="arrow" onclick="toggleFolder('19_4_')">&#9658;</span><span id="img_19_4_" class="iconfclosed" onclick="toggleFolder('19_4_')">&#160;</span><a class="el" href="dir_aba97bf327db94061e830e9bc18e925d.html" target="_self">problem_14</a></td><td class="desc"></td></tr>
<tr id="row_19_4_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d4/dea/problem__14_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=14" target="_blank">Problem 14</a> solution </td></tr>
<tr id="row_19_5_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_5_" class="arrow" onclick="toggleFolder('19_5_')">&#9658;</span><span id="img_19_5_" class="iconfclosed" onclick="toggleFolder('19_5_')">&#160;</span><a class="el" href="dir_2b14f32f14b51065d3a322bea21da3c0.html" target="_self">problem_15</a></td><td class="desc"></td></tr>
<tr id="row_19_5_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d7/d91/problem__15_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=15" target="_blank">Problem 15</a> solution </td></tr>
<tr id="row_19_6_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_6_" class="arrow" onclick="toggleFolder('19_6_')">&#9658;</span><span id="img_19_6_" class="iconfclosed" onclick="toggleFolder('19_6_')">&#160;</span><a class="el" href="dir_18cba55772148686552805a354a79093.html" target="_self">problem_16</a></td><td class="desc"></td></tr>
<tr id="row_19_6_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d6/d88/problem__16_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=16" target="_blank">Problem 16</a> solution </td></tr>
<tr id="row_19_7_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_7_" class="arrow" onclick="toggleFolder('19_7_')">&#9658;</span><span id="img_19_7_" class="iconfclosed" onclick="toggleFolder('19_7_')">&#160;</span><a class="el" href="dir_0bc3e2a5baf077fa21dadc079776fcac.html" target="_self">problem_19</a></td><td class="desc"></td></tr>
<tr id="row_19_7_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dd/df0/problem__19_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=19" target="_blank">Problem 19</a> solution </td></tr>
<tr id="row_19_8_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_8_" class="arrow" onclick="toggleFolder('19_8_')">&#9658;</span><span id="img_19_8_" class="iconfclosed" onclick="toggleFolder('19_8_')">&#160;</span><a class="el" href="dir_eeeea13e3a5e5edad3499183767ce312.html" target="_self">problem_2</a></td><td class="desc"></td></tr>
<tr id="row_19_8_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d0/d7f/so1_8c.html" target="_self">so1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=2" target="_blank">Problem 2</a> solution </td></tr>
<tr id="row_19_9_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_9_" class="arrow" onclick="toggleFolder('19_9_')">&#9658;</span><span id="img_19_9_" class="iconfclosed" onclick="toggleFolder('19_9_')">&#160;</span><a class="el" href="dir_4991c92e00761dd3d764efa2906b4318.html" target="_self">problem_20</a></td><td class="desc"></td></tr>
<tr id="row_19_9_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="db/d80/problem__20_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=20" target="_blank">Problem 20</a> solution </td></tr>
<tr id="row_19_10_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_10_" class="arrow" onclick="toggleFolder('19_10_')">&#9658;</span><span id="img_19_10_" class="iconfclosed" onclick="toggleFolder('19_10_')">&#160;</span><a class="el" href="dir_d9e100c82ada2163abea49688a71e81c.html" target="_self">problem_21</a></td><td class="desc"></td></tr>
<tr id="row_19_10_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="df/d1a/problem__21_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=21" target="_blank">Problem 21</a> solution </td></tr>
<tr id="row_19_11_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_11_" class="arrow" onclick="toggleFolder('19_11_')">&#9658;</span><span id="img_19_11_" class="iconfclosed" onclick="toggleFolder('19_11_')">&#160;</span><a class="el" href="dir_2abe2c0880d3fb0dba0f784bee3fc9e0.html" target="_self">problem_22</a></td><td class="desc"></td></tr>
<tr id="row_19_11_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dd/d8b/problem__22_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=22" target="_blank">Problem 22</a> solution </td></tr>
<tr id="row_19_12_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_12_" class="arrow" onclick="toggleFolder('19_12_')">&#9658;</span><span id="img_19_12_" class="iconfclosed" onclick="toggleFolder('19_12_')">&#160;</span><a class="el" href="dir_f75ccd45e00436eafed446b9b2682984.html" target="_self">problem_23</a></td><td class="desc"></td></tr>
<tr id="row_19_12_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d7/ddb/problem__23_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=23" target="_blank">Problem 23</a> solution </td></tr>
<tr id="row_19_12_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d4/dbd/problem__23_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=23" target="_blank">Problem 23</a> solution - optimization using look-up array </td></tr>
<tr id="row_19_13_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_13_" class="arrow" onclick="toggleFolder('19_13_')">&#9658;</span><span id="img_19_13_" class="iconfclosed" onclick="toggleFolder('19_13_')">&#160;</span><a class="el" href="dir_079e1f799fb08a8a0b98cb030ab15687.html" target="_self">problem_25</a></td><td class="desc"></td></tr>
<tr id="row_19_13_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d8/d32/problem__25_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=25" target="_blank">Problem 25</a> solution implemented using arbitrarily large numbers represented as arrays </td></tr>
<tr id="row_19_14_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_14_" class="arrow" onclick="toggleFolder('19_14_')">&#9658;</span><span id="img_19_14_" class="iconfclosed" onclick="toggleFolder('19_14_')">&#160;</span><a class="el" href="dir_16e00c78ef36d1842d0d8a4afc46b852.html" target="_self">problem_26</a></td><td class="desc"></td></tr>
<tr id="row_19_14_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d1/df9/problem__26_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=26" target="_blank">Problem 26</a> solution </td></tr>
<tr id="row_19_15_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_15_" class="arrow" onclick="toggleFolder('19_15_')">&#9658;</span><span id="img_19_15_" class="iconfclosed" onclick="toggleFolder('19_15_')">&#160;</span><a class="el" href="dir_b2dbfa46230fd9f775c32c1836ed3764.html" target="_self">problem_3</a></td><td class="desc"></td></tr>
<tr id="row_19_15_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d7/dd3/problem__3_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=3" target="_blank">Problem 3</a> solution </td></tr>
<tr id="row_19_15_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d2/dbc/problem__3_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=3" target="_blank">Problem 3</a> solution </td></tr>
<tr id="row_19_16_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_16_" class="arrow" onclick="toggleFolder('19_16_')">&#9658;</span><span id="img_19_16_" class="iconfclosed" onclick="toggleFolder('19_16_')">&#160;</span><a class="el" href="dir_1833eb69ceee7a265ffba4c38c8243d2.html" target="_self">problem_4</a></td><td class="desc"></td></tr>
<tr id="row_19_16_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d0/d6c/problem__4_2sol_8c.html" target="_self">sol.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=4" target="_blank">Problem 4</a> solution </td></tr>
<tr id="row_19_17_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_17_" class="arrow" onclick="toggleFolder('19_17_')">&#9658;</span><span id="img_19_17_" class="iconfclosed" onclick="toggleFolder('19_17_')">&#160;</span><a class="el" href="dir_2f070f19f76dfadabbc24fe483d7e98d.html" target="_self">problem_401</a></td><td class="desc"></td></tr>
<tr id="row_19_17_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d4/d83/problem__401_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=401" target="_blank">Problem 401</a> solution - Sum of squares of divisors </td></tr>
<tr id="row_19_18_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_18_" class="arrow" onclick="toggleFolder('19_18_')">&#9658;</span><span id="img_19_18_" class="iconfclosed" onclick="toggleFolder('19_18_')">&#160;</span><a class="el" href="dir_607f15d36c772334f988bb9ef82d102c.html" target="_self">problem_5</a></td><td class="desc"></td></tr>
<tr id="row_19_18_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dc/d32/problem__5_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=5" target="_blank">Problem 5</a> solution - Naive algorithm (slowest) </td></tr>
<tr id="row_19_18_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d5/d3d/problem__5_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=5" target="_blank">Problem 5</a> solution - Naive algorithm (Improved over <a class="el" href="dc/d32/problem__5_2sol1_8c.html" title="Problem 5 solution - Naive algorithm (slowest)">problem_5/sol1.c</a>) </td></tr>
<tr id="row_19_18_2_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d5/d7c/problem__5_2sol3_8c.html" target="_self">sol3.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=5" target="_blank">Problem 5</a> solution (Fastest) </td></tr>
<tr id="row_19_19_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_19_" class="arrow" onclick="toggleFolder('19_19_')">&#9658;</span><span id="img_19_19_" class="iconfclosed" onclick="toggleFolder('19_19_')">&#160;</span><a class="el" href="dir_167af11096b7752ff31b3d4bec489317.html" target="_self">problem_6</a></td><td class="desc"></td></tr>
<tr id="row_19_19_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d4/d7b/problem__6_2sol_8c.html" target="_self">sol.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=6" target="_blank">Problem 6</a> solution </td></tr>
<tr id="row_19_20_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_20_" class="arrow" onclick="toggleFolder('19_20_')">&#9658;</span><span id="img_19_20_" class="iconfclosed" onclick="toggleFolder('19_20_')">&#160;</span><a class="el" href="dir_4bae997a2671812c2140d5abfb6305a4.html" target="_self">problem_7</a></td><td class="desc"></td></tr>
<tr id="row_19_20_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d1/d2f/problem__7_2sol_8c.html" target="_self">sol.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=7" target="_blank">Problem 7</a> solution </td></tr>
<tr id="row_19_20_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d6/d64/problem__7_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=7" target="_blank">Problem 7</a> solution </td></tr>
<tr id="row_19_21_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_21_" class="arrow" onclick="toggleFolder('19_21_')">&#9658;</span><span id="img_19_21_" class="iconfclosed" onclick="toggleFolder('19_21_')">&#160;</span><a class="el" href="dir_4a15c8553efb9e59e3f1091cc0d3a27d.html" target="_self">problem_8</a></td><td class="desc"></td></tr>
<tr id="row_19_21_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="dc/d63/problem__8_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=8" target="_blank">Problem 8</a> solution </td></tr>
<tr id="row_19_21_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d2/d93/problem__8_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=8" target="_blank">Problem 8</a> solution </td></tr>
<tr id="row_19_22_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_19_22_" class="arrow" onclick="toggleFolder('19_22_')">&#9658;</span><span id="img_19_22_" class="iconfclosed" onclick="toggleFolder('19_22_')">&#160;</span><a class="el" href="dir_d4c35186c199e728d69dee6bf5b2473c.html" target="_self">problem_9</a></td><td class="desc"></td></tr>
<tr id="row_19_22_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="df/da5/problem__9_2sol1_8c.html" target="_self">sol1.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=9" target="_blank">Problem 9</a> solution - A naive implementation </td></tr>
<tr id="row_19_22_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="d8/de0/problem__9_2sol2_8c.html" target="_self">sol2.c</a></td><td class="desc"><a href="https://projecteuler.net/problem=9" target="_blank">Problem 9</a> solution </td></tr>
<tr id="row_20_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_20_" class="arrow" onclick="toggleFolder('20_')">&#9658;</span><span id="img_20_" class="iconfclosed" onclick="toggleFolder('20_')">&#160;</span><a class="el" href="dir_da574daf9ce9c05b45556bdc871ed1e3.html" target="_self">searching</a></td><td class="desc"></td></tr>
<tr id="row_20_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="df/d3b/binary__search_8c.html" target="_self">binary_search.c</a></td><td class="desc">Program to perform <a href="https://en.wikipedia.org/wiki/Binary_search_algorithm" target="_blank">binary search</a> of a target value in a given <em>sorted</em> array </td></tr>
<tr id="row_20_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="da/d6c/exponential__search_8c.html" target="_self">exponential_search.c</a></td><td class="desc"><a href="https://github.com/TheAlgorithms/Algorithms-Explanation/blob/master/en/Search%20Algorithms/Exponential%20Search.md" target="_blank">Exponential Search</a> </td></tr>
<tr id="row_20_2_" 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="d2/d9b/floyd__cycle__detection__algorithm_8c.html" target="_self">floyd_cycle_detection_algorithm.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Cycle_detection" target="_blank">Floyd's Cycle Detection</a> algorithm </td></tr>
<tr id="row_20_3_" 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="d6/d7b/jump__search_8c.html" target="_self">jump_search.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Jump_search" target="_blank">jump search</a> algorithm </td></tr>
<tr id="row_20_4_" 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="d3/d47/modified__binary__search_8c.html" target="_self">modified_binary_search.c</a></td><td class="desc"><a href="https://arxiv.org/abs/1406.1677" target="_blank">Modified binary search algorithm</a> </td></tr>
<tr id="row_20_5_" 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="d5/de2/sentinel__linear__search_8c.html" target="_self">sentinel_linear_search.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Linear_search#With_a_sentinel" target="_blank">Linear Search with Sentinel</a> algorithm implementation </td></tr>
<tr id="row_21_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_21_" class="arrow" onclick="toggleFolder('21_')">&#9658;</span><span id="img_21_" class="iconfclosed" onclick="toggleFolder('21_')">&#160;</span><a class="el" href="dir_bb1b521853a9c46347182a9d10420771.html" target="_self">sorting</a></td><td class="desc"></td></tr>
<tr id="row_21_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="d2/da8/bead__sort_8c.html" target="_self">bead_sort.c</a></td><td class="desc">Sorting of array list using <a href="https://en.wikipedia.org/wiki/Bead_sort" target="_blank">bead sort</a> </td></tr>
<tr id="row_21_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="dd/de4/bubble__sort_8c.html" target="_self">bubble_sort.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Bubble_sort" target="_blank">Bubble sort</a> algorithm implementation </td></tr>
<tr id="row_21_2_" 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="d2/d6d/bubble__sort__2_8c.html" target="_self">bubble_sort_2.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Bubble_sort" target="_blank">Bubble sort</a> algorithm </td></tr>
<tr id="row_21_3_" 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="d5/d38/bubble__sort__recursion_8c.html" target="_self">bubble_sort_recursion.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Bubble_sort" target="_blank">Bubble sort</a> algorithm implementation using recursion </td></tr>
<tr id="row_21_4_" 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/dff/heap__sort__2_8c.html" target="_self">heap_sort_2.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Heapsort" target="_blank">Heap Sort</a> implementation </td></tr>
<tr id="row_21_5_" 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/ddf/insertion__sort_8c.html" target="_self">insertion_sort.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Insertion_sort" target="_blank">Insertion sort</a> algorithm implementation </td></tr>
<tr id="row_21_6_" 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/d0c/insertion__sort__recursive_8c.html" target="_self">insertion_sort_recursive.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Insertion_sort" target="_blank">Insertion sort</a> algorithm implementation </td></tr>
<tr id="row_21_7_" 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="d2/d83/merge__sort_8c.html" target="_self">merge_sort.c</a></td><td class="desc">Implementation of <a href="https://en.wikipedia.org/wiki/Merge_sort" target="_blank">merge sort</a> algorithm </td></tr>
<tr id="row_21_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="d1/d94/odd__even__sort_8c.html" target="_self">odd_even_sort.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Odd%E2%80%93even_sort" target="_blank">Odd Even Sort</a> implementation </td></tr>
<tr id="row_21_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="d2/d57/patience__sort_8c.html" target="_self">patience_sort.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Patience_sorting" target="_blank">Patience Sort</a> </td></tr>
<tr id="row_21_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="df/d83/selection__sort_8c.html" target="_self">selection_sort.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Selection_sort" target="_blank">Selection sort</a> algorithm implementation </td></tr>
<tr id="row_21_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="dc/d39/selection__sort__recursive_8c.html" target="_self">selection_sort_recursive.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Selection_sort" target="_blank">Selection Sort</a> implementation using recursion </td></tr>
<tr id="row_21_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="d6/ded/shell__sort2_8c.html" target="_self">shell_sort2.c</a></td><td class="desc"><a href="https://en.wikipedia.org/wiki/Shell_sort" target="_blank">Shell sort algorithm</a> implementation </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->

View File

@ -1,6 +1,7 @@
var files_dup =
[
[ "audio", "dir_a5f32cf82ad289a7dac212f63f40f55b.html", "dir_a5f32cf82ad289a7dac212f63f40f55b" ],
[ "cipher", "dir_889815b2ffb19a3511e1fa3067da3f2c.html", "dir_889815b2ffb19a3511e1fa3067da3f2c" ],
[ "client_server", "dir_d20ad0b8de644c123692ba5582cc7a7b.html", "dir_d20ad0b8de644c123692ba5582cc7a7b" ],
[ "conversions", "dir_9babc524d57e25f3d9f4179cabc3599e.html", "dir_9babc524d57e25f3d9f4179cabc3599e" ],
[ "data_structures", "dir_2e746e9d06bf2d8ff842208bcc6ebcfc.html", "dir_2e746e9d06bf2d8ff842208bcc6ebcfc" ],

View File

@ -151,8 +151,8 @@ $(document).ready(function(){initNavTree('globals_defs.html',''); initResizable(
<h3><a id="index_m" name="index_m"></a>- m -</h3><ul>
<li>malloc&#160;:&#160;<a class="el" href="d2/ddd/malloc__dbg_8h.html#a725f50ecaf1959d96de79b36b4788fee">malloc_dbg.h</a></li>
<li>MAX&#160;:&#160;<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>, <a class="el" href="d9/dcc/prim_8c.html#a392fb874e547e582e9c66a08a1f23326">prim.c</a>, <a class="el" href="d7/d3b/group__hash.html#gafa99ec4acc4ecb2dc3c2d05da15d0e3f">hash_blake2b.c</a>, <a class="el" href="d2/d6d/bubble__sort__2_8c.html#a392fb874e547e582e9c66a08a1f23326">bubble_sort_2.c</a></li>
<li>max&#160;:&#160;<a class="el" href="d1/d6b/group__kohonen__2d.html#gaffe776513b24d84b39af8ab0930fef7f">kohonen_som_topology.c</a>, <a class="el" href="d0/dcb/group__kohonen__1d.html#gaffe776513b24d84b39af8ab0930fef7f">kohonen_som_trace.c</a></li>
<li>MAX&#160;:&#160;<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>, <a class="el" href="d9/dcc/prim_8c.html#a392fb874e547e582e9c66a08a1f23326">prim.c</a>, <a class="el" href="d7/d3b/group__hash.html#gafa99ec4acc4ecb2dc3c2d05da15d0e3f">hash_blake2b.c</a>, <a class="el" href="d2/d6d/bubble__sort__2_8c.html#a392fb874e547e582e9c66a08a1f23326">bubble_sort_2.c</a></li>
<li>MAX_ADALINE_ITER&#160;:&#160;<a class="el" href="da/d2a/group__adaline.html#ga555ba960994e9bccb2029764588f694f">adaline_learning.c</a></li>
<li>MAX_DENO&#160;:&#160;<a class="el" href="d1/df9/problem__26_2sol1_8c.html#a619eec3220cebd7c5e455edbb14e9b12">sol1.c</a></li>
<li>MAX_DIGITS&#160;:&#160;<a class="el" href="d8/d32/problem__25_2sol1_8c.html#a001791a21d538b8b9176287ae60d9b61">sol1.c</a></li>
@ -162,8 +162,8 @@ $(document).ready(function(){initNavTree('globals_defs.html',''); initResizable(
<li>MAX_NAMES&#160;:&#160;<a class="el" href="dd/d8b/problem__22_2sol1_8c.html#a6cb9b08aacb61416795ee78bfceacd38">sol1.c</a></li>
<li>MAX_SIZE&#160;:&#160;<a class="el" href="df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe">union_find.c</a></li>
<li>MAXLINE&#160;:&#160;<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>min&#160;:&#160;<a class="el" href="d1/d6b/group__kohonen__2d.html#gac6afabdc09a49a433ee19d8a9486056d">kohonen_som_topology.c</a>, <a class="el" href="d0/dcb/group__kohonen__1d.html#gac6afabdc09a49a433ee19d8a9486056d">kohonen_som_trace.c</a>, <a class="el" href="d6/d7b/jump__search_8c.html#a8195a86b6d75b9a3939505e8bb50021e">jump_search.c</a></li>
<li>MIN&#160;:&#160;<a class="el" href="d7/d3b/group__hash.html#ga3acffbd305ee72dcd4593c0d8af64a4f">hash_blake2b.c</a></li>
<li>min&#160;:&#160;<a class="el" href="d1/d6b/group__kohonen__2d.html#gac6afabdc09a49a433ee19d8a9486056d">kohonen_som_topology.c</a>, <a class="el" href="d0/dcb/group__kohonen__1d.html#gac6afabdc09a49a433ee19d8a9486056d">kohonen_som_trace.c</a>, <a class="el" href="d6/d7b/jump__search_8c.html#a8195a86b6d75b9a3939505e8bb50021e">jump_search.c</a></li>
<li>MOD_LIMIT&#160;:&#160;<a class="el" href="d4/d83/problem__401_2sol1_8c.html#ade1bdf2529e3c58f53bfb4d844f3a9d3">sol1.c</a></li>
</ul>

View File

@ -121,8 +121,8 @@ $(document).ready(function(){initNavTree('globals_func_i.html',''); initResizabl
<li>isEmpty()&#160;:&#160;<a class="el" href="db/d0c/infix__to__postfix_8c.html#afa8471c76bc57b12ad21de22beb39021">infix_to_postfix.c</a>, <a class="el" href="da/d96/infix__to__postfix2_8c.html#a653c98c68c558505b75b04c44b7c838e">infix_to_postfix2.c</a></li>
<li>isOprnd()&#160;:&#160;<a class="el" href="db/d0c/infix__to__postfix_8c.html#afd8245c04b202240390de23170f72d6b">infix_to_postfix.c</a></li>
<li>isPalindrome()&#160;:&#160;<a class="el" href="df/d16/palindrome_8c.html#a6320493ddee0ca4614423721c5d6f4ba">palindrome.c</a></li>
<li>isprime()&#160;:&#160;<a class="el" href="d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305">sol1.c</a></li>
<li>isPrime()&#160;:&#160;<a class="el" href="da/d93/prime_8c.html#a6384596f117decd77da25af95ab1704f">prime.c</a></li>
<li>isprime()&#160;:&#160;<a class="el" href="d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305">sol1.c</a></li>
<li>isStrong()&#160;:&#160;<a class="el" href="d4/dcc/strong__number_8c.html#a03654cadb0cfe1195810dbe5da0265b5">strong_number.c</a></li>
</ul>
</div><!-- contents -->

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -122,8 +122,8 @@ $(document).ready(function(){initNavTree('globals_i.html',''); initResizable();
<li>isEmpty()&#160;:&#160;<a class="el" href="db/d0c/infix__to__postfix_8c.html#afa8471c76bc57b12ad21de22beb39021">infix_to_postfix.c</a>, <a class="el" href="da/d96/infix__to__postfix2_8c.html#a653c98c68c558505b75b04c44b7c838e">infix_to_postfix2.c</a></li>
<li>isOprnd()&#160;:&#160;<a class="el" href="db/d0c/infix__to__postfix_8c.html#afd8245c04b202240390de23170f72d6b">infix_to_postfix.c</a></li>
<li>isPalindrome()&#160;:&#160;<a class="el" href="df/d16/palindrome_8c.html#a6320493ddee0ca4614423721c5d6f4ba">palindrome.c</a></li>
<li>isprime()&#160;:&#160;<a class="el" href="d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305">sol1.c</a></li>
<li>isPrime()&#160;:&#160;<a class="el" href="da/d93/prime_8c.html#a6384596f117decd77da25af95ab1704f">prime.c</a></li>
<li>isprime()&#160;:&#160;<a class="el" href="d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305">sol1.c</a></li>
<li>isStrong()&#160;:&#160;<a class="el" href="d4/dcc/strong__number_8c.html#a03654cadb0cfe1195810dbe5da0265b5">strong_number.c</a></li>
</ul>
</div><!-- contents -->

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,36 +5,36 @@ var NAVTREEINDEX0 =
"d0/d10/struct_queue_rep.html":[15,0,34],
"d0/d3a/struct_node_distribute_info.html":[15,0,29],
"d0/d43/structpid.html":[15,0,31],
"d0/d46/kohonen__som__trace_8c.html":[16,0,13,3],
"d0/d46/kohonen__som__trace_8c.html#a0283886819c7c140a023582b7269e2d0":[16,0,13,3,11],
"d0/d46/kohonen__som__trace_8c.html#a107f00650b8041f77767927073ddddb8":[16,0,13,3,14],
"d0/d46/kohonen__som__trace_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0":[16,0,13,3,10],
"d0/d46/kohonen__som__trace_8c.html#a2256c10b16edba377b64a44b6c656908":[16,0,13,3,4],
"d0/d46/kohonen__som__trace_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,13,3,8],
"d0/d46/kohonen__som__trace_8c.html#a41ae16442e3e5b891a58d2e5932a2cd0":[16,0,13,3,13],
"d0/d46/kohonen__som__trace_8c.html#a525335710b53cb064ca56b936120431e":[16,0,13,3,0],
"d0/d46/kohonen__som__trace_8c.html#a6d0455dd5c30adda100e95f0423c786e":[16,0,13,3,12],
"d0/d46/kohonen__som__trace_8c.html#aa2246f940155472084ee461f3685d614":[16,0,13,3,15],
"d0/d51/celsius__to__fahrenheit_8c.html":[16,0,2,1],
"d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,2,1,2],
"d0/d51/celsius__to__fahrenheit_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,1,1],
"d0/d51/celsius__to__fahrenheit_8c.html#aff11c1dfc058bd545a6af4312dfb45c5":[16,0,2,1,0],
"d0/d46/kohonen__som__trace_8c.html":[16,0,14,3],
"d0/d46/kohonen__som__trace_8c.html#a0283886819c7c140a023582b7269e2d0":[16,0,14,3,11],
"d0/d46/kohonen__som__trace_8c.html#a107f00650b8041f77767927073ddddb8":[16,0,14,3,14],
"d0/d46/kohonen__som__trace_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0":[16,0,14,3,10],
"d0/d46/kohonen__som__trace_8c.html#a2256c10b16edba377b64a44b6c656908":[16,0,14,3,4],
"d0/d46/kohonen__som__trace_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,14,3,8],
"d0/d46/kohonen__som__trace_8c.html#a41ae16442e3e5b891a58d2e5932a2cd0":[16,0,14,3,13],
"d0/d46/kohonen__som__trace_8c.html#a525335710b53cb064ca56b936120431e":[16,0,14,3,0],
"d0/d46/kohonen__som__trace_8c.html#a6d0455dd5c30adda100e95f0423c786e":[16,0,14,3,12],
"d0/d46/kohonen__som__trace_8c.html#aa2246f940155472084ee461f3685d614":[16,0,14,3,15],
"d0/d51/celsius__to__fahrenheit_8c.html":[16,0,3,1],
"d0/d51/celsius__to__fahrenheit_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,3,1,2],
"d0/d51/celsius__to__fahrenheit_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,1,1],
"d0/d51/celsius__to__fahrenheit_8c.html#aff11c1dfc058bd545a6af4312dfb45c5":[16,0,3,1,0],
"d0/d57/hash__xor8_8c.html":[14,1,5],
"d0/d6b/structelem.html":[15,0,14],
"d0/d6c/problem__4_2sol_8c.html":[16,0,18,16,0],
"d0/d6c/problem__4_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,18,16,0,1],
"d0/d6c/problem__4_2sol_8c.html#adf9bea8d35848959bde5b3f277edf0c4":[16,0,18,16,0,0],
"d0/d6d/problem__10_2sol1_8c.html":[16,0,18,1,0],
"d0/d6d/problem__10_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,18,1,0,1],
"d0/d6d/problem__10_2sol1_8c.html#acc871ab6bfead702e983a7f9c412915f":[16,0,18,1,0,0],
"d0/d6d/problem__10_2sol1_8c.html#ae3d987cb2ad0ddb0c3caa4c2506a20e5":[16,0,18,1,0,2],
"d0/d7f/so1_8c.html":[16,0,18,8,0],
"d0/d7f/so1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,18,8,0,0],
"d0/d8a/octal__to__hexadecimal_8c.html":[16,0,2,8],
"d0/d8a/octal__to__hexadecimal_8c.html#a823ef5170955cfef40e07d9a4d2e87e2":[16,0,2,8,2],
"d0/d8a/octal__to__hexadecimal_8c.html#a86a4edb605c2a03d9175c59de679347d":[16,0,2,8,1],
"d0/d8a/octal__to__hexadecimal_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,2,8,3],
"d0/d8a/octal__to__hexadecimal_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,8,0],
"d0/d6c/problem__4_2sol_8c.html":[16,0,19,16,0],
"d0/d6c/problem__4_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,19,16,0,1],
"d0/d6c/problem__4_2sol_8c.html#adf9bea8d35848959bde5b3f277edf0c4":[16,0,19,16,0,0],
"d0/d6d/problem__10_2sol1_8c.html":[16,0,19,1,0],
"d0/d6d/problem__10_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,19,1,0,1],
"d0/d6d/problem__10_2sol1_8c.html#acc871ab6bfead702e983a7f9c412915f":[16,0,19,1,0,0],
"d0/d6d/problem__10_2sol1_8c.html#ae3d987cb2ad0ddb0c3caa4c2506a20e5":[16,0,19,1,0,2],
"d0/d7f/so1_8c.html":[16,0,19,8,0],
"d0/d7f/so1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,8,0,0],
"d0/d8a/octal__to__hexadecimal_8c.html":[16,0,3,8],
"d0/d8a/octal__to__hexadecimal_8c.html#a823ef5170955cfef40e07d9a4d2e87e2":[16,0,3,8,2],
"d0/d8a/octal__to__hexadecimal_8c.html#a86a4edb605c2a03d9175c59de679347d":[16,0,3,8,1],
"d0/d8a/octal__to__hexadecimal_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,3,8,3],
"d0/d8a/octal__to__hexadecimal_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,8,0],
"d0/d8a/structmax__heap.html":[15,0,24],
"d0/dc7/geometry__datatypes_8h.html":[14,0,4],
"d0/dcb/group__kohonen__1d.html":[14,2,3],
@ -45,33 +45,33 @@ var NAVTREEINDEX0 =
"d0/dcb/group__kohonen__1d.html#gaeaeffbff2be4d5d15b0d4f10f846abde":[14,2,3,4],
"d0/dcb/group__kohonen__1d.html#gaf5ce14f026d6d231bef29161bac2b485":[14,2,3,2],
"d0/dcb/group__kohonen__1d.html#gaffe776513b24d84b39af8ab0930fef7f":[14,2,3,0],
"d0/dcb/poly__add_8c.html":[16,0,15,1],
"d0/dcb/poly__add_8c.html#a0c5173884bd798a6ca6f437b9b932409":[16,0,15,1,7],
"d0/dcb/poly__add_8c.html#a29eace09ec1373a92003075f1c2f6d9d":[16,0,15,1,1],
"d0/dcb/poly__add_8c.html#a5a103fff33166d6e4d975b8b63c6e895":[16,0,15,1,3],
"d0/dcb/poly__add_8c.html#a6ff38afe4720527c9513139cbab460af":[16,0,15,1,5],
"d0/dcb/poly__add_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,15,1,4],
"d0/dcb/poly__add_8c.html#ab138609c765e2fd8b89e9c107cd40d57":[16,0,15,1,8],
"d0/dcb/poly__add_8c.html#ab215107dbb50c7efa811a687ce9b95af":[16,0,15,1,6],
"d0/dcb/poly__add_8c.html#ab9b9bedcb99f279d491d1b856791a36d":[16,0,15,1,2],
"d0/dd9/hexadecimal__to__octal2_8c.html":[16,0,2,4],
"d0/dd9/hexadecimal__to__octal2_8c.html#ab83549c0d43c88544be47fa6c4885ae4":[16,0,2,4,0],
"d0/dd9/hexadecimal__to__octal2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,4,1],
"d0/dcb/poly__add_8c.html":[16,0,16,1],
"d0/dcb/poly__add_8c.html#a0c5173884bd798a6ca6f437b9b932409":[16,0,16,1,7],
"d0/dcb/poly__add_8c.html#a29eace09ec1373a92003075f1c2f6d9d":[16,0,16,1,1],
"d0/dcb/poly__add_8c.html#a5a103fff33166d6e4d975b8b63c6e895":[16,0,16,1,3],
"d0/dcb/poly__add_8c.html#a6ff38afe4720527c9513139cbab460af":[16,0,16,1,5],
"d0/dcb/poly__add_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,16,1,4],
"d0/dcb/poly__add_8c.html#ab138609c765e2fd8b89e9c107cd40d57":[16,0,16,1,8],
"d0/dcb/poly__add_8c.html#ab215107dbb50c7efa811a687ce9b95af":[16,0,16,1,6],
"d0/dcb/poly__add_8c.html#ab9b9bedcb99f279d491d1b856791a36d":[16,0,16,1,2],
"d0/dd9/hexadecimal__to__octal2_8c.html":[16,0,3,4],
"d0/dd9/hexadecimal__to__octal2_8c.html#ab83549c0d43c88544be47fa6c4885ae4":[16,0,3,4,0],
"d0/dd9/hexadecimal__to__octal2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,4,1],
"d0/df1/structhash__set__t.html":[15,0,18],
"d0/df3/6_8c.html":[16,0,12,0,0],
"d0/df3/6_8c.html#a109c3813445bcf97d154a671119deae9":[16,0,12,0,0,3],
"d0/df3/6_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,12,0,0,1],
"d0/df3/6_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,12,0,0,2],
"d0/df3/6_8c.html#afdf3bfe2dc8aadac13c7e6d051d3bd5d":[16,0,12,0,0,0],
"d0/df3/6_8c.html":[16,0,13,0,0],
"d0/df3/6_8c.html#a109c3813445bcf97d154a671119deae9":[16,0,13,0,0,3],
"d0/df3/6_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,13,0,0,1],
"d0/df3/6_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,13,0,0,2],
"d0/df3/6_8c.html#afdf3bfe2dc8aadac13c7e6d051d3bd5d":[16,0,13,0,0,0],
"d1/d12/md_data_structures_stack__r_e_a_d_m_e.html":[6],
"d1/d20/server_8c.html":[16,0,1,3],
"d1/d20/server_8c.html#a1e43924adac4ae865aa0acf79710261c":[16,0,1,3,2],
"d1/d20/server_8c.html#a392fb874e547e582e9c66a08a1f23326":[16,0,1,3,0],
"d1/d20/server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,1,3,1],
"d1/d20/server_8c.html#ac17020a38607ab29ce18939d5194a32a":[16,0,1,3,3],
"d1/d20/server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,1,3,4],
"d1/d2f/problem__7_2sol_8c.html":[16,0,18,20,0],
"d1/d2f/problem__7_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,18,20,0,0],
"d1/d20/server_8c.html":[16,0,2,3],
"d1/d20/server_8c.html#a1e43924adac4ae865aa0acf79710261c":[16,0,2,3,2],
"d1/d20/server_8c.html#a392fb874e547e582e9c66a08a1f23326":[16,0,2,3,0],
"d1/d20/server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,2,3,1],
"d1/d20/server_8c.html#ac17020a38607ab29ce18939d5194a32a":[16,0,2,3,3],
"d1/d20/server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,3,4],
"d1/d2f/problem__7_2sol_8c.html":[16,0,19,20,0],
"d1/d2f/problem__7_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,19,20,0,0],
"d1/d5e/structobservation.html":[14,2,1,0],
"d1/d5e/structobservation.html#a04f3dcfd59dd91353395e35c9831fade":[14,2,1,0,1],
"d1/d5e/structobservation.html#a2db8ace685c08aa7b52f5a28b0843aab":[14,2,1,0,0],
@ -86,108 +86,108 @@ var NAVTREEINDEX0 =
"d1/d6b/group__kohonen__2d.html#gadc22d512c00a9f5799ee067f4fb90b4b":[14,2,2,4],
"d1/d6b/group__kohonen__2d.html#gaf5ce14f026d6d231bef29161bac2b485":[14,2,2,3],
"d1/d6b/group__kohonen__2d.html#gaffe776513b24d84b39af8ab0930fef7f":[14,2,2,1],
"d1/d6b/tcp__full__duplex__server_8c.html":[16,0,1,5],
"d1/d6b/tcp__full__duplex__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,1,5,0],
"d1/d6b/tcp__full__duplex__server_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,1,5,1],
"d1/d6b/tcp__full__duplex__server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,1,5,2],
"d1/d6b/tcp__full__duplex__server_8c.html":[16,0,2,5],
"d1/d6b/tcp__full__duplex__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,2,5,0],
"d1/d6b/tcp__full__duplex__server_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,2,5,1],
"d1/d6b/tcp__full__duplex__server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,5,2],
"d1/d7d/struct_list_item.html":[15,0,22],
"d1/d94/odd__even__sort_8c.html":[16,0,20,8],
"d1/d94/odd__even__sort_8c.html#a17761a0788916faded6e2ca1f478ad33":[16,0,20,8,1],
"d1/d94/odd__even__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,20,8,3],
"d1/d94/odd__even__sort_8c.html#ac2eee54959bc040cfcb56d2d8047853a":[16,0,20,8,2],
"d1/d94/odd__even__sort_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,20,8,0],
"d1/d98/tcp__full__duplex__client_8c.html":[16,0,1,4],
"d1/d98/tcp__full__duplex__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,1,4,0],
"d1/d98/tcp__full__duplex__client_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,1,4,1],
"d1/d98/tcp__full__duplex__client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,1,4,2],
"d1/d94/odd__even__sort_8c.html":[16,0,21,8],
"d1/d94/odd__even__sort_8c.html#a17761a0788916faded6e2ca1f478ad33":[16,0,21,8,1],
"d1/d94/odd__even__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,21,8,3],
"d1/d94/odd__even__sort_8c.html#ac2eee54959bc040cfcb56d2d8047853a":[16,0,21,8,2],
"d1/d94/odd__even__sort_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,21,8,0],
"d1/d98/tcp__full__duplex__client_8c.html":[16,0,2,4],
"d1/d98/tcp__full__duplex__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,2,4,0],
"d1/d98/tcp__full__duplex__client_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,2,4,1],
"d1/d98/tcp__full__duplex__client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,4,2],
"d1/d99/structcluster.html":[14,2,1,1],
"d1/d99/structcluster.html#a10fa7010c12d0f03a422d68321495479":[14,2,1,1,2],
"d1/d99/structcluster.html#a13278ef636c1d9bd9ce8fad736f4c570":[14,2,1,1,1],
"d1/d99/structcluster.html#aaacf0562ee2d9e8866c66ddaa6527c2b":[14,2,1,1,0],
"d1/dac/struct_stock_spanner.html":[15,0,38],
"d1/dba/decimal__to__any__base_8c.html":[16,0,2,2],
"d1/dba/decimal__to__any__base_8c.html#a0c5ccb926a23bc0050f213ba3408e18d":[16,0,2,2,1],
"d1/dba/decimal__to__any__base_8c.html#a3e4a7cfc97a528faa4d6e5741461109c":[16,0,2,2,2],
"d1/dba/decimal__to__any__base_8c.html#a899b3a7e0f1fac5a465eac0d4b10d711":[16,0,2,2,0],
"d1/dba/decimal__to__any__base_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,2,2,5],
"d1/dba/decimal__to__any__base_8c.html#ae071f62d704823751bf9a085bf0a1bd7":[16,0,2,2,3],
"d1/dba/decimal__to__any__base_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,2,4],
"d1/dbe/include_8h_source.html":[16,0,3,8,0],
"d1/dc2/ode__midpoint__euler_8c.html":[16,0,16,4],
"d1/dc2/ode__midpoint__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,16,4,2],
"d1/dc2/ode__midpoint__euler_8c.html#a148003d8b261d040c1c41e73b40af1dd":[16,0,16,4,3],
"d1/dc2/ode__midpoint__euler_8c.html#a8caee977b26888d34040b122e0e28e3a":[16,0,16,4,1],
"d1/dc2/ode__midpoint__euler_8c.html#a97075291390a68c262ed66e157a57eb4":[16,0,16,4,5],
"d1/dc2/ode__midpoint__euler_8c.html#a9ceb646336224ee890a269d0b4600d09":[16,0,16,4,0],
"d1/dc2/ode__midpoint__euler_8c.html#affe6cc2ab040b94a29e6c41782f72d51":[16,0,16,4,4],
"d1/dc7/run__length__encoding_8c.html":[16,0,15,4],
"d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,15,4,2],
"d1/dc7/run__length__encoding_8c.html#ac3cc4a63cf2a14a08e05c5537ecf59c2":[16,0,15,4,1],
"d1/dc7/run__length__encoding_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,4,0],
"d1/dba/decimal__to__any__base_8c.html":[16,0,3,2],
"d1/dba/decimal__to__any__base_8c.html#a0c5ccb926a23bc0050f213ba3408e18d":[16,0,3,2,1],
"d1/dba/decimal__to__any__base_8c.html#a3e4a7cfc97a528faa4d6e5741461109c":[16,0,3,2,2],
"d1/dba/decimal__to__any__base_8c.html#a899b3a7e0f1fac5a465eac0d4b10d711":[16,0,3,2,0],
"d1/dba/decimal__to__any__base_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,3,2,5],
"d1/dba/decimal__to__any__base_8c.html#ae071f62d704823751bf9a085bf0a1bd7":[16,0,3,2,3],
"d1/dba/decimal__to__any__base_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,2,4],
"d1/dbe/include_8h_source.html":[16,0,4,8,0],
"d1/dc2/ode__midpoint__euler_8c.html":[16,0,17,4],
"d1/dc2/ode__midpoint__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,17,4,2],
"d1/dc2/ode__midpoint__euler_8c.html#a148003d8b261d040c1c41e73b40af1dd":[16,0,17,4,3],
"d1/dc2/ode__midpoint__euler_8c.html#a8caee977b26888d34040b122e0e28e3a":[16,0,17,4,1],
"d1/dc2/ode__midpoint__euler_8c.html#a97075291390a68c262ed66e157a57eb4":[16,0,17,4,5],
"d1/dc2/ode__midpoint__euler_8c.html#a9ceb646336224ee890a269d0b4600d09":[16,0,17,4,0],
"d1/dc2/ode__midpoint__euler_8c.html#affe6cc2ab040b94a29e6c41782f72d51":[16,0,17,4,4],
"d1/dc7/run__length__encoding_8c.html":[16,0,16,3],
"d1/dc7/run__length__encoding_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,16,3,2],
"d1/dc7/run__length__encoding_8c.html#ac3cc4a63cf2a14a08e05c5537ecf59c2":[16,0,16,3,1],
"d1/dc7/run__length__encoding_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,16,3,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],
"d1/ded/group__misc.html#gac0f2228420376f4db7e1274f2b41667c":[14,3,1],
"d1/ded/group__misc.html#gac1a7a8e00eeb590511465c28fae16e54":[14,3,2],
"d1/df9/problem__26_2sol1_8c.html":[16,0,18,14,0],
"d1/df9/problem__26_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,18,14,0,3],
"d1/df9/problem__26_2sol1_8c.html#a619eec3220cebd7c5e455edbb14e9b12":[16,0,18,14,0,0],
"d1/df9/problem__26_2sol1_8c.html#aabf4f709c8199e41cf279c77112345fe":[16,0,18,14,0,1],
"d1/df9/problem__26_2sol1_8c.html#ac70138609ef6aa6fabca57aca8681e83":[16,0,18,14,0,2],
"d1/df9/problem__26_2sol1_8c.html":[16,0,19,14,0],
"d1/df9/problem__26_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,19,14,0,3],
"d1/df9/problem__26_2sol1_8c.html#a619eec3220cebd7c5e455edbb14e9b12":[16,0,19,14,0,0],
"d1/df9/problem__26_2sol1_8c.html#aabf4f709c8199e41cf279c77112345fe":[16,0,19,14,0,1],
"d1/df9/problem__26_2sol1_8c.html#ac70138609ef6aa6fabca57aca8681e83":[16,0,19,14,0,2],
"d2/d36/structqueue.html":[15,0,33],
"d2/d57/patience__sort_8c.html":[16,0,20,9],
"d2/d57/patience__sort_8c.html#a51db6714f25747b7de0daca675363e19":[16,0,20,9,2],
"d2/d57/patience__sort_8c.html#a5ce3f8e766a38377168ae737605745c8":[16,0,20,9,1],
"d2/d57/patience__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,20,9,3],
"d2/d57/patience__sort_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,20,9,0],
"d2/d57/patience__sort_8c.html#af0cc492037e002ba5145e2e770ed0e66":[16,0,20,9,4],
"d2/d57/patience__sort_8c.html":[16,0,21,9],
"d2/d57/patience__sort_8c.html#a51db6714f25747b7de0daca675363e19":[16,0,21,9,2],
"d2/d57/patience__sort_8c.html#a5ce3f8e766a38377168ae737605745c8":[16,0,21,9,1],
"d2/d57/patience__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,21,9,3],
"d2/d57/patience__sort_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,21,9,0],
"d2/d57/patience__sort_8c.html#af0cc492037e002ba5145e2e770ed0e66":[16,0,21,9,4],
"d2/d6a/struct_graph_rep.html":[15,0,17],
"d2/d6d/bubble__sort__2_8c.html":[16,0,20,2],
"d2/d6d/bubble__sort__2_8c.html#a392fb874e547e582e9c66a08a1f23326":[16,0,20,2,0],
"d2/d6d/bubble__sort__2_8c.html#a7406723363363b34f29d18f5a80f1281":[16,0,20,2,1],
"d2/d6d/bubble__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,20,2,3],
"d2/d6d/bubble__sort__2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,20,2,2],
"d2/d6d/bubble__sort__2_8c.html":[16,0,21,2],
"d2/d6d/bubble__sort__2_8c.html#a392fb874e547e582e9c66a08a1f23326":[16,0,21,2,0],
"d2/d6d/bubble__sort__2_8c.html#a7406723363363b34f29d18f5a80f1281":[16,0,21,2,1],
"d2/d6d/bubble__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,21,2,3],
"d2/d6d/bubble__sort__2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,21,2,2],
"d2/d71/struct_a_v_lnode.html":[15,0,4],
"d2/d83/merge__sort_8c.html":[16,0,20,7],
"d2/d83/merge__sort_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,20,7,0],
"d2/d87/non__preemptive__priority__scheduling_8c.html":[16,0,17,0],
"d2/d87/non__preemptive__priority__scheduling_8c.html#a01b8ee561d8532a44d665c2c854e0d09":[16,0,17,0,5],
"d2/d87/non__preemptive__priority__scheduling_8c.html#a40e454ce0750e794007bf41a7102b3a9":[16,0,17,0,7],
"d2/d87/non__preemptive__priority__scheduling_8c.html#a458803d3c3926a6bcc4d51540f297756":[16,0,17,0,3],
"d2/d87/non__preemptive__priority__scheduling_8c.html#a5d0943b2e0e1b48b9c3a575a7f262c36":[16,0,17,0,6],
"d2/d87/non__preemptive__priority__scheduling_8c.html#a9bc34d3b138bd0153a942cf6a8b31533":[16,0,17,0,11],
"d2/d87/non__preemptive__priority__scheduling_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,17,0,10],
"d2/d87/non__preemptive__priority__scheduling_8c.html#abbb2446313782dd3ba9ff2a7ad0ce1df":[16,0,17,0,2],
"d2/d87/non__preemptive__priority__scheduling_8c.html#adeb04e9743495f14aa4ef78631b9253c":[16,0,17,0,9],
"d2/d87/non__preemptive__priority__scheduling_8c.html#ae5e4de64ef6c5676d5013d90229a875c":[16,0,17,0,4],
"d2/d87/non__preemptive__priority__scheduling_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,17,0,8],
"d2/d87/non__preemptive__priority__scheduling_8c.html#af4aeda155dbe167f1c1cf38cb65bf324":[16,0,17,0,1],
"d2/d93/problem__8_2sol2_8c.html":[16,0,18,21,1],
"d2/d93/problem__8_2sol2_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,18,21,1,0],
"d2/d9b/floyd__cycle__detection__algorithm_8c.html":[16,0,19,2],
"d2/d9b/floyd__cycle__detection__algorithm_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,19,2,2],
"d2/d9b/floyd__cycle__detection__algorithm_8c.html#ac7af29ae53c6659f2881fb080b080f9d":[16,0,19,2,0],
"d2/d9b/floyd__cycle__detection__algorithm_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,2,1],
"d2/da8/bead__sort_8c.html":[16,0,20,0],
"d2/da8/bead__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c":[16,0,20,0,3],
"d2/d83/merge__sort_8c.html":[16,0,21,7],
"d2/d83/merge__sort_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,21,7,0],
"d2/d87/non__preemptive__priority__scheduling_8c.html":[16,0,18,0],
"d2/d87/non__preemptive__priority__scheduling_8c.html#a01b8ee561d8532a44d665c2c854e0d09":[16,0,18,0,5],
"d2/d87/non__preemptive__priority__scheduling_8c.html#a40e454ce0750e794007bf41a7102b3a9":[16,0,18,0,7],
"d2/d87/non__preemptive__priority__scheduling_8c.html#a458803d3c3926a6bcc4d51540f297756":[16,0,18,0,3],
"d2/d87/non__preemptive__priority__scheduling_8c.html#a5d0943b2e0e1b48b9c3a575a7f262c36":[16,0,18,0,6],
"d2/d87/non__preemptive__priority__scheduling_8c.html#a9bc34d3b138bd0153a942cf6a8b31533":[16,0,18,0,11],
"d2/d87/non__preemptive__priority__scheduling_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,18,0,10],
"d2/d87/non__preemptive__priority__scheduling_8c.html#abbb2446313782dd3ba9ff2a7ad0ce1df":[16,0,18,0,2],
"d2/d87/non__preemptive__priority__scheduling_8c.html#adeb04e9743495f14aa4ef78631b9253c":[16,0,18,0,9],
"d2/d87/non__preemptive__priority__scheduling_8c.html#ae5e4de64ef6c5676d5013d90229a875c":[16,0,18,0,4],
"d2/d87/non__preemptive__priority__scheduling_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,18,0,8],
"d2/d87/non__preemptive__priority__scheduling_8c.html#af4aeda155dbe167f1c1cf38cb65bf324":[16,0,18,0,1],
"d2/d93/problem__8_2sol2_8c.html":[16,0,19,21,1],
"d2/d93/problem__8_2sol2_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,19,21,1,0],
"d2/d9b/floyd__cycle__detection__algorithm_8c.html":[16,0,20,2],
"d2/d9b/floyd__cycle__detection__algorithm_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,20,2,2],
"d2/d9b/floyd__cycle__detection__algorithm_8c.html#ac7af29ae53c6659f2881fb080b080f9d":[16,0,20,2,0],
"d2/d9b/floyd__cycle__detection__algorithm_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,20,2,1],
"d2/da8/bead__sort_8c.html":[16,0,21,0],
"d2/da8/bead__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c":[16,0,21,0,3],
"d2/daa/structadaline.html":[14,2,0,0],
"d2/daa/structadaline.html#a32e58c03fd9258709eae6138ad0ec657":[14,2,0,0,2],
"d2/daa/structadaline.html#a53314e737a0a5ff4552a03bcc9dafbc1":[14,2,0,0,1],
"d2/daa/structadaline.html#a85dbd7cce6195d11ebb388220b96bde2":[14,2,0,0,0],
"d2/dae/problem__1_2sol2_8c.html":[16,0,18,0,1],
"d2/dae/problem__1_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,18,0,1,0],
"d2/dbc/problem__3_2sol2_8c.html":[16,0,18,15,1],
"d2/dbc/problem__3_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,18,15,1,0],
"d2/dc3/carray_8h_source.html":[16,0,3,0,0],
"d2/ddd/malloc__dbg_8h.html":[16,0,4,1],
"d2/ddd/malloc__dbg_8h.html#a37914d05ba1fe8848aa1b48cda719422":[16,0,4,1,5],
"d2/ddd/malloc__dbg_8h.html#a3f9195a04ac8e8a9868ee3e416db7e8c":[16,0,4,1,4],
"d2/ddd/malloc__dbg_8h.html#a725f50ecaf1959d96de79b36b4788fee":[16,0,4,1,2],
"d2/ddd/malloc__dbg_8h.html#a9cc854374299a1dd933bf62029761768":[16,0,4,1,1],
"d2/ddd/malloc__dbg_8h.html#ab07f946b77155ca78d0e14e231a99f5d":[16,0,4,1,3],
"d2/ddd/malloc__dbg_8h.html#abfd0a4452069af4cfefe4a5d037e92ef":[16,0,4,1,6],
"d2/ddd/malloc__dbg_8h.html#afdddaa949a93c1ef559a638e98f9c21b":[16,0,4,1,0],
"d2/ddd/malloc__dbg_8h_source.html":[16,0,4,1],
"d2/dae/problem__1_2sol2_8c.html":[16,0,19,0,1],
"d2/dae/problem__1_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,0,1,0],
"d2/dbc/problem__3_2sol2_8c.html":[16,0,19,15,1],
"d2/dbc/problem__3_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,15,1,0],
"d2/dc3/carray_8h_source.html":[16,0,4,0,0],
"d2/ddd/malloc__dbg_8h.html":[16,0,5,1],
"d2/ddd/malloc__dbg_8h.html#a37914d05ba1fe8848aa1b48cda719422":[16,0,5,1,5],
"d2/ddd/malloc__dbg_8h.html#a3f9195a04ac8e8a9868ee3e416db7e8c":[16,0,5,1,4],
"d2/ddd/malloc__dbg_8h.html#a725f50ecaf1959d96de79b36b4788fee":[16,0,5,1,2],
"d2/ddd/malloc__dbg_8h.html#a9cc854374299a1dd933bf62029761768":[16,0,5,1,1],
"d2/ddd/malloc__dbg_8h.html#ab07f946b77155ca78d0e14e231a99f5d":[16,0,5,1,3],
"d2/ddd/malloc__dbg_8h.html#abfd0a4452069af4cfefe4a5d037e92ef":[16,0,5,1,6],
"d2/ddd/malloc__dbg_8h.html#afdddaa949a93c1ef559a638e98f9c21b":[16,0,5,1,0],
"d2/ddd/malloc__dbg_8h_source.html":[16,0,5,1],
"d2/de8/structeuler__.html":[14,0,2,1],
"d2/de8/structeuler__.html#a34941b75b9bb747cd68d28315fa9691a":[14,0,2,1,0],
"d2/de8/structeuler__.html#a3f1b77e489be443a8d84a84082b8092e":[14,0,2,1,4],
@ -195,47 +195,47 @@ var NAVTREEINDEX0 =
"d2/de8/structeuler__.html#aa71f9aa6dfa32d8014b2d54ab8410e0b":[14,0,2,1,3],
"d2/de8/structeuler__.html#aad52507cc423ec49847471f6f15dd9d7":[14,0,2,1,5],
"d2/de8/structeuler__.html#abbbf12f0a960faf783d219f9012cdce6":[14,0,2,1,1],
"d2/df6/kohonen__som__topology_8c.html":[16,0,13,2],
"d2/df6/kohonen__som__topology_8c.html#a0283886819c7c140a023582b7269e2d0":[16,0,13,2,13],
"d2/df6/kohonen__som__topology_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0":[16,0,13,2,12],
"d2/df6/kohonen__som__topology_8c.html#a2256c10b16edba377b64a44b6c656908":[16,0,13,2,4],
"d2/df6/kohonen__som__topology_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,13,2,9],
"d2/df6/kohonen__som__topology_8c.html#a525335710b53cb064ca56b936120431e":[16,0,13,2,0],
"d2/df6/kohonen__som__topology_8c.html#a5bb02a8322d717ead1b11182c5f02a3a":[16,0,13,2,17],
"d2/df6/kohonen__som__topology_8c.html#a6d0455dd5c30adda100e95f0423c786e":[16,0,13,2,14],
"d2/df6/kohonen__som__topology_8c.html#ad9e25202bb8b481461f932668f249dbc":[16,0,13,2,16],
"d2/df6/kohonen__som__topology_8c.html#adb5ded007be1fd666fab9affe6764018":[16,0,13,2,15],
"d2/df6/kohonen__som__topology_8c.html":[16,0,14,2],
"d2/df6/kohonen__som__topology_8c.html#a0283886819c7c140a023582b7269e2d0":[16,0,14,2,13],
"d2/df6/kohonen__som__topology_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0":[16,0,14,2,12],
"d2/df6/kohonen__som__topology_8c.html#a2256c10b16edba377b64a44b6c656908":[16,0,14,2,4],
"d2/df6/kohonen__som__topology_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,14,2,9],
"d2/df6/kohonen__som__topology_8c.html#a525335710b53cb064ca56b936120431e":[16,0,14,2,0],
"d2/df6/kohonen__som__topology_8c.html#a5bb02a8322d717ead1b11182c5f02a3a":[16,0,14,2,17],
"d2/df6/kohonen__som__topology_8c.html#a6d0455dd5c30adda100e95f0423c786e":[16,0,14,2,14],
"d2/df6/kohonen__som__topology_8c.html#ad9e25202bb8b481461f932668f249dbc":[16,0,14,2,16],
"d2/df6/kohonen__som__topology_8c.html#adb5ded007be1fd666fab9affe6764018":[16,0,14,2,15],
"d3/d39/hash__adler32_8c.html":[14,1,0],
"d3/d47/modified__binary__search_8c.html":[16,0,19,4],
"d3/d47/modified__binary__search_8c.html#a0cfaa56aacf960e4628a0fb27add8890":[16,0,19,4,0],
"d3/d47/modified__binary__search_8c.html#a7df9a198e30cded6229d79bef7591f8f":[16,0,19,4,2],
"d3/d47/modified__binary__search_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,4,1],
"d3/d47/modified__binary__search_8c.html":[16,0,20,4],
"d3/d47/modified__binary__search_8c.html#a0cfaa56aacf960e4628a0fb27add8890":[16,0,20,4,0],
"d3/d47/modified__binary__search_8c.html#a7df9a198e30cded6229d79bef7591f8f":[16,0,20,4,2],
"d3/d47/modified__binary__search_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,20,4,1],
"d3/d5a/struct__large__num.html":[15,0,2],
"d3/d5a/struct__large__num.html#a3fd11c0b413bbabfb8737d4ae73e5aa0":[15,0,2,1],
"d3/d5a/struct__large__num.html#afaf353a072cf050ac86ac6e39868bcc9":[15,0,2,0],
"d3/d78/words__alphabetical_8c.html":[16,0,3,1,3],
"d3/d78/words__alphabetical_8c.html#a0ac11529daf94e98f7114a6e938679a9":[16,0,3,1,3,1],
"d3/d78/words__alphabetical_8c.html#a151b2c78ae821d0495faf936a1c2530f":[16,0,3,1,3,8],
"d3/d78/words__alphabetical_8c.html#a1e5ad8401396df36ab585d79f3309fd9":[16,0,3,1,3,2],
"d3/d78/words__alphabetical_8c.html#a22516c70583c9fa78e4edffb063836cc":[16,0,3,1,3,10],
"d3/d78/words__alphabetical_8c.html#a5157a5b4e164f934602fa78413504029":[16,0,3,1,3,4],
"d3/d78/words__alphabetical_8c.html#a840902ada0e956eb01b529be178748cc":[16,0,3,1,3,5],
"d3/d78/words__alphabetical_8c.html#a9e3cab68cf6557024f0073f674a307a1":[16,0,3,1,3,6],
"d3/d78/words__alphabetical_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,3,1,3,9],
"d3/d78/words__alphabetical_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,1,3,7],
"d3/d78/words__alphabetical_8c.html#af1f9b6eb320d872ba0766dc8bd070075":[16,0,3,1,3,3],
"d3/d78/words__alphabetical_8c.html":[16,0,4,1,3],
"d3/d78/words__alphabetical_8c.html#a0ac11529daf94e98f7114a6e938679a9":[16,0,4,1,3,1],
"d3/d78/words__alphabetical_8c.html#a151b2c78ae821d0495faf936a1c2530f":[16,0,4,1,3,8],
"d3/d78/words__alphabetical_8c.html#a1e5ad8401396df36ab585d79f3309fd9":[16,0,4,1,3,2],
"d3/d78/words__alphabetical_8c.html#a22516c70583c9fa78e4edffb063836cc":[16,0,4,1,3,10],
"d3/d78/words__alphabetical_8c.html#a5157a5b4e164f934602fa78413504029":[16,0,4,1,3,4],
"d3/d78/words__alphabetical_8c.html#a840902ada0e956eb01b529be178748cc":[16,0,4,1,3,5],
"d3/d78/words__alphabetical_8c.html#a9e3cab68cf6557024f0073f674a307a1":[16,0,4,1,3,6],
"d3/d78/words__alphabetical_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,4,1,3,9],
"d3/d78/words__alphabetical_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,4,1,3,7],
"d3/d78/words__alphabetical_8c.html#af1f9b6eb320d872ba0766dc8bd070075":[16,0,4,1,3,3],
"d4/d02/struct_b_s_t_iterator.html":[15,0,5],
"d4/d06/struct_vector.html":[15,0,46],
"d4/d06/struct_vector.html#a55870593ddea19c96770c2521b075059":[15,0,46,2],
"d4/d06/struct_vector.html#a8cb577f14bea1a6c1fbf85717b3ee4f9":[15,0,46,1],
"d4/d06/struct_vector.html#afd870750f3874ee097833fc8a1dc809e":[15,0,46,0],
"d4/d07/ode__forward__euler_8c.html":[16,0,16,3],
"d4/d07/ode__forward__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,16,3,4],
"d4/d07/ode__forward__euler_8c.html#a8caee977b26888d34040b122e0e28e3a":[16,0,16,3,1],
"d4/d07/ode__forward__euler_8c.html#a97075291390a68c262ed66e157a57eb4":[16,0,16,3,5],
"d4/d07/ode__forward__euler_8c.html#a9ceb646336224ee890a269d0b4600d09":[16,0,16,3,0],
"d4/d07/ode__forward__euler_8c.html#aaf88ad8f9f7c39fc38f3f03d6fea9df9":[16,0,16,3,2],
"d4/d07/ode__forward__euler_8c.html#ae6c9413953c8d9d4bc9e374b29586350":[16,0,16,3,3],
"d4/d07/ode__forward__euler_8c.html":[16,0,17,3],
"d4/d07/ode__forward__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,17,3,4],
"d4/d07/ode__forward__euler_8c.html#a8caee977b26888d34040b122e0e28e3a":[16,0,17,3,1],
"d4/d07/ode__forward__euler_8c.html#a97075291390a68c262ed66e157a57eb4":[16,0,17,3,5],
"d4/d07/ode__forward__euler_8c.html#a9ceb646336224ee890a269d0b4600d09":[16,0,17,3,0],
"d4/d07/ode__forward__euler_8c.html#aaf88ad8f9f7c39fc38f3f03d6fea9df9":[16,0,17,3,2],
"d4/d07/ode__forward__euler_8c.html#ae6c9413953c8d9d4bc9e374b29586350":[16,0,17,3,3],
"d4/d11/structstack.html":[15,0,37],
"d4/d2d/struct_c_array.html":[15,0,7],
"d4/d4c/md__c_o_d_e__o_f__c_o_n_d_u_c_t.html":[1],

View File

@ -1,13 +1,13 @@
var NAVTREEINDEX1 =
{
"d4/d68/qr__decompose_8h.html":[16,0,16,6],
"d4/d68/qr__decompose_8h.html#a2ed4977f38642dca8b10c16a823c740b":[16,0,16,6,4],
"d4/d68/qr__decompose_8h.html#a3a584b79941a43d775f9d4ce446dbe05":[16,0,16,6,2],
"d4/d68/qr__decompose_8h.html#a45c7640d9d22c89c11beb1f567843c56":[16,0,16,6,1],
"d4/d68/qr__decompose_8h.html#a5ee39e7c8fce8a604dcf7009ce101c02":[16,0,16,6,5],
"d4/d68/qr__decompose_8h.html#a90562ce8c3707401e9c5809dece68d6a":[16,0,16,6,0],
"d4/d68/qr__decompose_8h.html#abeec1f78a7a7e7251687e75340331212":[16,0,16,6,3],
"d4/d68/qr__decompose_8h_source.html":[16,0,16,6],
"d4/d68/qr__decompose_8h.html":[16,0,17,6],
"d4/d68/qr__decompose_8h.html#a2ed4977f38642dca8b10c16a823c740b":[16,0,17,6,4],
"d4/d68/qr__decompose_8h.html#a3a584b79941a43d775f9d4ce446dbe05":[16,0,17,6,2],
"d4/d68/qr__decompose_8h.html#a45c7640d9d22c89c11beb1f567843c56":[16,0,17,6,1],
"d4/d68/qr__decompose_8h.html#a5ee39e7c8fce8a604dcf7009ce101c02":[16,0,17,6,5],
"d4/d68/qr__decompose_8h.html#a90562ce8c3707401e9c5809dece68d6a":[16,0,17,6,0],
"d4/d68/qr__decompose_8h.html#abeec1f78a7a7e7251687e75340331212":[16,0,17,6,3],
"d4/d68/qr__decompose_8h_source.html":[16,0,17,6],
"d4/d69/group__dual__quats.html":[14,0,3],
"d4/d69/group__dual__quats.html#ga27005601c47e5bb7aafe77659e76c88f":[14,0,3,1],
"d4/d73/struct_m_e_m_o_r_y___i_n_f_o_r_m_a_t_i_o_n.html":[15,0,25],
@ -18,56 +18,56 @@ var NAVTREEINDEX1 =
"d4/d73/struct_m_e_m_o_r_y___i_n_f_o_r_m_a_t_i_o_n.html#a7f42967fd6562d77ac03445ea6e36a3d":[15,0,25,0],
"d4/d73/struct_m_e_m_o_r_y___i_n_f_o_r_m_a_t_i_o_n.html#a934ad84d159c35b24ff54f7eceb1c6be":[15,0,25,1],
"d4/d73/struct_m_e_m_o_r_y___i_n_f_o_r_m_a_t_i_o_n.html#aa296b903d0e2ac54acaa7c305bae8007":[15,0,25,4],
"d4/d7b/problem__6_2sol_8c.html":[16,0,18,19,0],
"d4/d7b/problem__6_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,18,19,0,0],
"d4/d83/problem__401_2sol1_8c.html":[16,0,18,17,0],
"d4/d83/problem__401_2sol1_8c.html#a236548478af932f1115a71f601a68788":[16,0,18,17,0,6],
"d4/d83/problem__401_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,18,17,0,4],
"d4/d83/problem__401_2sol1_8c.html#a4441a6d27134cf3aed05727800d99456":[16,0,18,17,0,3],
"d4/d83/problem__401_2sol1_8c.html#a7380e14d595d560007b02ce516b6b215":[16,0,18,17,0,2],
"d4/d83/problem__401_2sol1_8c.html#a7a9a231e30b47bc0345749c8bd1e5077":[16,0,18,17,0,0],
"d4/d83/problem__401_2sol1_8c.html#aaf964739be92adc2f500e7da11e3f6be":[16,0,18,17,0,5],
"d4/d83/problem__401_2sol1_8c.html#ade1bdf2529e3c58f53bfb4d844f3a9d3":[16,0,18,17,0,1],
"d4/d99/fibonacci__fast_8c.html":[16,0,14,4],
"d4/d99/fibonacci__fast_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,14,4,1],
"d4/d99/fibonacci__fast_8c.html#a7a3d55bd19854075cba2eed6b63cb2d3":[16,0,14,4,0],
"d4/d99/ode__semi__implicit__euler_8c.html":[16,0,16,5],
"d4/d99/ode__semi__implicit__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,16,5,2],
"d4/d99/ode__semi__implicit__euler_8c.html#a720b7e995d2bbc615f94a2c7dbcf84eb":[16,0,16,5,5],
"d4/d99/ode__semi__implicit__euler_8c.html#a8caee977b26888d34040b122e0e28e3a":[16,0,16,5,1],
"d4/d99/ode__semi__implicit__euler_8c.html#a97075291390a68c262ed66e157a57eb4":[16,0,16,5,3],
"d4/d99/ode__semi__implicit__euler_8c.html#a9ceb646336224ee890a269d0b4600d09":[16,0,16,5,0],
"d4/d99/ode__semi__implicit__euler_8c.html#ad80059877222f885b549f2d0a3dc6b55":[16,0,16,5,4],
"d4/dbd/problem__23_2sol2_8c.html":[16,0,18,12,1],
"d4/dbd/problem__23_2sol2_8c.html#a1aca7f530f82b27100262adba9e7556b":[16,0,18,12,1,1],
"d4/dbd/problem__23_2sol2_8c.html#a34f4ad85151e3a43368ae67f42347f56":[16,0,18,12,1,2],
"d4/dbd/problem__23_2sol2_8c.html#a3ab61b5a1c4f2288625d160aa0ea8478":[16,0,18,12,1,3],
"d4/dbd/problem__23_2sol2_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,18,12,1,4],
"d4/dbd/problem__23_2sol2_8c.html#ac5d600bf3077f4188afc4c5cd2c40eaf":[16,0,18,12,1,0],
"d4/dbd/problem__23_2sol2_8c.html#af920a16d6ef69dd604b283f427892e06":[16,0,18,12,1,5],
"d4/d7b/problem__6_2sol_8c.html":[16,0,19,19,0],
"d4/d7b/problem__6_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,19,19,0,0],
"d4/d83/problem__401_2sol1_8c.html":[16,0,19,17,0],
"d4/d83/problem__401_2sol1_8c.html#a236548478af932f1115a71f601a68788":[16,0,19,17,0,6],
"d4/d83/problem__401_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,19,17,0,4],
"d4/d83/problem__401_2sol1_8c.html#a4441a6d27134cf3aed05727800d99456":[16,0,19,17,0,3],
"d4/d83/problem__401_2sol1_8c.html#a7380e14d595d560007b02ce516b6b215":[16,0,19,17,0,2],
"d4/d83/problem__401_2sol1_8c.html#a7a9a231e30b47bc0345749c8bd1e5077":[16,0,19,17,0,0],
"d4/d83/problem__401_2sol1_8c.html#aaf964739be92adc2f500e7da11e3f6be":[16,0,19,17,0,5],
"d4/d83/problem__401_2sol1_8c.html#ade1bdf2529e3c58f53bfb4d844f3a9d3":[16,0,19,17,0,1],
"d4/d99/fibonacci__fast_8c.html":[16,0,15,4],
"d4/d99/fibonacci__fast_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,15,4,1],
"d4/d99/fibonacci__fast_8c.html#a7a3d55bd19854075cba2eed6b63cb2d3":[16,0,15,4,0],
"d4/d99/ode__semi__implicit__euler_8c.html":[16,0,17,5],
"d4/d99/ode__semi__implicit__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,17,5,2],
"d4/d99/ode__semi__implicit__euler_8c.html#a720b7e995d2bbc615f94a2c7dbcf84eb":[16,0,17,5,5],
"d4/d99/ode__semi__implicit__euler_8c.html#a8caee977b26888d34040b122e0e28e3a":[16,0,17,5,1],
"d4/d99/ode__semi__implicit__euler_8c.html#a97075291390a68c262ed66e157a57eb4":[16,0,17,5,3],
"d4/d99/ode__semi__implicit__euler_8c.html#a9ceb646336224ee890a269d0b4600d09":[16,0,17,5,0],
"d4/d99/ode__semi__implicit__euler_8c.html#ad80059877222f885b549f2d0a3dc6b55":[16,0,17,5,4],
"d4/dbd/problem__23_2sol2_8c.html":[16,0,19,12,1],
"d4/dbd/problem__23_2sol2_8c.html#a1aca7f530f82b27100262adba9e7556b":[16,0,19,12,1,1],
"d4/dbd/problem__23_2sol2_8c.html#a34f4ad85151e3a43368ae67f42347f56":[16,0,19,12,1,2],
"d4/dbd/problem__23_2sol2_8c.html#a3ab61b5a1c4f2288625d160aa0ea8478":[16,0,19,12,1,3],
"d4/dbd/problem__23_2sol2_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,19,12,1,4],
"d4/dbd/problem__23_2sol2_8c.html#ac5d600bf3077f4188afc4c5cd2c40eaf":[16,0,19,12,1,0],
"d4/dbd/problem__23_2sol2_8c.html#af920a16d6ef69dd604b283f427892e06":[16,0,19,12,1,5],
"d4/dcb/md_hash__r_e_a_d_m_e.html":[9],
"d4/dcc/strong__number_8c.html":[16,0,14,9],
"d4/dcc/strong__number_8c.html#a03654cadb0cfe1195810dbe5da0265b5":[16,0,14,9,0],
"d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,14,9,2],
"d4/dcc/strong__number_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,14,9,1],
"d4/dcc/strong__number_8c.html":[16,0,15,9],
"d4/dcc/strong__number_8c.html#a03654cadb0cfe1195810dbe5da0265b5":[16,0,15,9,0],
"d4/dcc/strong__number_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,15,9,2],
"d4/dcc/strong__number_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,9,1],
"d4/dd4/struct_graph.html":[15,0,16],
"d4/dd9/structtrie.html":[15,0,44],
"d4/de3/hash__djb2_8c.html":[14,1,3],
"d4/dea/problem__14_2sol1_8c.html":[16,0,18,4,0],
"d4/dea/problem__14_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,18,4,0,1],
"d4/dea/problem__14_2sol1_8c.html#a81c1df5c17cb16bcc16e346fcff6fa80":[16,0,18,4,0,0],
"d4/dea/problem__14_2sol1_8c.html":[16,0,19,4,0],
"d4/dea/problem__14_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,19,4,0,1],
"d4/dea/problem__14_2sol1_8c.html#a81c1df5c17cb16bcc16e346fcff6fa80":[16,0,19,4,0,0],
"d4/dfe/struct_dict.html":[15,0,10],
"d5/d23/qr__decomposition_8c.html":[16,0,16,7],
"d5/d23/qr__decomposition_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,16,7,0],
"d5/d38/bubble__sort__recursion_8c.html":[16,0,20,3],
"d5/d38/bubble__sort__recursion_8c.html#aa8989f6c9bfd1f040854fa18b180114f":[16,0,20,3,0],
"d5/d38/bubble__sort__recursion_8c.html#ad126fa7239be97373c96861adc70b1d3":[16,0,20,3,2],
"d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,20,3,3],
"d5/d38/bubble__sort__recursion_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,20,3,1],
"d5/d3d/problem__5_2sol2_8c.html":[16,0,18,18,1],
"d5/d3d/problem__5_2sol2_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,18,18,1,1],
"d5/d3d/problem__5_2sol2_8c.html#aa7cfa5a28d00d93ec48fab9c3fd5812f":[16,0,18,18,1,0],
"d5/d3d/problem__5_2sol2_8c.html#adb59595677da81f071c34f3847fdbaa6":[16,0,18,18,1,2],
"d5/d23/qr__decomposition_8c.html":[16,0,17,7],
"d5/d23/qr__decomposition_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,17,7,0],
"d5/d38/bubble__sort__recursion_8c.html":[16,0,21,3],
"d5/d38/bubble__sort__recursion_8c.html#aa8989f6c9bfd1f040854fa18b180114f":[16,0,21,3,0],
"d5/d38/bubble__sort__recursion_8c.html#ad126fa7239be97373c96861adc70b1d3":[16,0,21,3,2],
"d5/d38/bubble__sort__recursion_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,21,3,3],
"d5/d38/bubble__sort__recursion_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,21,3,1],
"d5/d3d/problem__5_2sol2_8c.html":[16,0,19,18,1],
"d5/d3d/problem__5_2sol2_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,19,18,1,1],
"d5/d3d/problem__5_2sol2_8c.html#aa7cfa5a28d00d93ec48fab9c3fd5812f":[16,0,19,18,1,0],
"d5/d3d/problem__5_2sol2_8c.html#adb59595677da81f071c34f3847fdbaa6":[16,0,19,18,1,2],
"d5/d4c/group__sorting.html":[14,5],
"d5/d4c/group__sorting.html#ga2fb01e00dedb437a42010f6309e7eba8":[14,5,1],
"d5/d4c/group__sorting.html#ga4b9708d87be7a409eff20e5e7e8b43c8":[14,5,8],
@ -78,12 +78,12 @@ var NAVTREEINDEX1 =
"d5/d4c/group__sorting.html#gab99b8a397bdd0bf2903d66c22ba4ba43":[14,5,4],
"d5/d4c/group__sorting.html#gad7ed8cc4603f500d610054680d28b971":[14,5,2],
"d5/d4c/group__sorting.html#gaeccaf61ff47279384d1dba8d869d5c2f":[14,5,7],
"d5/d5c/test__min__printf_8c.html":[16,0,4,4],
"d5/d5c/test__min__printf_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,4,4,0],
"d5/d7c/problem__5_2sol3_8c.html":[16,0,18,18,2],
"d5/d7c/problem__5_2sol3_8c.html#a59347107cbfdf48d51108e50280e760d":[16,0,18,18,2,0],
"d5/d7c/problem__5_2sol3_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,18,18,2,2],
"d5/d7c/problem__5_2sol3_8c.html#ae9606f1867e9921867d6572f51377b4c":[16,0,18,18,2,1],
"d5/d5c/test__min__printf_8c.html":[16,0,5,4],
"d5/d5c/test__min__printf_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,5,4,0],
"d5/d7c/problem__5_2sol3_8c.html":[16,0,19,18,2],
"d5/d7c/problem__5_2sol3_8c.html#a59347107cbfdf48d51108e50280e760d":[16,0,19,18,2,0],
"d5/d7c/problem__5_2sol3_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,19,18,2,2],
"d5/d7c/problem__5_2sol3_8c.html#ae9606f1867e9921867d6572f51377b4c":[16,0,19,18,2,1],
"d5/d7e/struct_t.html":[15,0,41],
"d5/d88/md__d_i_r_e_c_t_o_r_y.html":[7],
"d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md47":[7,0],
@ -119,22 +119,22 @@ var NAVTREEINDEX1 =
"d5/da1/structnode.html#ac0c8b57ac0a76d72588561c81481c454":[15,0,28,4],
"d5/da1/structnode.html#aece40a25d30d3e0d2135007642b64882":[15,0,28,2],
"d5/da1/structnode.html#af7109e6ffd82cbbb705e486fd0ce92f0":[15,0,28,5],
"d5/da4/hamming__distance_8c.html":[16,0,15,0],
"d5/da4/hamming__distance_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,15,0,2],
"d5/da4/hamming__distance_8c.html#ab7a7bac10f43dd5d2d064553fbf2cd7a":[16,0,15,0,0],
"d5/da4/hamming__distance_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,0,1],
"d5/da4/hamming__distance_8c.html":[16,0,16,0],
"d5/da4/hamming__distance_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,16,0,2],
"d5/da4/hamming__distance_8c.html#ab7a7bac10f43dd5d2d064553fbf2cd7a":[16,0,16,0,0],
"d5/da4/hamming__distance_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,16,0,1],
"d5/db4/struct_edge.html":[15,0,13],
"d5/db4/structvec__3d__.html":[14,0,0,0],
"d5/db4/structvec__3d__.html#a3339a40de7385fa55bee30be81c098c6":[14,0,0,0,2],
"d5/db4/structvec__3d__.html#a53462a5a195c9e16fb584f73fd66c3d0":[14,0,0,0,0],
"d5/db4/structvec__3d__.html#a76098d39a382838df3b4b48c3443413b":[14,0,0,0,1],
"d5/db8/vectors__3d_8c.html":[16,0,8,2],
"d5/db8/vectors__3d_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,8,2,3],
"d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,8,2,5],
"d5/de2/sentinel__linear__search_8c.html":[16,0,19,5],
"d5/de2/sentinel__linear__search_8c.html#a16a7a1ef83db52643fe23d48280065ce":[16,0,19,5,1],
"d5/de2/sentinel__linear__search_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,19,5,2],
"d5/de2/sentinel__linear__search_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,5,0],
"d5/db8/vectors__3d_8c.html":[16,0,9,2],
"d5/db8/vectors__3d_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,9,2,3],
"d5/db8/vectors__3d_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,9,2,5],
"d5/de2/sentinel__linear__search_8c.html":[16,0,20,5],
"d5/de2/sentinel__linear__search_8c.html#a16a7a1ef83db52643fe23d48280065ce":[16,0,20,5,1],
"d5/de2/sentinel__linear__search_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,20,5,2],
"d5/de2/sentinel__linear__search_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,20,5,0],
"d5/df4/group__sudoku.html":[14,4],
"d5/df4/group__sudoku.html#ga1cd43df3f4187845ce186042fe53e6f1":[14,4,3],
"d5/df4/group__sudoku.html#ga3a0ec150ac9d0cb6b28279d36d95d72f":[14,4,2],
@ -143,42 +143,42 @@ var NAVTREEINDEX1 =
"d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1":[14,4,6],
"d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55":[14,4,5],
"d5/df4/group__sudoku.html#gadfe0ed5085b4775d8fa00b434cc0fdfc":[14,4,7],
"d6/d1b/sol4_8c.html":[16,0,18,0,3],
"d6/d1b/sol4_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,18,0,3,0],
"d6/d2b/tcp__half__duplex__server_8c.html":[16,0,1,7],
"d6/d2b/tcp__half__duplex__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,1,7,0],
"d6/d2b/tcp__half__duplex__server_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,1,7,1],
"d6/d2b/tcp__half__duplex__server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,1,7,2],
"d6/d2e/cartesian__to__polar_8c.html":[16,0,14,1],
"d6/d2e/cartesian__to__polar_8c.html#a525335710b53cb064ca56b936120431e":[16,0,14,1,0],
"d6/d2e/cartesian__to__polar_8c.html#a60e62b809ca9dcb1b20a140b30d30f60":[16,0,14,1,1],
"d6/d2e/cartesian__to__polar_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,14,1,3],
"d6/d2e/cartesian__to__polar_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,14,1,2],
"d6/d2e/cartesian__to__polar_8c.html#afb80d77f0c994240309ccddcc9525e70":[16,0,14,1,4],
"d6/d3d/factorial__large__number_8c.html":[16,0,14,3],
"d6/d3d/factorial__large__number_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,14,3,4],
"d6/d3d/factorial__large__number_8c.html#ab54882961780c41a4929a6d390f6522d":[16,0,14,3,1],
"d6/d3d/factorial__large__number_8c.html#ab5c854e0df76165c31899e69eceeeaae":[16,0,14,3,3],
"d6/d3d/factorial__large__number_8c.html#ace5f6aa21955d4e4bdc89228c2f91234":[16,0,14,3,6],
"d6/d3d/factorial__large__number_8c.html#ad398ddbd594ca69a5e6dfc894925341e":[16,0,14,3,5],
"d6/d3d/factorial__large__number_8c.html#af2869d36c22a2b8f93d3166a84e124b3":[16,0,14,3,2],
"d6/d1b/sol4_8c.html":[16,0,19,0,3],
"d6/d1b/sol4_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,0,3,0],
"d6/d2b/tcp__half__duplex__server_8c.html":[16,0,2,7],
"d6/d2b/tcp__half__duplex__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,2,7,0],
"d6/d2b/tcp__half__duplex__server_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,2,7,1],
"d6/d2b/tcp__half__duplex__server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,7,2],
"d6/d2e/cartesian__to__polar_8c.html":[16,0,15,1],
"d6/d2e/cartesian__to__polar_8c.html#a525335710b53cb064ca56b936120431e":[16,0,15,1,0],
"d6/d2e/cartesian__to__polar_8c.html#a60e62b809ca9dcb1b20a140b30d30f60":[16,0,15,1,1],
"d6/d2e/cartesian__to__polar_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,15,1,3],
"d6/d2e/cartesian__to__polar_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,1,2],
"d6/d2e/cartesian__to__polar_8c.html#afb80d77f0c994240309ccddcc9525e70":[16,0,15,1,4],
"d6/d3d/factorial__large__number_8c.html":[16,0,15,3],
"d6/d3d/factorial__large__number_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,15,3,4],
"d6/d3d/factorial__large__number_8c.html#ab54882961780c41a4929a6d390f6522d":[16,0,15,3,1],
"d6/d3d/factorial__large__number_8c.html#ab5c854e0df76165c31899e69eceeeaae":[16,0,15,3,3],
"d6/d3d/factorial__large__number_8c.html#ace5f6aa21955d4e4bdc89228c2f91234":[16,0,15,3,6],
"d6/d3d/factorial__large__number_8c.html#ad398ddbd594ca69a5e6dfc894925341e":[16,0,15,3,5],
"d6/d3d/factorial__large__number_8c.html#af2869d36c22a2b8f93d3166a84e124b3":[16,0,15,3,2],
"d6/d42/structdynamic__array.html":[15,0,12],
"d6/d48/isogram_8h_source.html":[16,0,6,2,0],
"d6/d64/problem__7_2sol2_8c.html":[16,0,18,20,1],
"d6/d64/problem__7_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,18,20,1,0],
"d6/d76/k__means__clustering_8c.html":[16,0,13,1],
"d6/d76/k__means__clustering_8c.html#a0283886819c7c140a023582b7269e2d0":[16,0,13,1,6],
"d6/d76/k__means__clustering_8c.html#a5b4ba704e02672e59cfa35f82e3db28a":[16,0,13,1,4],
"d6/d76/k__means__clustering_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,13,1,5],
"d6/d76/k__means__clustering_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,13,1,3],
"d6/d48/isogram_8h_source.html":[16,0,7,2,0],
"d6/d64/problem__7_2sol2_8c.html":[16,0,19,20,1],
"d6/d64/problem__7_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,20,1,0],
"d6/d76/k__means__clustering_8c.html":[16,0,14,1],
"d6/d76/k__means__clustering_8c.html#a0283886819c7c140a023582b7269e2d0":[16,0,14,1,6],
"d6/d76/k__means__clustering_8c.html#a5b4ba704e02672e59cfa35f82e3db28a":[16,0,14,1,4],
"d6/d76/k__means__clustering_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,14,1,5],
"d6/d76/k__means__clustering_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,14,1,3],
"d6/d77/md_leetcode__d_i_r_e_c_t_o_r_y.html":[10],
"d6/d7b/jump__search_8c.html":[16,0,19,3],
"d6/d7b/jump__search_8c.html#a8195a86b6d75b9a3939505e8bb50021e":[16,0,19,3,0],
"d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,19,3,3],
"d6/d7b/jump__search_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,3,2],
"d6/d7b/jump__search_8c.html#aff36d719e6fca6aea4377a089580c603":[16,0,19,3,1],
"d6/d88/problem__16_2sol1_8c.html":[16,0,18,6,0],
"d6/d88/problem__16_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,18,6,0,0],
"d6/d7b/jump__search_8c.html":[16,0,20,3],
"d6/d7b/jump__search_8c.html#a8195a86b6d75b9a3939505e8bb50021e":[16,0,20,3,0],
"d6/d7b/jump__search_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,20,3,3],
"d6/d7b/jump__search_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,20,3,2],
"d6/d7b/jump__search_8c.html#aff36d719e6fca6aea4377a089580c603":[16,0,20,3,1],
"d6/d88/problem__16_2sol1_8c.html":[16,0,19,6,0],
"d6/d88/problem__16_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,19,6,0,0],
"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html":[3],
"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md18":[3,0],
"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md19":[3,1],
@ -199,13 +199,13 @@ var NAVTREEINDEX1 =
"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md34":[3,1,4,1],
"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md35":[3,1,4,2],
"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md36":[3,1,4,3],
"d6/ded/shell__sort2_8c.html":[16,0,20,12],
"d6/ded/shell__sort2_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,20,12,0],
"d6/df3/graph_8h_source.html":[16,0,3,4,0],
"d6/ded/shell__sort2_8c.html":[16,0,21,12],
"d6/ded/shell__sort2_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,21,12,0],
"d6/df3/graph_8h_source.html":[16,0,4,4,0],
"d7/d0c/hash__sdbm_8c.html":[14,1,4],
"d7/d1f/problem__12_2sol1_8c.html":[16,0,18,2,0],
"d7/d1f/problem__12_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,18,2,0,1],
"d7/d1f/problem__12_2sol1_8c.html#aa6ce6271f6156e219f9b290717f5a222":[16,0,18,2,0,0],
"d7/d1f/problem__12_2sol1_8c.html":[16,0,19,2,0],
"d7/d1f/problem__12_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,19,2,0,1],
"d7/d1f/problem__12_2sol1_8c.html#aa6ce6271f6156e219f9b290717f5a222":[16,0,19,2,0,0],
"d7/d3b/group__hash.html":[14,1],
"d7/d3b/group__hash.html#ga049d44b5a4804ca5a1b7a290f3fa3202":[14,1,21],
"d7/d3b/group__hash.html#ga1293f9b91cd85591875a9453ba71f1a3":[14,1,12],
@ -238,16 +238,16 @@ var NAVTREEINDEX1 =
"d7/d3b/group__hash.html#gafa6921cfca101af04b9dcc8d29bc7b16":[14,1,7],
"d7/d3b/group__hash.html#gafa99ec4acc4ecb2dc3c2d05da15d0e3f":[14,1,9],
"d7/d3b/group__hash.html#gafe4fb267f5fd876bc5f069b0a76054e4":[14,1,6],
"d7/d50/qr__eigen__values_8c.html":[16,0,16,8],
"d7/d50/qr__eigen__values_8c.html#a002b2f4894492820fe708b1b7e7c5e70":[16,0,16,8,0],
"d7/d50/qr__eigen__values_8c.html#a0283886819c7c140a023582b7269e2d0":[16,0,16,8,7],
"d7/d50/qr__eigen__values_8c.html#a0d8ed79786d17df48396b333c09d05bb":[16,0,16,8,3],
"d7/d50/qr__eigen__values_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0":[16,0,16,8,6],
"d7/d50/qr__eigen__values_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,16,8,4],
"d7/d50/qr__eigen__values_8c.html#a5835240036dc02ee9a13e65c559fb907":[16,0,16,8,5],
"d7/d50/qr__eigen__values_8c.html#a7d96c5e4ae1bd6d29791bcc23a4cb2b0":[16,0,16,8,2],
"d7/d50/qr__eigen__values_8c.html#aee57a411f07599034f5ceb8cc7d65b40":[16,0,16,8,1],
"d7/d90/rna__transcription_8h_source.html":[16,0,6,3,0],
"d7/d91/problem__15_2sol1_8c.html":[16,0,18,5,0],
"d7/d91/problem__15_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,18,5,0,0]
"d7/d50/qr__eigen__values_8c.html":[16,0,17,8],
"d7/d50/qr__eigen__values_8c.html#a002b2f4894492820fe708b1b7e7c5e70":[16,0,17,8,0],
"d7/d50/qr__eigen__values_8c.html#a0283886819c7c140a023582b7269e2d0":[16,0,17,8,7],
"d7/d50/qr__eigen__values_8c.html#a0d8ed79786d17df48396b333c09d05bb":[16,0,17,8,3],
"d7/d50/qr__eigen__values_8c.html#a1440a7779ac56f47a3f355ce4a8c7da0":[16,0,17,8,6],
"d7/d50/qr__eigen__values_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,17,8,4],
"d7/d50/qr__eigen__values_8c.html#a5835240036dc02ee9a13e65c559fb907":[16,0,17,8,5],
"d7/d50/qr__eigen__values_8c.html#a7d96c5e4ae1bd6d29791bcc23a4cb2b0":[16,0,17,8,2],
"d7/d50/qr__eigen__values_8c.html#aee57a411f07599034f5ceb8cc7d65b40":[16,0,17,8,1],
"d7/d90/rna__transcription_8h_source.html":[16,0,7,3,0],
"d7/d91/problem__15_2sol1_8c.html":[16,0,19,5,0],
"d7/d91/problem__15_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,19,5,0,0]
};

View File

@ -1,71 +1,71 @@
var NAVTREEINDEX2 =
{
"d7/d91/problem__15_2sol1_8c.html#a4650d1d3897633d84253f93433f601d6":[16,0,18,5,0,1],
"d7/d98/spirograph_8c.html":[16,0,9,0],
"d7/d98/spirograph_8c.html#a0daa148091ec953809fc172289f773d3":[16,0,9,0,2],
"d7/d98/spirograph_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,9,0,1],
"d7/d98/spirograph_8c.html#a525335710b53cb064ca56b936120431e":[16,0,9,0,0],
"d7/d98/spirograph_8c.html#a708a4c1a4d0c4acc4c447310dd4db27f":[16,0,9,0,3],
"d7/d91/problem__15_2sol1_8c.html#a4650d1d3897633d84253f93433f601d6":[16,0,19,5,0,1],
"d7/d98/spirograph_8c.html":[16,0,10,0],
"d7/d98/spirograph_8c.html#a0daa148091ec953809fc172289f773d3":[16,0,10,0,2],
"d7/d98/spirograph_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,10,0,1],
"d7/d98/spirograph_8c.html#a525335710b53cb064ca56b936120431e":[16,0,10,0,0],
"d7/d98/spirograph_8c.html#a708a4c1a4d0c4acc4c447310dd4db27f":[16,0,10,0,3],
"d7/db5/md_exercism__r_e_a_d_m_e.html":[8],
"d7/dd3/problem__3_2sol1_8c.html":[16,0,18,15,0],
"d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305":[16,0,18,15,0,0],
"d7/dd3/problem__3_2sol1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,18,15,0,1],
"d7/dd8/c__atoi__str__to__integer_8c.html":[16,0,2,0],
"d7/dd8/c__atoi__str__to__integer_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,2,0,1],
"d7/dd8/c__atoi__str__to__integer_8c.html#a8c66c03637e48e375b80b5d7791e57be":[16,0,2,0,2],
"d7/dd8/c__atoi__str__to__integer_8c.html#ad19049ebfc2088bc1e75e7e958f7b60f":[16,0,2,0,0],
"d7/ddb/problem__23_2sol1_8c.html":[16,0,18,12,0],
"d7/ddb/problem__23_2sol1_8c.html#a1aca7f530f82b27100262adba9e7556b":[16,0,18,12,0,1],
"d7/ddb/problem__23_2sol1_8c.html#a3ab61b5a1c4f2288625d160aa0ea8478":[16,0,18,12,0,3],
"d7/ddb/problem__23_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,18,12,0,4],
"d7/ddb/problem__23_2sol1_8c.html#a4f128410e6582fe26488e2316cc96e17":[16,0,18,12,0,2],
"d7/ddb/problem__23_2sol1_8c.html#ac5d600bf3077f4188afc4c5cd2c40eaf":[16,0,18,12,0,0],
"d7/de0/stack_8h_source.html":[16,0,3,9,1],
"d7/dd3/problem__3_2sol1_8c.html":[16,0,19,15,0],
"d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305":[16,0,19,15,0,0],
"d7/dd3/problem__3_2sol1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,15,0,1],
"d7/dd8/c__atoi__str__to__integer_8c.html":[16,0,3,0],
"d7/dd8/c__atoi__str__to__integer_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,3,0,1],
"d7/dd8/c__atoi__str__to__integer_8c.html#a8c66c03637e48e375b80b5d7791e57be":[16,0,3,0,2],
"d7/dd8/c__atoi__str__to__integer_8c.html#ad19049ebfc2088bc1e75e7e958f7b60f":[16,0,3,0,0],
"d7/ddb/problem__23_2sol1_8c.html":[16,0,19,12,0],
"d7/ddb/problem__23_2sol1_8c.html#a1aca7f530f82b27100262adba9e7556b":[16,0,19,12,0,1],
"d7/ddb/problem__23_2sol1_8c.html#a3ab61b5a1c4f2288625d160aa0ea8478":[16,0,19,12,0,3],
"d7/ddb/problem__23_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,19,12,0,4],
"d7/ddb/problem__23_2sol1_8c.html#a4f128410e6582fe26488e2316cc96e17":[16,0,19,12,0,2],
"d7/ddb/problem__23_2sol1_8c.html#ac5d600bf3077f4188afc4c5cd2c40eaf":[16,0,19,12,0,0],
"d7/de0/stack_8h_source.html":[16,0,4,9,1],
"d7/dfd/structdual__quat__.html":[14,0,3,0],
"d7/dfd/structdual__quat__.html#a1b05fbc4135e4f9b731423f26527543d":[14,0,3,0,0],
"d7/dfd/structdual__quat__.html#ad663036ace6a586f90a2f89386f7731a":[14,0,3,0,1],
"d8/d10/structlist.html":[15,0,21],
"d8/d10/structlist.html#a2054c799f7580787a500df82d14ace25":[15,0,21,0],
"d8/d10/structlist.html#a5363bdc0495ab9ef0ed587c99b9a2b41":[15,0,21,1],
"d8/d1e/matrix__chain__order_8c.html":[16,0,5,1],
"d8/d1e/matrix__chain__order_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,5,1,3],
"d8/d1e/matrix__chain__order_8c.html#ab49bc6e377a4b72a1295a953bc2520f5":[16,0,5,1,2],
"d8/d1e/matrix__chain__order_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,5,1,0],
"d8/d1e/matrix__chain__order_8c.html#aecddbc91839e5b13644eea4f1d34566b":[16,0,5,1,1],
"d8/d30/decimal__to__binary__recursion_8c.html":[16,0,2,3],
"d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,2,3,2],
"d8/d30/decimal__to__binary__recursion_8c.html#acbbe6358ec95b3201865a72b2ac522c8":[16,0,2,3,0],
"d8/d30/decimal__to__binary__recursion_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,3,1],
"d8/d32/problem__25_2sol1_8c.html":[16,0,18,13,0],
"d8/d32/problem__25_2sol1_8c.html#a001791a21d538b8b9176287ae60d9b61":[16,0,18,13,0,0],
"d8/d32/problem__25_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,18,13,0,3],
"d8/d32/problem__25_2sol1_8c.html#a2b90df6bfbf0d18cd9a19c1a71453783":[16,0,18,13,0,2],
"d8/d32/problem__25_2sol1_8c.html#abe5bc1f170b2108a19d0a16d30bd3235":[16,0,18,13,0,4],
"d8/d32/problem__25_2sol1_8c.html#af9729befaffc1aab9ac9fedc4706e66c":[16,0,18,13,0,1],
"d8/d38/queue_8h_source.html":[16,0,3,4,1],
"d8/d1e/matrix__chain__order_8c.html":[16,0,6,1],
"d8/d1e/matrix__chain__order_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,6,1,3],
"d8/d1e/matrix__chain__order_8c.html#ab49bc6e377a4b72a1295a953bc2520f5":[16,0,6,1,2],
"d8/d1e/matrix__chain__order_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,6,1,0],
"d8/d1e/matrix__chain__order_8c.html#aecddbc91839e5b13644eea4f1d34566b":[16,0,6,1,1],
"d8/d30/decimal__to__binary__recursion_8c.html":[16,0,3,3],
"d8/d30/decimal__to__binary__recursion_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,3,3,2],
"d8/d30/decimal__to__binary__recursion_8c.html#acbbe6358ec95b3201865a72b2ac522c8":[16,0,3,3,0],
"d8/d30/decimal__to__binary__recursion_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,3,1],
"d8/d32/problem__25_2sol1_8c.html":[16,0,19,13,0],
"d8/d32/problem__25_2sol1_8c.html#a001791a21d538b8b9176287ae60d9b61":[16,0,19,13,0,0],
"d8/d32/problem__25_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,19,13,0,3],
"d8/d32/problem__25_2sol1_8c.html#a2b90df6bfbf0d18cd9a19c1a71453783":[16,0,19,13,0,2],
"d8/d32/problem__25_2sol1_8c.html#abe5bc1f170b2108a19d0a16d30bd3235":[16,0,19,13,0,4],
"d8/d32/problem__25_2sol1_8c.html#af9729befaffc1aab9ac9fedc4706e66c":[16,0,19,13,0,1],
"d8/d38/queue_8h_source.html":[16,0,4,4,1],
"d8/d71/group__k__means.html":[14,2,1],
"d8/d71/group__k__means.html#gad339c41d3ee9e6729aca9e9ab3f7d2d9":[14,2,1,3],
"d8/d71/group__k__means.html#gadee39a3f17bf5144df5592e48dbfc9f7":[14,2,1,2],
"d8/d71/group__k__means.html#gaf6259432561e794dea0e060f482d15e2":[14,2,1,4],
"d8/d75/fibonacci__formula_8c.html":[16,0,14,5],
"d8/d75/fibonacci__formula_8c.html#a4d369ae048e0ccc7f515a243533cd946":[16,0,14,5,0],
"d8/d75/fibonacci__formula_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,14,5,2],
"d8/d75/fibonacci__formula_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,14,5,1],
"d8/d75/fibonacci__formula_8c.html":[16,0,15,5],
"d8/d75/fibonacci__formula_8c.html#a4d369ae048e0ccc7f515a243533cd946":[16,0,15,5,0],
"d8/d75/fibonacci__formula_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,15,5,2],
"d8/d75/fibonacci__formula_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,5,1],
"d8/d7a/structtnode.html":[15,0,43],
"d8/d7c/dict_8h_source.html":[16,0,3,2,0],
"d8/d7c/dict_8h_source.html":[16,0,4,2,0],
"d8/d81/md_project_euler__r_e_a_d_m_e.html":[12],
"d8/da2/dynamic__array_8h_source.html":[16,0,3,3,0],
"d8/da2/dynamic__array_8h_source.html":[16,0,4,3,0],
"d8/db8/structkohonen__array__3d.html":[14,2,2,0],
"d8/db8/structkohonen__array__3d.html#a160f14830bdfbbf9f422f382ee754dbf":[14,2,2,0,3],
"d8/db8/structkohonen__array__3d.html#a16720581653fa9a34d1029e7229a7377":[14,2,2,0,1],
"d8/db8/structkohonen__array__3d.html#a888d7e007b38c91c7933e12a9566af1d":[14,2,2,0,2],
"d8/db8/structkohonen__array__3d.html#ad546baa2e81c6196d5f1dc0fe2e5bd59":[14,2,2,0,0],
"d8/dca/udp__server_8c.html":[16,0,1,9],
"d8/dca/udp__server_8c.html#a3e937c42922f7601edb17b747602c471":[16,0,1,9,0],
"d8/dca/udp__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,1,9,1],
"d8/dca/udp__server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,1,9,2],
"d8/de0/problem__9_2sol2_8c.html":[16,0,18,22,1],
"d8/de0/problem__9_2sol2_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,18,22,1,0],
"d8/dca/udp__server_8c.html":[16,0,2,9],
"d8/dca/udp__server_8c.html#a3e937c42922f7601edb17b747602c471":[16,0,2,9,0],
"d8/dca/udp__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,2,9,1],
"d8/dca/udp__server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,9,2],
"d8/de0/problem__9_2sol2_8c.html":[16,0,19,22,1],
"d8/de0/problem__9_2sol2_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,19,22,1,0],
"d9/d41/md_data_structures_array__r_e_a_d_m_e.html":[4],
"d9/d41/md_data_structures_array__r_e_a_d_m_e.html#autotoc_md38":[4,0],
"d9/d41/md_data_structures_array__r_e_a_d_m_e.html#autotoc_md39":[4,1],
@ -75,56 +75,56 @@ var NAVTREEINDEX2 =
"d9/d8b/structmat__3x3__.html#a490bb6be52ea95b333b55b236af41563":[14,0,1,0,2],
"d9/d8b/structmat__3x3__.html#a8d7ae8fbcc408e3c30e9d64bbd28feaf":[14,0,1,0,1],
"d9/d8b/structmat__3x3__.html#ac74f33a2e1ad1f6db74d94807cf1f64e":[14,0,1,0,0],
"d9/da7/problem__10_2sol2_8c.html":[16,0,18,1,1],
"d9/da7/problem__10_2sol2_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,18,1,1,0],
"d9/da7/problem__10_2sol2_8c.html":[16,0,19,1,1],
"d9/da7/problem__10_2sol2_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,19,1,1,0],
"d9/dc9/hash__crc32_8c.html":[14,1,2],
"d9/dcc/prim_8c.html":[16,0,10,0],
"d9/dcc/prim_8c.html#a0bea087eb586c437cf0a667f794c8853":[16,0,10,0,3],
"d9/dcc/prim_8c.html#a392fb874e547e582e9c66a08a1f23326":[16,0,10,0,0],
"d9/dcc/prim_8c.html#a72ec66b10f86d67064d34f2b2717fdfc":[16,0,10,0,2],
"d9/dcc/prim_8c.html#abf9e6b7e6f15df4b525a2e7705ba3089":[16,0,10,0,1],
"d9/dcc/prim_8c.html#addac7a8c7bfd3e5573dad1f6aeff7768":[16,0,10,0,5],
"d9/dcc/prim_8c.html#aff3f4c22009b2aa4e385a76a8a1cdc1c":[16,0,10,0,4],
"d9/dcc/prim_8c.html":[16,0,11,0],
"d9/dcc/prim_8c.html#a0bea087eb586c437cf0a667f794c8853":[16,0,11,0,3],
"d9/dcc/prim_8c.html#a392fb874e547e582e9c66a08a1f23326":[16,0,11,0,0],
"d9/dcc/prim_8c.html#a72ec66b10f86d67064d34f2b2717fdfc":[16,0,11,0,2],
"d9/dcc/prim_8c.html#abf9e6b7e6f15df4b525a2e7705ba3089":[16,0,11,0,1],
"d9/dcc/prim_8c.html#addac7a8c7bfd3e5573dad1f6aeff7768":[16,0,11,0,5],
"d9/dcc/prim_8c.html#aff3f4c22009b2aa4e385a76a8a1cdc1c":[16,0,11,0,4],
"d9/dd7/struct__cantor__set.html":[15,0,1],
"d9/dd7/struct__cantor__set.html#a2f7f9f19125725d3e5673fdb4ac8cfb1":[15,0,1,1],
"d9/dd7/struct__cantor__set.html#abd2176c3cc3a1d85d15bbeaace35fa03":[15,0,1,2],
"d9/dd7/struct__cantor__set.html#acfc25ab716a3c79be8a5a4cab94e8def":[15,0,1,0],
"d9/ddd/remote__command__exec__udp__client_8c.html":[16,0,1,1],
"d9/ddd/remote__command__exec__udp__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,1,1,0],
"d9/ddd/remote__command__exec__udp__client_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,1,1,1],
"d9/ddd/remote__command__exec__udp__client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,1,1,2],
"d9/deb/min__printf_8h.html":[16,0,4,2],
"d9/deb/min__printf_8h.html#a0a848efdf2ee124bba62e056eb9ab824":[16,0,4,2,10],
"d9/deb/min__printf_8h.html#a33e08c05f8c656a0fee465c2e8d2ecf9":[16,0,4,2,7],
"d9/deb/min__printf_8h.html#a409d428c337bf5476567a228274f49f1":[16,0,4,2,3],
"d9/deb/min__printf_8h.html#a4d63203d920bebd6a96f5f4aeccb21e5":[16,0,4,2,9],
"d9/deb/min__printf_8h.html#a8421f89b76edcf21292c5100bfca586b":[16,0,4,2,8],
"d9/deb/min__printf_8h.html#a8d68ec60643cacdb402176549565754e":[16,0,4,2,13],
"d9/deb/min__printf_8h.html#aa61e2407aab2c75e9837c77cab937d03":[16,0,4,2,5],
"d9/deb/min__printf_8h.html#aa8a17b7d234a2fb2174da02074a14055":[16,0,4,2,14],
"d9/deb/min__printf_8h.html#ab47a4bec9213d96e1dba5171e5db0e25":[16,0,4,2,1],
"d9/deb/min__printf_8h.html#abf0876f583782407c9e15c60158eec52":[16,0,4,2,2],
"d9/deb/min__printf_8h.html#ad2f9a02e1d69f58e2fb1248f49d09f4b":[16,0,4,2,12],
"d9/deb/min__printf_8h.html#ad4908ab912d8dc481225e33ca3285c21":[16,0,4,2,6],
"d9/deb/min__printf_8h.html#aefb40d94d5d9fa2a28bc64755dde096f":[16,0,4,2,4],
"d9/deb/min__printf_8h.html#af569209570eca8bc6770fb7d9dc873e6":[16,0,4,2,11],
"d9/deb/min__printf_8h_source.html":[16,0,4,2],
"da/d02/binary__search__tree_8c.html":[16,0,3,1,0],
"da/d02/binary__search__tree_8c.html#a01151353aa2d9688934ed39208133241":[16,0,3,1,0,10],
"da/d02/binary__search__tree_8c.html#a031cc98830742bca57c0da81a0fb779f":[16,0,3,1,0,7],
"da/d02/binary__search__tree_8c.html#a0f18adaaca5ecc410cfa16dd2a3684dc":[16,0,3,1,0,6],
"da/d02/binary__search__tree_8c.html#a6983e8a91a3d25d7d000807f18ba2748":[16,0,3,1,0,2],
"da/d02/binary__search__tree_8c.html#ad50f3debc5323bb7b71933effb64f30f":[16,0,3,1,0,4],
"da/d02/binary__search__tree_8c.html#adf2169c1008551b20c4a59fcf0c9ab3b":[16,0,3,1,0,9],
"da/d02/binary__search__tree_8c.html#adff4c6248834a9944a1fb03a20230c9c":[16,0,3,1,0,3],
"da/d02/binary__search__tree_8c.html#ae4a66d8b0c2b0d626aea45977e358c83":[16,0,3,1,0,5],
"da/d02/binary__search__tree_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,1,0,8],
"da/d02/binary__search__tree_8c.html#af4aeda155dbe167f1c1cf38cb65bf324":[16,0,3,1,0,1],
"da/d07/tcp__half__duplex__client_8c.html":[16,0,1,6],
"da/d07/tcp__half__duplex__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,1,6,0],
"da/d07/tcp__half__duplex__client_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,1,6,1],
"da/d07/tcp__half__duplex__client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,1,6,2],
"da/d23/list_8h_source.html":[16,0,3,7,0],
"d9/ddd/remote__command__exec__udp__client_8c.html":[16,0,2,1],
"d9/ddd/remote__command__exec__udp__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,2,1,0],
"d9/ddd/remote__command__exec__udp__client_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,2,1,1],
"d9/ddd/remote__command__exec__udp__client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,1,2],
"d9/deb/min__printf_8h.html":[16,0,5,2],
"d9/deb/min__printf_8h.html#a0a848efdf2ee124bba62e056eb9ab824":[16,0,5,2,10],
"d9/deb/min__printf_8h.html#a33e08c05f8c656a0fee465c2e8d2ecf9":[16,0,5,2,7],
"d9/deb/min__printf_8h.html#a409d428c337bf5476567a228274f49f1":[16,0,5,2,3],
"d9/deb/min__printf_8h.html#a4d63203d920bebd6a96f5f4aeccb21e5":[16,0,5,2,9],
"d9/deb/min__printf_8h.html#a8421f89b76edcf21292c5100bfca586b":[16,0,5,2,8],
"d9/deb/min__printf_8h.html#a8d68ec60643cacdb402176549565754e":[16,0,5,2,13],
"d9/deb/min__printf_8h.html#aa61e2407aab2c75e9837c77cab937d03":[16,0,5,2,5],
"d9/deb/min__printf_8h.html#aa8a17b7d234a2fb2174da02074a14055":[16,0,5,2,14],
"d9/deb/min__printf_8h.html#ab47a4bec9213d96e1dba5171e5db0e25":[16,0,5,2,1],
"d9/deb/min__printf_8h.html#abf0876f583782407c9e15c60158eec52":[16,0,5,2,2],
"d9/deb/min__printf_8h.html#ad2f9a02e1d69f58e2fb1248f49d09f4b":[16,0,5,2,12],
"d9/deb/min__printf_8h.html#ad4908ab912d8dc481225e33ca3285c21":[16,0,5,2,6],
"d9/deb/min__printf_8h.html#aefb40d94d5d9fa2a28bc64755dde096f":[16,0,5,2,4],
"d9/deb/min__printf_8h.html#af569209570eca8bc6770fb7d9dc873e6":[16,0,5,2,11],
"d9/deb/min__printf_8h_source.html":[16,0,5,2],
"da/d02/binary__search__tree_8c.html":[16,0,4,1,0],
"da/d02/binary__search__tree_8c.html#a01151353aa2d9688934ed39208133241":[16,0,4,1,0,10],
"da/d02/binary__search__tree_8c.html#a031cc98830742bca57c0da81a0fb779f":[16,0,4,1,0,7],
"da/d02/binary__search__tree_8c.html#a0f18adaaca5ecc410cfa16dd2a3684dc":[16,0,4,1,0,6],
"da/d02/binary__search__tree_8c.html#a6983e8a91a3d25d7d000807f18ba2748":[16,0,4,1,0,2],
"da/d02/binary__search__tree_8c.html#ad50f3debc5323bb7b71933effb64f30f":[16,0,4,1,0,4],
"da/d02/binary__search__tree_8c.html#adf2169c1008551b20c4a59fcf0c9ab3b":[16,0,4,1,0,9],
"da/d02/binary__search__tree_8c.html#adff4c6248834a9944a1fb03a20230c9c":[16,0,4,1,0,3],
"da/d02/binary__search__tree_8c.html#ae4a66d8b0c2b0d626aea45977e358c83":[16,0,4,1,0,5],
"da/d02/binary__search__tree_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,4,1,0,8],
"da/d02/binary__search__tree_8c.html#af4aeda155dbe167f1c1cf38cb65bf324":[16,0,4,1,0,1],
"da/d07/tcp__half__duplex__client_8c.html":[16,0,2,6],
"da/d07/tcp__half__duplex__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,2,6,0],
"da/d07/tcp__half__duplex__client_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,2,6,1],
"da/d07/tcp__half__duplex__client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,6,2],
"da/d23/list_8h_source.html":[16,0,4,7,0],
"da/d2a/group__adaline.html":[14,2,0],
"da/d2a/group__adaline.html#ga20d3642e0a87f36fdb7bf91b023cd166":[14,2,0,5],
"da/d2a/group__adaline.html#ga43576566b020c4157d4fb28f0dd45cfa":[14,2,0,3],
@ -135,82 +135,82 @@ var NAVTREEINDEX2 =
"da/d2a/group__adaline.html#gac70b578aee679005fd336073969c3d94":[14,2,0,7],
"da/d2a/group__adaline.html#gacd88962c5f6341e43cbc69b4a7d3485b":[14,2,0,9],
"da/d2a/group__adaline.html#gadb1a7acb555ad62daaf3806bf2fed036":[14,2,0,6],
"da/d35/problem__1_2sol1_8c.html":[16,0,18,0,0],
"da/d35/problem__1_2sol1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,18,0,0,0],
"da/d38/durand__kerner__roots_8c.html":[16,0,16,0],
"da/d38/durand__kerner__roots_8c.html#a26d5695ebed0818a3e7cf4b10aacab52":[16,0,16,0,1],
"da/d38/durand__kerner__roots_8c.html#a321f9781a9744ccdaf0aba89f35ec29c":[16,0,16,0,4],
"da/d38/durand__kerner__roots_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,16,0,3],
"da/d38/durand__kerner__roots_8c.html#a46197e91f478e99a2229562aaaac311e":[16,0,16,0,2],
"da/d38/durand__kerner__roots_8c.html#af270a96662132d0385cb6b4637c5a689":[16,0,16,0,0],
"da/d56/problem__1_2sol3_8c.html":[16,0,18,0,2],
"da/d56/problem__1_2sol3_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,18,0,2,0],
"da/d6c/exponential__search_8c.html":[16,0,19,1],
"da/d6c/exponential__search_8c.html#a82d4de0907b9601a376febf50955bacd":[16,0,19,1,2],
"da/d6c/exponential__search_8c.html#aa5e9be47d76a4e1865914bcb7a2a7479":[16,0,19,1,0],
"da/d6c/exponential__search_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,19,1,4],
"da/d6c/exponential__search_8c.html#aae97ef76c065e91c188f1f8c8076869a":[16,0,19,1,1],
"da/d6c/exponential__search_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,1,3],
"da/d90/stack__linked__list_2stack_8h_source.html":[16,0,3,9,0,0],
"da/d93/prime_8c.html":[16,0,14,7],
"da/d93/prime_8c.html#a6384596f117decd77da25af95ab1704f":[16,0,14,7,0],
"da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,14,7,2],
"da/d93/prime_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,14,7,1],
"da/d96/infix__to__postfix2_8c.html":[16,0,2,6],
"da/d96/infix__to__postfix2_8c.html#a02d1bf0ff997efc46ba6fd0ec7952952":[16,0,2,6,5],
"da/d96/infix__to__postfix2_8c.html#a2d1c13296ce9c42bb5dd7d834e2802bf":[16,0,2,6,8],
"da/d96/infix__to__postfix2_8c.html#a312e7f6c761a199c1369fbe651e084f0":[16,0,2,6,4],
"da/d96/infix__to__postfix2_8c.html#a653c98c68c558505b75b04c44b7c838e":[16,0,2,6,2],
"da/d96/infix__to__postfix2_8c.html#a791cc5e78425bce611db4e3bdc4b19d5":[16,0,2,6,9],
"da/d96/infix__to__postfix2_8c.html#a90e051f23f741be4f8ca86c270d66489":[16,0,2,6,6],
"da/d96/infix__to__postfix2_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,2,6,7],
"da/d96/infix__to__postfix2_8c.html#ae363a3863a8bfbf40e7a95c2b9dbe71b":[16,0,2,6,1],
"da/d96/infix__to__postfix2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,6,3],
"da/da0/segment__tree_8c.html":[16,0,3,1,1],
"da/da0/segment__tree_8c.html#a1e81a9bbf01716f1b4fb27ef36a9098c":[16,0,3,1,1,10],
"da/da0/segment__tree_8c.html#a3513a2b7c3f1d15aa3d019af1f834cde":[16,0,3,1,1,7],
"da/da0/segment__tree_8c.html#a776abfa81cde9016a2885dca7cfc05ab":[16,0,3,1,1,8],
"da/da0/segment__tree_8c.html#a93bfab032ce9dbc0c1feaeee32a885fb":[16,0,3,1,1,4],
"da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,3,1,1,11],
"da/da0/segment__tree_8c.html#aae59daf9a0dc33f8cbc7a525a616ee75":[16,0,3,1,1,5],
"da/da0/segment__tree_8c.html#ac206721972f739510cb11f7c0a6a8f63":[16,0,3,1,1,2],
"da/da0/segment__tree_8c.html#aca549b5311d32ab1a703b4a4605821d8":[16,0,3,1,1,1],
"da/da0/segment__tree_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,1,1,3],
"da/da0/segment__tree_8c.html#af20a9f373083d3f701e1cd92560cef01":[16,0,3,1,1,6],
"da/da0/segment__tree_8c.html#af61bd96660cb53f49f28d60a5f1d0c91":[16,0,3,1,1,9],
"da/de6/udp__client_8c.html":[16,0,1,8],
"da/de6/udp__client_8c.html#a3e937c42922f7601edb17b747602c471":[16,0,1,8,0],
"da/de6/udp__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,1,8,1],
"da/de6/udp__client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,1,8,2],
"db/d01/problem__13_2sol1_8c.html":[16,0,18,3,0],
"db/d01/problem__13_2sol1_8c.html#a248adc917818cc6666d8bc679a660319":[16,0,18,3,0,3],
"db/d01/problem__13_2sol1_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,18,3,0,2],
"db/d01/problem__13_2sol1_8c.html#ac260f58785fb20eb09bb35385a7d47f8":[16,0,18,3,0,1],
"db/d01/problem__13_2sol1_8c.html#ad51742ca5a5c99e860bdf30299163bf2":[16,0,18,3,0,0],
"db/d0c/infix__to__postfix_8c.html":[16,0,2,5],
"db/d0c/infix__to__postfix_8c.html#a613462735d30cae1b85b606ecab30554":[16,0,2,5,7],
"db/d0c/infix__to__postfix_8c.html#a92af69ffc1e1f965ebce6a44672e96b1":[16,0,2,5,1],
"db/d0c/infix__to__postfix_8c.html#a940cdcd27c40699eebb4ef113b2d9451":[16,0,2,5,6],
"db/d0c/infix__to__postfix_8c.html#ac91f38ad7885fca93e39325361a5c787":[16,0,2,5,2],
"db/d0c/infix__to__postfix_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,5,5],
"db/d0c/infix__to__postfix_8c.html#afa8471c76bc57b12ad21de22beb39021":[16,0,2,5,3],
"db/d0c/infix__to__postfix_8c.html#afd8245c04b202240390de23170f72d6b":[16,0,2,5,4],
"db/d80/problem__20_2sol1_8c.html":[16,0,18,9,0],
"db/d80/problem__20_2sol1_8c.html#a0dd8af03e6cc8187e996db564ff90960":[16,0,18,9,0,2],
"db/d80/problem__20_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,18,9,0,3],
"db/d80/problem__20_2sol1_8c.html#a54a02c4b963fdb16f24959e0137763f1":[16,0,18,9,0,4],
"db/d80/problem__20_2sol1_8c.html#a62cbbd106aad52daadb9403a07d0da32":[16,0,18,9,0,1],
"db/d84/malloc__dbg_8c.html":[16,0,4,0],
"db/d84/malloc__dbg_8c.html#a062aa89cafd39a97971a2eb22653ff2a":[16,0,4,0,2],
"db/d84/malloc__dbg_8c.html#a2a47e4c38db8c00b80248e5535adf797":[16,0,4,0,8],
"db/d84/malloc__dbg_8c.html#a37914d05ba1fe8848aa1b48cda719422":[16,0,4,0,7],
"db/d84/malloc__dbg_8c.html#a3f9195a04ac8e8a9868ee3e416db7e8c":[16,0,4,0,5],
"db/d84/malloc__dbg_8c.html#a8ac3a93239838ac88c18df64c58b9275":[16,0,4,0,4],
"db/d84/malloc__dbg_8c.html#ab07f946b77155ca78d0e14e231a99f5d":[16,0,4,0,3],
"db/d84/malloc__dbg_8c.html#ab6619fb17769f2e4e2e36c9ef2dda3c6":[16,0,4,0,1],
"db/d84/malloc__dbg_8c.html#acd08c54b257fb81e57f16c94690072f2":[16,0,4,0,6],
"db/d84/malloc__dbg_8c.html#ad04afbbcb9f0f10bc7628ec4f0d7c950":[16,0,4,0,9],
"db/d84/malloc__dbg_8c.html#afebd751704cd878d2e4b88499519c6e3":[16,0,4,0,10],
"da/d35/problem__1_2sol1_8c.html":[16,0,19,0,0],
"da/d35/problem__1_2sol1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,0,0,0],
"da/d38/durand__kerner__roots_8c.html":[16,0,17,0],
"da/d38/durand__kerner__roots_8c.html#a26d5695ebed0818a3e7cf4b10aacab52":[16,0,17,0,1],
"da/d38/durand__kerner__roots_8c.html#a321f9781a9744ccdaf0aba89f35ec29c":[16,0,17,0,4],
"da/d38/durand__kerner__roots_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,17,0,3],
"da/d38/durand__kerner__roots_8c.html#a46197e91f478e99a2229562aaaac311e":[16,0,17,0,2],
"da/d38/durand__kerner__roots_8c.html#af270a96662132d0385cb6b4637c5a689":[16,0,17,0,0],
"da/d56/problem__1_2sol3_8c.html":[16,0,19,0,2],
"da/d56/problem__1_2sol3_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,19,0,2,0],
"da/d6c/exponential__search_8c.html":[16,0,20,1],
"da/d6c/exponential__search_8c.html#a82d4de0907b9601a376febf50955bacd":[16,0,20,1,2],
"da/d6c/exponential__search_8c.html#aa5e9be47d76a4e1865914bcb7a2a7479":[16,0,20,1,0],
"da/d6c/exponential__search_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,20,1,4],
"da/d6c/exponential__search_8c.html#aae97ef76c065e91c188f1f8c8076869a":[16,0,20,1,1],
"da/d6c/exponential__search_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,20,1,3],
"da/d90/stack__linked__list_2stack_8h_source.html":[16,0,4,9,0,0],
"da/d93/prime_8c.html":[16,0,15,7],
"da/d93/prime_8c.html#a6384596f117decd77da25af95ab1704f":[16,0,15,7,0],
"da/d93/prime_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,15,7,2],
"da/d93/prime_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,7,1],
"da/d96/infix__to__postfix2_8c.html":[16,0,3,6],
"da/d96/infix__to__postfix2_8c.html#a02d1bf0ff997efc46ba6fd0ec7952952":[16,0,3,6,5],
"da/d96/infix__to__postfix2_8c.html#a2d1c13296ce9c42bb5dd7d834e2802bf":[16,0,3,6,8],
"da/d96/infix__to__postfix2_8c.html#a312e7f6c761a199c1369fbe651e084f0":[16,0,3,6,4],
"da/d96/infix__to__postfix2_8c.html#a653c98c68c558505b75b04c44b7c838e":[16,0,3,6,2],
"da/d96/infix__to__postfix2_8c.html#a791cc5e78425bce611db4e3bdc4b19d5":[16,0,3,6,9],
"da/d96/infix__to__postfix2_8c.html#a90e051f23f741be4f8ca86c270d66489":[16,0,3,6,6],
"da/d96/infix__to__postfix2_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,3,6,7],
"da/d96/infix__to__postfix2_8c.html#ae363a3863a8bfbf40e7a95c2b9dbe71b":[16,0,3,6,1],
"da/d96/infix__to__postfix2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,6,3],
"da/da0/segment__tree_8c.html":[16,0,4,1,1],
"da/da0/segment__tree_8c.html#a1e81a9bbf01716f1b4fb27ef36a9098c":[16,0,4,1,1,10],
"da/da0/segment__tree_8c.html#a3513a2b7c3f1d15aa3d019af1f834cde":[16,0,4,1,1,7],
"da/da0/segment__tree_8c.html#a776abfa81cde9016a2885dca7cfc05ab":[16,0,4,1,1,8],
"da/da0/segment__tree_8c.html#a93bfab032ce9dbc0c1feaeee32a885fb":[16,0,4,1,1,4],
"da/da0/segment__tree_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,4,1,1,11],
"da/da0/segment__tree_8c.html#aae59daf9a0dc33f8cbc7a525a616ee75":[16,0,4,1,1,5],
"da/da0/segment__tree_8c.html#ac206721972f739510cb11f7c0a6a8f63":[16,0,4,1,1,2],
"da/da0/segment__tree_8c.html#aca549b5311d32ab1a703b4a4605821d8":[16,0,4,1,1,1],
"da/da0/segment__tree_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,4,1,1,3],
"da/da0/segment__tree_8c.html#af20a9f373083d3f701e1cd92560cef01":[16,0,4,1,1,6],
"da/da0/segment__tree_8c.html#af61bd96660cb53f49f28d60a5f1d0c91":[16,0,4,1,1,9],
"da/de6/udp__client_8c.html":[16,0,2,8],
"da/de6/udp__client_8c.html#a3e937c42922f7601edb17b747602c471":[16,0,2,8,0],
"da/de6/udp__client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,2,8,1],
"da/de6/udp__client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,8,2],
"db/d01/problem__13_2sol1_8c.html":[16,0,19,3,0],
"db/d01/problem__13_2sol1_8c.html#a248adc917818cc6666d8bc679a660319":[16,0,19,3,0,3],
"db/d01/problem__13_2sol1_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,19,3,0,2],
"db/d01/problem__13_2sol1_8c.html#ac260f58785fb20eb09bb35385a7d47f8":[16,0,19,3,0,1],
"db/d01/problem__13_2sol1_8c.html#ad51742ca5a5c99e860bdf30299163bf2":[16,0,19,3,0,0],
"db/d0c/infix__to__postfix_8c.html":[16,0,3,5],
"db/d0c/infix__to__postfix_8c.html#a613462735d30cae1b85b606ecab30554":[16,0,3,5,7],
"db/d0c/infix__to__postfix_8c.html#a92af69ffc1e1f965ebce6a44672e96b1":[16,0,3,5,1],
"db/d0c/infix__to__postfix_8c.html#a940cdcd27c40699eebb4ef113b2d9451":[16,0,3,5,6],
"db/d0c/infix__to__postfix_8c.html#ac91f38ad7885fca93e39325361a5c787":[16,0,3,5,2],
"db/d0c/infix__to__postfix_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,5,5],
"db/d0c/infix__to__postfix_8c.html#afa8471c76bc57b12ad21de22beb39021":[16,0,3,5,3],
"db/d0c/infix__to__postfix_8c.html#afd8245c04b202240390de23170f72d6b":[16,0,3,5,4],
"db/d80/problem__20_2sol1_8c.html":[16,0,19,9,0],
"db/d80/problem__20_2sol1_8c.html#a0dd8af03e6cc8187e996db564ff90960":[16,0,19,9,0,2],
"db/d80/problem__20_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,19,9,0,3],
"db/d80/problem__20_2sol1_8c.html#a54a02c4b963fdb16f24959e0137763f1":[16,0,19,9,0,4],
"db/d80/problem__20_2sol1_8c.html#a62cbbd106aad52daadb9403a07d0da32":[16,0,19,9,0,1],
"db/d84/malloc__dbg_8c.html":[16,0,5,0],
"db/d84/malloc__dbg_8c.html#a062aa89cafd39a97971a2eb22653ff2a":[16,0,5,0,2],
"db/d84/malloc__dbg_8c.html#a2a47e4c38db8c00b80248e5535adf797":[16,0,5,0,8],
"db/d84/malloc__dbg_8c.html#a37914d05ba1fe8848aa1b48cda719422":[16,0,5,0,7],
"db/d84/malloc__dbg_8c.html#a3f9195a04ac8e8a9868ee3e416db7e8c":[16,0,5,0,5],
"db/d84/malloc__dbg_8c.html#a8ac3a93239838ac88c18df64c58b9275":[16,0,5,0,4],
"db/d84/malloc__dbg_8c.html#ab07f946b77155ca78d0e14e231a99f5d":[16,0,5,0,3],
"db/d84/malloc__dbg_8c.html#ab6619fb17769f2e4e2e36c9ef2dda3c6":[16,0,5,0,1],
"db/d84/malloc__dbg_8c.html#acd08c54b257fb81e57f16c94690072f2":[16,0,5,0,6],
"db/d84/malloc__dbg_8c.html#ad04afbbcb9f0f10bc7628ec4f0d7c950":[16,0,5,0,9],
"db/d84/malloc__dbg_8c.html#afebd751704cd878d2e4b88499519c6e3":[16,0,5,0,10],
"db/d8b/struct_node.html":[15,0,27],
"db/d8b/struct_node.html#a0ed3c7305b43527f0f237bbfd438b8f7":[15,0,27,5],
"db/d8b/struct_node.html#a60b73f452505cef98795d2c8de3e72ef":[15,0,27,3],
@ -219,35 +219,35 @@ var NAVTREEINDEX2 =
"db/d8b/struct_node.html#ad0976834843c7618677d22a10c495b36":[15,0,27,2],
"db/d8b/struct_node.html#af99e7102380da88d7c079fa264230cf4":[15,0,27,4],
"db/d8b/struct_node.html#afa6ccc6414d3e0bcacb715dcdf764bca":[15,0,27,6],
"db/ddb/hello__world_8h_source.html":[16,0,6,1,0],
"db/ddf/insertion__sort_8c.html":[16,0,20,5],
"db/ddf/insertion__sort_8c.html#a0d6c227641a5e0dae580b3a18df241fb":[16,0,20,5,0],
"db/ddf/insertion__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,20,5,1],
"db/de1/lcs_8c.html":[16,0,5,0],
"db/de1/lcs_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,5,0,2],
"db/de1/lcs_8c.html#a741c9173a9fef243518f5c2352b81fc0":[16,0,5,0,0],
"db/de1/lcs_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,5,0,3],
"db/de1/lcs_8c.html#ac107a0b0233dacb9e8cd3a983d6740b6":[16,0,5,0,1],
"db/de2/naval__battle_8c.html":[16,0,7,0],
"db/de2/naval__battle_8c.html#a23e98ed36ca08c1b4bb86c86f48f6e70":[16,0,7,0,9],
"db/de2/naval__battle_8c.html#a2d65de2c86c7015d7ca400dfca0f25dc":[16,0,7,0,5],
"db/de2/naval__battle_8c.html#a3889e1ee574e03ffdde8804180d57543":[16,0,7,0,8],
"db/de2/naval__battle_8c.html#a3f7d3dc5931fba6164e73057859094d9":[16,0,7,0,3],
"db/de2/naval__battle_8c.html#a4a5686c91f144d07eff1c6576303962d":[16,0,7,0,10],
"db/de2/naval__battle_8c.html#a521043b369238e618dcc9364b40448ef":[16,0,7,0,4],
"db/de2/naval__battle_8c.html#a59224afd73372b4f52415203e315f6e1":[16,0,7,0,1],
"db/de2/naval__battle_8c.html#a5c84d83e31ca6a320b6ea8081402686a":[16,0,7,0,6],
"db/de2/naval__battle_8c.html#a7c5042bd35c4186b06ae28f06635b40e":[16,0,7,0,11],
"db/de2/naval__battle_8c.html#ab6e31f8df36de67ff967859069ccfc56":[16,0,7,0,0],
"db/de2/naval__battle_8c.html#ad527fa96e729742a231c4535e112526a":[16,0,7,0,7],
"db/de2/naval__battle_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,7,0,2],
"db/ddb/hello__world_8h_source.html":[16,0,7,1,0],
"db/ddf/insertion__sort_8c.html":[16,0,21,5],
"db/ddf/insertion__sort_8c.html#a0d6c227641a5e0dae580b3a18df241fb":[16,0,21,5,0],
"db/ddf/insertion__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,21,5,1],
"db/de1/lcs_8c.html":[16,0,6,0],
"db/de1/lcs_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,6,0,2],
"db/de1/lcs_8c.html#a741c9173a9fef243518f5c2352b81fc0":[16,0,6,0,0],
"db/de1/lcs_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,6,0,3],
"db/de1/lcs_8c.html#ac107a0b0233dacb9e8cd3a983d6740b6":[16,0,6,0,1],
"db/de2/naval__battle_8c.html":[16,0,8,0],
"db/de2/naval__battle_8c.html#a23e98ed36ca08c1b4bb86c86f48f6e70":[16,0,8,0,9],
"db/de2/naval__battle_8c.html#a2d65de2c86c7015d7ca400dfca0f25dc":[16,0,8,0,5],
"db/de2/naval__battle_8c.html#a3889e1ee574e03ffdde8804180d57543":[16,0,8,0,8],
"db/de2/naval__battle_8c.html#a3f7d3dc5931fba6164e73057859094d9":[16,0,8,0,3],
"db/de2/naval__battle_8c.html#a4a5686c91f144d07eff1c6576303962d":[16,0,8,0,10],
"db/de2/naval__battle_8c.html#a521043b369238e618dcc9364b40448ef":[16,0,8,0,4],
"db/de2/naval__battle_8c.html#a59224afd73372b4f52415203e315f6e1":[16,0,8,0,1],
"db/de2/naval__battle_8c.html#a5c84d83e31ca6a320b6ea8081402686a":[16,0,8,0,6],
"db/de2/naval__battle_8c.html#a7c5042bd35c4186b06ae28f06635b40e":[16,0,8,0,11],
"db/de2/naval__battle_8c.html#ab6e31f8df36de67ff967859069ccfc56":[16,0,8,0,0],
"db/de2/naval__battle_8c.html#ad527fa96e729742a231c4535e112526a":[16,0,8,0,7],
"db/de2/naval__battle_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,8,0,2],
"dc/d18/structsudoku.html":[14,4,0],
"dc/d18/structsudoku.html#a0f01e2782e82306e6fab9a8578006f56":[14,4,0,2],
"dc/d18/structsudoku.html#a160365012280c3e10f1b31e914e8f129":[14,4,0,1],
"dc/d18/structsudoku.html#a507f788b793d4d3d6f6a70415be84ded":[14,4,0,0],
"dc/d1d/hash__blake2b_8c.html":[14,1,1],
"dc/d2e/lu__decompose_8c.html":[16,0,16,1],
"dc/d2e/lu__decompose_8c.html#a0789beb8d3396582d77b7aedf5e5554a":[16,0,16,1,0],
"dc/d2e/lu__decompose_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,16,1,2],
"dc/d2e/lu__decompose_8c.html#aae40b90a8efd645c749128cf8072bbb4":[16,0,16,1,1]
"dc/d2e/lu__decompose_8c.html":[16,0,17,1],
"dc/d2e/lu__decompose_8c.html#a0789beb8d3396582d77b7aedf5e5554a":[16,0,17,1,0],
"dc/d2e/lu__decompose_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,17,1,2],
"dc/d2e/lu__decompose_8c.html#aae40b90a8efd645c749128cf8072bbb4":[16,0,17,1,1]
};

View File

@ -1,43 +1,43 @@
var NAVTREEINDEX3 =
{
"dc/d32/problem__5_2sol1_8c.html":[16,0,18,18,0],
"dc/d32/problem__5_2sol1_8c.html#a24b470eef1ce1da4401c03ae250f93e3":[16,0,18,18,0,0],
"dc/d32/problem__5_2sol1_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,18,18,0,1],
"dc/d39/selection__sort__recursive_8c.html":[16,0,20,11],
"dc/d39/selection__sort__recursive_8c.html#a3f04d850b94a34dcaaed0e7bc7475241":[16,0,20,11,2],
"dc/d39/selection__sort__recursive_8c.html#aa2bc8bdd2e8ce289a6b8ef528fd1a534":[16,0,20,11,0],
"dc/d39/selection__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,20,11,4],
"dc/d39/selection__sort__recursive_8c.html#aaf68497ab808b560dbf109da6435905a":[16,0,20,11,3],
"dc/d39/selection__sort__recursive_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,20,11,1],
"dc/d47/realtime__stats_8c.html":[16,0,16,9],
"dc/d47/realtime__stats_8c.html#a34be233a9200ee2065f6b7b27e2d9a96":[16,0,16,9,2],
"dc/d47/realtime__stats_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,16,9,0],
"dc/d47/realtime__stats_8c.html#a63ddcdaab24f722f0963fa2fbe0ae628":[16,0,16,9,1],
"dc/d47/realtime__stats_8c.html#aa54c915581fcc495489175a4386d59fd":[16,0,16,9,3],
"dc/d63/problem__8_2sol1_8c.html":[16,0,18,21,0],
"dc/d63/problem__8_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,18,21,0,1],
"dc/d63/problem__8_2sol1_8c.html#a9ffc8845f17b01a353767a40a3adf7bd":[16,0,18,21,0,0],
"dc/d32/problem__5_2sol1_8c.html":[16,0,19,18,0],
"dc/d32/problem__5_2sol1_8c.html#a24b470eef1ce1da4401c03ae250f93e3":[16,0,19,18,0,0],
"dc/d32/problem__5_2sol1_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,19,18,0,1],
"dc/d39/selection__sort__recursive_8c.html":[16,0,21,11],
"dc/d39/selection__sort__recursive_8c.html#a3f04d850b94a34dcaaed0e7bc7475241":[16,0,21,11,2],
"dc/d39/selection__sort__recursive_8c.html#aa2bc8bdd2e8ce289a6b8ef528fd1a534":[16,0,21,11,0],
"dc/d39/selection__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,21,11,4],
"dc/d39/selection__sort__recursive_8c.html#aaf68497ab808b560dbf109da6435905a":[16,0,21,11,3],
"dc/d39/selection__sort__recursive_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,21,11,1],
"dc/d47/realtime__stats_8c.html":[16,0,17,9],
"dc/d47/realtime__stats_8c.html#a34be233a9200ee2065f6b7b27e2d9a96":[16,0,17,9,2],
"dc/d47/realtime__stats_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,17,9,0],
"dc/d47/realtime__stats_8c.html#a63ddcdaab24f722f0963fa2fbe0ae628":[16,0,17,9,1],
"dc/d47/realtime__stats_8c.html#aa54c915581fcc495489175a4386d59fd":[16,0,17,9,3],
"dc/d63/problem__8_2sol1_8c.html":[16,0,19,21,0],
"dc/d63/problem__8_2sol1_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,19,21,0,1],
"dc/d63/problem__8_2sol1_8c.html#a9ffc8845f17b01a353767a40a3adf7bd":[16,0,19,21,0,0],
"dc/d64/md__coding_guidelines.html":[2],
"dc/d64/md__coding_guidelines.html#autotoc_md14":[2,0],
"dc/d64/md__coding_guidelines.html#autotoc_md16":[2,1],
"dc/d73/shunting__yard_8c.html":[16,0,15,5],
"dc/d73/shunting__yard_8c.html#a4438f2369c8f681d8d0dff2eb86d0e65":[16,0,15,5,1],
"dc/d73/shunting__yard_8c.html#a4ea3d659fb78b0de0fcc88188815d013":[16,0,15,5,0],
"dc/d73/shunting__yard_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,15,5,4],
"dc/d73/shunting__yard_8c.html#aab4ea5886f3335a6c26621ccce6bce8f":[16,0,15,5,3],
"dc/d73/shunting__yard_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,5,2],
"dc/d73/shunting__yard_8c.html":[16,0,16,4],
"dc/d73/shunting__yard_8c.html#a4438f2369c8f681d8d0dff2eb86d0e65":[16,0,16,4,1],
"dc/d73/shunting__yard_8c.html#a4ea3d659fb78b0de0fcc88188815d013":[16,0,16,4,0],
"dc/d73/shunting__yard_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,16,4,4],
"dc/d73/shunting__yard_8c.html#aab4ea5886f3335a6c26621ccce6bce8f":[16,0,16,4,3],
"dc/d73/shunting__yard_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,16,4,2],
"dc/d77/struct__big__int.html":[15,0,0],
"dc/d77/struct__big__int.html#a187538b984c86d7cfdb13e297e7f3564":[15,0,0,0],
"dc/d77/struct__big__int.html#a273ee73fd755f2a99512cca5f0e09008":[15,0,0,2],
"dc/d77/struct__big__int.html#ad8405989a924410942b39ec0e9fef30b":[15,0,0,1],
"dc/d80/cantor__set_8c.html":[16,0,14,0],
"dc/d80/cantor__set_8c.html#a1f156d2b53b80305bd2fa3ff5fdf3c97":[16,0,14,0,5],
"dc/d80/cantor__set_8c.html#a2b95c356aff8a282eaad255008fa5a94":[16,0,14,0,1],
"dc/d80/cantor__set_8c.html#a75ee530cd7148a63249784ad3dda8fab":[16,0,14,0,4],
"dc/d80/cantor__set_8c.html#a85df3c64a683100ac6246e1e034df43d":[16,0,14,0,2],
"dc/d80/cantor__set_8c.html#abf9e6b7e6f15df4b525a2e7705ba3089":[16,0,14,0,3],
"dc/d80/collatz_8c.html":[16,0,14,2],
"dc/d80/collatz_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,14,2,0],
"dc/d80/cantor__set_8c.html":[16,0,15,0],
"dc/d80/cantor__set_8c.html#a1f156d2b53b80305bd2fa3ff5fdf3c97":[16,0,15,0,5],
"dc/d80/cantor__set_8c.html#a2b95c356aff8a282eaad255008fa5a94":[16,0,15,0,1],
"dc/d80/cantor__set_8c.html#a75ee530cd7148a63249784ad3dda8fab":[16,0,15,0,4],
"dc/d80/cantor__set_8c.html#a85df3c64a683100ac6246e1e034df43d":[16,0,15,0,2],
"dc/d80/cantor__set_8c.html#abf9e6b7e6f15df4b525a2e7705ba3089":[16,0,15,0,3],
"dc/d80/collatz_8c.html":[16,0,15,2],
"dc/d80/collatz_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,15,2,0],
"dc/d9a/group__quats.html":[14,0,2],
"dc/d9a/group__quats.html#ga1afd165100e9b02b86e3bd11b50f3b06":[14,0,2,4],
"dc/d9a/group__quats.html#ga4779f448daaf806ce5e750c13b3e0965":[14,0,2,5],
@ -45,7 +45,7 @@ var NAVTREEINDEX3 =
"dc/d9a/group__quats.html#gaacd70a16b61dd47a19eb5fb729c2669b":[14,0,2,3],
"dc/d9a/group__quats.html#gaf5ad0f9c4f0facc5a9c3735a178156b1":[14,0,2,6],
"dc/db4/md__r_e_v_i_e_w_e_r__c_o_d_e.html":[13],
"dc/de3/hash__set_8h_source.html":[16,0,3,5,0],
"dc/de3/hash__set_8h_source.html":[16,0,4,5,0],
"dc/de5/structsubset.html":[15,0,39],
"dd/d06/structsegment__tree.html":[15,0,35],
"dd/d06/structsegment__tree.html#a5373ee53a5ac1cd7a9dcb89a4c23a04a":[15,0,35,2],
@ -53,88 +53,88 @@ var NAVTREEINDEX3 =
"dd/d06/structsegment__tree.html#a973ab017a97678fdc6774543585897df":[15,0,35,0],
"dd/d06/structsegment__tree.html#aa18d7cb422873a807707b26448dce7cd":[15,0,35,4],
"dd/d06/structsegment__tree.html#aa9dc376b5b219c4cec6546483527b853":[15,0,35,1],
"dd/d08/newton__raphson__root_8c.html":[16,0,16,2],
"dd/d08/newton__raphson__root_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,16,2,3],
"dd/d08/newton__raphson__root_8c.html#a72f87d423a488946b319627a454d3925":[16,0,16,2,2],
"dd/d08/newton__raphson__root_8c.html#ae713a1fd0c275fbec7edf263ac2c0337":[16,0,16,2,1],
"dd/d08/newton__raphson__root_8c.html#af270a96662132d0385cb6b4637c5a689":[16,0,16,2,0],
"dd/d08/newton__raphson__root_8c.html":[16,0,17,2],
"dd/d08/newton__raphson__root_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,17,2,3],
"dd/d08/newton__raphson__root_8c.html#a72f87d423a488946b319627a454d3925":[16,0,17,2,2],
"dd/d08/newton__raphson__root_8c.html#ae713a1fd0c275fbec7edf263ac2c0337":[16,0,17,2,1],
"dd/d08/newton__raphson__root_8c.html#af270a96662132d0385cb6b4637c5a689":[16,0,17,2,0],
"dd/d10/struct_stack.html":[15,0,36],
"dd/d10/struct_stack.html#a856ca6f4a9ffde43f0cb3b43cb4d044d":[15,0,36,0],
"dd/d10/struct_stack.html#aa16cf0b36f9735ed00bde97a5013adaa":[15,0,36,1],
"dd/d10/struct_stack.html#ac2dbef151bc913684a90b06836725ef9":[15,0,36,3],
"dd/d10/struct_stack.html#ad62fb36816185f3eef3a6f735a61f54a":[15,0,36,2],
"dd/d11/test__malloc__dbg_8c.html":[16,0,4,3],
"dd/d11/test__malloc__dbg_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,4,3,0],
"dd/d19/circular__doubly__linked__list_8c.html":[16,0,3,6,0],
"dd/d19/circular__doubly__linked__list_8c.html#a1418cac5ddf9edb58fca97afce27b456":[16,0,3,6,0,3],
"dd/d19/circular__doubly__linked__list_8c.html#a4a89f96b090dfdb505b714195e59ca5b":[16,0,3,6,0,2],
"dd/d19/circular__doubly__linked__list_8c.html#a5411df421a94177700868b34887d5d0e":[16,0,3,6,0,5],
"dd/d19/circular__doubly__linked__list_8c.html#a6a64eb6265e703639bbfec9c3db93e0c":[16,0,3,6,0,7],
"dd/d19/circular__doubly__linked__list_8c.html#a77bc93c58c46925ba49f51f2d1a32899":[16,0,3,6,0,1],
"dd/d19/circular__doubly__linked__list_8c.html#a964882e633c25a29b12237e29f20fa9a":[16,0,3,6,0,8],
"dd/d19/circular__doubly__linked__list_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,3,6,0,11],
"dd/d19/circular__doubly__linked__list_8c.html#abf4cdda9fbace9822612349d19ec2e72":[16,0,3,6,0,4],
"dd/d19/circular__doubly__linked__list_8c.html#ac53a0550fa74838246bc783ddc005ec1":[16,0,3,6,0,6],
"dd/d19/circular__doubly__linked__list_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,6,0,10],
"dd/d19/circular__doubly__linked__list_8c.html#aee328f691615862c4298fe730d66027b":[16,0,3,6,0,9],
"dd/d29/doubly__linked__list_8c.html":[16,0,3,6,1],
"dd/d29/doubly__linked__list_8c.html#a04ac29c396dc8335a5827927183c9918":[16,0,3,6,1,5],
"dd/d29/doubly__linked__list_8c.html#a1fadec32fc369a8dcfbcd766e166efa0":[16,0,3,6,1,7],
"dd/d29/doubly__linked__list_8c.html#a37890fb794cb2c436ffcc643c30ec57f":[16,0,3,6,1,2],
"dd/d29/doubly__linked__list_8c.html#aa49167a68597f162e699b846fac0d446":[16,0,3,6,1,3],
"dd/d29/doubly__linked__list_8c.html#aa89b8bc105d9a09d4e7c06e8b34078a7":[16,0,3,6,1,1],
"dd/d29/doubly__linked__list_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,6,1,6],
"dd/d29/doubly__linked__list_8c.html#aedd04074dbc6af0de89051f97209311b":[16,0,3,6,1,8],
"dd/d29/doubly__linked__list_8c.html#afa2b50f4716fc3b42221a72e676e1422":[16,0,3,6,1,4],
"dd/d53/int__to__string_8c.html":[16,0,2,7],
"dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,2,7,2],
"dd/d53/int__to__string_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,7,1],
"dd/d53/int__to__string_8c.html#aeb4be1a1db1c5fea06e9d8b87e6c3973":[16,0,2,7,0],
"dd/d79/remote__command__exec__udp__server_8c.html":[16,0,1,2],
"dd/d79/remote__command__exec__udp__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,1,2,0],
"dd/d79/remote__command__exec__udp__server_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,1,2,1],
"dd/d79/remote__command__exec__udp__server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,1,2,2],
"dd/d11/test__malloc__dbg_8c.html":[16,0,5,3],
"dd/d11/test__malloc__dbg_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,5,3,0],
"dd/d19/circular__doubly__linked__list_8c.html":[16,0,4,6,0],
"dd/d19/circular__doubly__linked__list_8c.html#a1418cac5ddf9edb58fca97afce27b456":[16,0,4,6,0,3],
"dd/d19/circular__doubly__linked__list_8c.html#a4a89f96b090dfdb505b714195e59ca5b":[16,0,4,6,0,2],
"dd/d19/circular__doubly__linked__list_8c.html#a5411df421a94177700868b34887d5d0e":[16,0,4,6,0,5],
"dd/d19/circular__doubly__linked__list_8c.html#a6a64eb6265e703639bbfec9c3db93e0c":[16,0,4,6,0,7],
"dd/d19/circular__doubly__linked__list_8c.html#a77bc93c58c46925ba49f51f2d1a32899":[16,0,4,6,0,1],
"dd/d19/circular__doubly__linked__list_8c.html#a964882e633c25a29b12237e29f20fa9a":[16,0,4,6,0,8],
"dd/d19/circular__doubly__linked__list_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,4,6,0,11],
"dd/d19/circular__doubly__linked__list_8c.html#abf4cdda9fbace9822612349d19ec2e72":[16,0,4,6,0,4],
"dd/d19/circular__doubly__linked__list_8c.html#ac53a0550fa74838246bc783ddc005ec1":[16,0,4,6,0,6],
"dd/d19/circular__doubly__linked__list_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,4,6,0,10],
"dd/d19/circular__doubly__linked__list_8c.html#aee328f691615862c4298fe730d66027b":[16,0,4,6,0,9],
"dd/d29/doubly__linked__list_8c.html":[16,0,4,6,1],
"dd/d29/doubly__linked__list_8c.html#a04ac29c396dc8335a5827927183c9918":[16,0,4,6,1,5],
"dd/d29/doubly__linked__list_8c.html#a1fadec32fc369a8dcfbcd766e166efa0":[16,0,4,6,1,7],
"dd/d29/doubly__linked__list_8c.html#a37890fb794cb2c436ffcc643c30ec57f":[16,0,4,6,1,2],
"dd/d29/doubly__linked__list_8c.html#aa49167a68597f162e699b846fac0d446":[16,0,4,6,1,3],
"dd/d29/doubly__linked__list_8c.html#aa89b8bc105d9a09d4e7c06e8b34078a7":[16,0,4,6,1,1],
"dd/d29/doubly__linked__list_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,4,6,1,6],
"dd/d29/doubly__linked__list_8c.html#aedd04074dbc6af0de89051f97209311b":[16,0,4,6,1,8],
"dd/d29/doubly__linked__list_8c.html#afa2b50f4716fc3b42221a72e676e1422":[16,0,4,6,1,4],
"dd/d53/int__to__string_8c.html":[16,0,3,7],
"dd/d53/int__to__string_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,3,7,2],
"dd/d53/int__to__string_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,7,1],
"dd/d53/int__to__string_8c.html#aeb4be1a1db1c5fea06e9d8b87e6c3973":[16,0,3,7,0],
"dd/d79/remote__command__exec__udp__server_8c.html":[16,0,2,2],
"dd/d79/remote__command__exec__udp__server_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,2,2,0],
"dd/d79/remote__command__exec__udp__server_8c.html#a7e15c8e2885871839fc2b820dfbdb4ce":[16,0,2,2,1],
"dd/d79/remote__command__exec__udp__server_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,2,2],
"dd/d7a/group__matrix.html":[14,0,1],
"dd/d7a/group__matrix.html#ga9f844010cb96591fa94c9d533a500ab7":[14,0,1,1],
"dd/d8b/problem__22_2sol1_8c.html":[16,0,18,11,0],
"dd/d8b/problem__22_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,18,11,0,3],
"dd/d8b/problem__22_2sol1_8c.html#a5bc3659aa0949ea33118c95b1dee5f63":[16,0,18,11,0,4],
"dd/d8b/problem__22_2sol1_8c.html#a6cb9b08aacb61416795ee78bfceacd38":[16,0,18,11,0,1],
"dd/d8b/problem__22_2sol1_8c.html#ae359b8a4656b164c91ef91a084c15c9d":[16,0,18,11,0,2],
"dd/d8b/problem__22_2sol1_8c.html#afd709f201d7643c3909621f620ea648a":[16,0,18,11,0,0],
"dd/d8c/adaline__learning_8c.html":[16,0,13,0],
"dd/d8c/adaline__learning_8c.html#a05cc9a0acb524fde727a4d7b4a747ee6":[16,0,13,0,11],
"dd/d8c/adaline__learning_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,13,0,8],
"dd/d8c/adaline__learning_8c.html#a3f37b9f073f7e57fd0b39d70718af1b1":[16,0,13,0,12],
"dd/d8c/adaline__learning_8c.html#ab4ecb3accf5d9e0263087e7265bbe3a9":[16,0,13,0,10],
"dd/d93/client_8c.html":[16,0,1,0],
"dd/d93/client_8c.html#a1e43924adac4ae865aa0acf79710261c":[16,0,1,0,2],
"dd/d93/client_8c.html#a392fb874e547e582e9c66a08a1f23326":[16,0,1,0,0],
"dd/d93/client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,1,0,1],
"dd/d93/client_8c.html#ac17020a38607ab29ce18939d5194a32a":[16,0,1,0,3],
"dd/d93/client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,1,0,4],
"dd/d95/word__count_8h_source.html":[16,0,6,4,0],
"dd/d8b/problem__22_2sol1_8c.html":[16,0,19,11,0],
"dd/d8b/problem__22_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,19,11,0,3],
"dd/d8b/problem__22_2sol1_8c.html#a5bc3659aa0949ea33118c95b1dee5f63":[16,0,19,11,0,4],
"dd/d8b/problem__22_2sol1_8c.html#a6cb9b08aacb61416795ee78bfceacd38":[16,0,19,11,0,1],
"dd/d8b/problem__22_2sol1_8c.html#ae359b8a4656b164c91ef91a084c15c9d":[16,0,19,11,0,2],
"dd/d8b/problem__22_2sol1_8c.html#afd709f201d7643c3909621f620ea648a":[16,0,19,11,0,0],
"dd/d8c/adaline__learning_8c.html":[16,0,14,0],
"dd/d8c/adaline__learning_8c.html#a05cc9a0acb524fde727a4d7b4a747ee6":[16,0,14,0,11],
"dd/d8c/adaline__learning_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,14,0,8],
"dd/d8c/adaline__learning_8c.html#a3f37b9f073f7e57fd0b39d70718af1b1":[16,0,14,0,12],
"dd/d8c/adaline__learning_8c.html#ab4ecb3accf5d9e0263087e7265bbe3a9":[16,0,14,0,10],
"dd/d93/client_8c.html":[16,0,2,0],
"dd/d93/client_8c.html#a1e43924adac4ae865aa0acf79710261c":[16,0,2,0,2],
"dd/d93/client_8c.html#a392fb874e547e582e9c66a08a1f23326":[16,0,2,0,0],
"dd/d93/client_8c.html#a614217d263be1fb1a5f76e2ff7be19a2":[16,0,2,0,1],
"dd/d93/client_8c.html#ac17020a38607ab29ce18939d5194a32a":[16,0,2,0,3],
"dd/d93/client_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,0,4],
"dd/d95/word__count_8h_source.html":[16,0,7,4,0],
"dd/da2/structbuffer.html":[15,0,6],
"dd/dd3/prime__sieve_8c.html":[16,0,14,8],
"dd/dd3/prime__sieve_8c.html#ac1215a37edfa07d37edf6ec65f2235c7":[16,0,14,8,4],
"dd/de4/bubble__sort_8c.html":[16,0,20,1],
"dd/de4/bubble__sort_8c.html#aa8989f6c9bfd1f040854fa18b180114f":[16,0,20,1,0],
"dd/de4/bubble__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c":[16,0,20,1,2],
"dd/de4/bubble__sort_8c.html#ad126fa7239be97373c96861adc70b1d3":[16,0,20,1,3],
"dd/de4/bubble__sort_8c.html#ad7ed8cc4603f500d610054680d28b971":[16,0,20,1,1],
"dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,20,1,4],
"dd/de6/roman__numerals__to__decimal_8c.html":[16,0,2,9],
"dd/de6/roman__numerals__to__decimal_8c.html#a1e86fb4466b6a175b910fa19c4a6ea03":[16,0,2,9,1],
"dd/de6/roman__numerals__to__decimal_8c.html#a95b7915cdb0df66a0aae7b769d3bbf88":[16,0,2,9,2],
"dd/de6/roman__numerals__to__decimal_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,2,9,3],
"dd/de6/roman__numerals__to__decimal_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,2,9,0],
"dd/df0/problem__19_2sol1_8c.html":[16,0,18,7,0],
"dd/df0/problem__19_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,18,7,0,2],
"dd/df0/problem__19_2sol1_8c.html#a6561b1adc8a19c092679b9874da24e2e":[16,0,18,7,0,1],
"dd/df0/problem__19_2sol1_8c.html#ab7f9ad087f124b8e0615aa535b4c8a75":[16,0,18,7,0,0],
"de/d0c/insertion__sort__recursive_8c.html":[16,0,20,6],
"de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,20,6,2],
"de/d0c/insertion__sort__recursive_8c.html#ac0f2228420376f4db7e1274f2b41667c":[16,0,20,6,0],
"dd/dd3/prime__sieve_8c.html":[16,0,15,8],
"dd/dd3/prime__sieve_8c.html#ac1215a37edfa07d37edf6ec65f2235c7":[16,0,15,8,4],
"dd/de4/bubble__sort_8c.html":[16,0,21,1],
"dd/de4/bubble__sort_8c.html#aa8989f6c9bfd1f040854fa18b180114f":[16,0,21,1,0],
"dd/de4/bubble__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c":[16,0,21,1,2],
"dd/de4/bubble__sort_8c.html#ad126fa7239be97373c96861adc70b1d3":[16,0,21,1,3],
"dd/de4/bubble__sort_8c.html#ad7ed8cc4603f500d610054680d28b971":[16,0,21,1,1],
"dd/de4/bubble__sort_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,21,1,4],
"dd/de6/roman__numerals__to__decimal_8c.html":[16,0,3,9],
"dd/de6/roman__numerals__to__decimal_8c.html#a1e86fb4466b6a175b910fa19c4a6ea03":[16,0,3,9,1],
"dd/de6/roman__numerals__to__decimal_8c.html#a95b7915cdb0df66a0aae7b769d3bbf88":[16,0,3,9,2],
"dd/de6/roman__numerals__to__decimal_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,3,9,3],
"dd/de6/roman__numerals__to__decimal_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,9,0],
"dd/df0/problem__19_2sol1_8c.html":[16,0,19,7,0],
"dd/df0/problem__19_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,19,7,0,2],
"dd/df0/problem__19_2sol1_8c.html#a6561b1adc8a19c092679b9874da24e2e":[16,0,19,7,0,1],
"dd/df0/problem__19_2sol1_8c.html#ab7f9ad087f124b8e0615aa535b4c8a75":[16,0,19,7,0,0],
"de/d0c/insertion__sort__recursive_8c.html":[16,0,21,6],
"de/d0c/insertion__sort__recursive_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,21,6,2],
"de/d0c/insertion__sort__recursive_8c.html#ac0f2228420376f4db7e1274f2b41667c":[16,0,21,6,0],
"de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html":[5],
"de/d58/structquaternion__.html":[14,0,2,0],
"de/d58/structquaternion__.html#a37819eb7d76c65c37a9c2a63f01f65b2":[14,0,2,0,1],
@ -153,101 +153,101 @@ 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,15,6],
"de/dac/sudoku__solver_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,6,1],
"de/dac/sudoku__solver_8c.html":[16,0,16,5],
"de/dac/sudoku__solver_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,16,5,1],
"de/dce/structmin__heap.html":[15,0,26],
"de/dcf/rot13_8c.html":[16,0,15,3],
"de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,15,3,2],
"de/dcf/rot13_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,3,0],
"de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c":[16,0,15,3,1],
"de/dff/heap__sort__2_8c.html":[16,0,20,4],
"de/dff/heap__sort__2_8c.html#a00cd944b33a5fe5972111ded9b49793c":[16,0,20,4,0],
"de/dff/heap__sort__2_8c.html#a619753b978f962aa2337e1fdb4e59e33":[16,0,20,4,1],
"de/dff/heap__sort__2_8c.html#a672a47d865e7fa18f1ff23001ef4a485":[16,0,20,4,2],
"de/dff/heap__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,20,4,5],
"de/dff/heap__sort__2_8c.html#aaf68497ab808b560dbf109da6435905a":[16,0,20,4,4],
"de/dff/heap__sort__2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,20,4,3],
"df/d16/palindrome_8c.html":[16,0,14,6],
"df/d16/palindrome_8c.html#a6320493ddee0ca4614423721c5d6f4ba":[16,0,14,6,0],
"df/d16/palindrome_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,14,6,1],
"df/d1a/problem__21_2sol1_8c.html":[16,0,18,10,0],
"df/d1a/problem__21_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,18,10,0,0],
"df/d1a/problem__21_2sol1_8c.html#aacf4b7e708651d2164e86958f2c29c93":[16,0,18,10,0,1],
"de/dcf/rot13_8c.html":[16,0,1,0],
"de/dcf/rot13_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,1,0,2],
"de/dcf/rot13_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,1,0,0],
"de/dcf/rot13_8c.html#aff3bdb59af9eabba91420f23eb01718c":[16,0,1,0,1],
"de/dff/heap__sort__2_8c.html":[16,0,21,4],
"de/dff/heap__sort__2_8c.html#a00cd944b33a5fe5972111ded9b49793c":[16,0,21,4,0],
"de/dff/heap__sort__2_8c.html#a619753b978f962aa2337e1fdb4e59e33":[16,0,21,4,1],
"de/dff/heap__sort__2_8c.html#a672a47d865e7fa18f1ff23001ef4a485":[16,0,21,4,2],
"de/dff/heap__sort__2_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,21,4,5],
"de/dff/heap__sort__2_8c.html#aaf68497ab808b560dbf109da6435905a":[16,0,21,4,4],
"de/dff/heap__sort__2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,21,4,3],
"df/d16/palindrome_8c.html":[16,0,15,6],
"df/d16/palindrome_8c.html#a6320493ddee0ca4614423721c5d6f4ba":[16,0,15,6,0],
"df/d16/palindrome_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,6,1],
"df/d1a/problem__21_2sol1_8c.html":[16,0,19,10,0],
"df/d1a/problem__21_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[16,0,19,10,0,0],
"df/d1a/problem__21_2sol1_8c.html#aacf4b7e708651d2164e86958f2c29c93":[16,0,19,10,0,1],
"df/d27/alaw_8c.html":[16,0,0,0],
"df/d27/alaw_8c.html#a05b49c662c073f89e86804f7856622a0":[16,0,0,0,0],
"df/d27/alaw_8c.html#a093ac72124e3c2268d1150676e63175d":[16,0,0,0,1],
"df/d27/alaw_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[16,0,0,0,3],
"df/d27/alaw_8c.html#a751d8e2c1975706e4d876316518c54c4":[16,0,0,0,2],
"df/d27/alaw_8c.html#a840bf13d2e4d75d38fb7bf3a655152f5":[16,0,0,0,4],
"df/d3b/binary__search_8c.html":[16,0,19,0],
"df/d3b/binary__search_8c.html#a40855c608ca64048d04cff6526f0a582":[16,0,19,0,0],
"df/d3b/binary__search_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,19,0,2],
"df/d3b/binary__search_8c.html#a908fd6d2ad0bba33f63f8454888a0032":[16,0,19,0,1],
"df/d3b/binary__search_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,19,0,3],
"df/d3c/threaded__binary__trees_8c.html":[16,0,3,1,2],
"df/d3c/threaded__binary__trees_8c.html#a284d683f74b6c884e79ba00d3d1c3317":[16,0,3,1,2,3],
"df/d3c/threaded__binary__trees_8c.html#a306d567466f22e1e927aaed97d8bb58c":[16,0,3,1,2,9],
"df/d3c/threaded__binary__trees_8c.html#a4802bca3f38251543b4aba6765e0390d":[16,0,3,1,2,2],
"df/d3c/threaded__binary__trees_8c.html#a4c1e06b5f0876ec9c1bd6817f3b7eda7":[16,0,3,1,2,4],
"df/d3c/threaded__binary__trees_8c.html#a5a82ae0ee13788be51ca4ba6cddb0719":[16,0,3,1,2,7],
"df/d3c/threaded__binary__trees_8c.html#a8169ba0dfd5b8183672e444d1434bf9c":[16,0,3,1,2,8],
"df/d3c/threaded__binary__trees_8c.html#a823432888332fc9f0aa6072cff28c3bb":[16,0,3,1,2,5],
"df/d3c/threaded__binary__trees_8c.html#ad8ecdcce462dd8e170ae1f164935aaa6":[16,0,3,1,2,1],
"df/d3c/threaded__binary__trees_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,1,2,6],
"df/d43/postfix__evaluation_8c.html":[16,0,15,2],
"df/d43/postfix__evaluation_8c.html#a4494492c8fc2509f602acc8228a3b623":[16,0,15,2,1],
"df/d43/postfix__evaluation_8c.html#a791cc5e78425bce611db4e3bdc4b19d5":[16,0,15,2,6],
"df/d43/postfix__evaluation_8c.html#a8546e4b3f61be1f09ce47f428116ad7d":[16,0,15,2,3],
"df/d43/postfix__evaluation_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,15,2,5],
"df/d43/postfix__evaluation_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,2,2],
"df/d43/postfix__evaluation_8c.html#af395c540f7e70a8d82d055a0aa42bbef":[16,0,15,2,4],
"df/d3b/binary__search_8c.html":[16,0,20,0],
"df/d3b/binary__search_8c.html#a40855c608ca64048d04cff6526f0a582":[16,0,20,0,0],
"df/d3b/binary__search_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,20,0,2],
"df/d3b/binary__search_8c.html#a908fd6d2ad0bba33f63f8454888a0032":[16,0,20,0,1],
"df/d3b/binary__search_8c.html#ae1a3968e7947464bee7714f6d43b7002":[16,0,20,0,3],
"df/d3c/threaded__binary__trees_8c.html":[16,0,4,1,2],
"df/d3c/threaded__binary__trees_8c.html#a284d683f74b6c884e79ba00d3d1c3317":[16,0,4,1,2,3],
"df/d3c/threaded__binary__trees_8c.html#a306d567466f22e1e927aaed97d8bb58c":[16,0,4,1,2,9],
"df/d3c/threaded__binary__trees_8c.html#a4802bca3f38251543b4aba6765e0390d":[16,0,4,1,2,2],
"df/d3c/threaded__binary__trees_8c.html#a4c1e06b5f0876ec9c1bd6817f3b7eda7":[16,0,4,1,2,4],
"df/d3c/threaded__binary__trees_8c.html#a5a82ae0ee13788be51ca4ba6cddb0719":[16,0,4,1,2,7],
"df/d3c/threaded__binary__trees_8c.html#a8169ba0dfd5b8183672e444d1434bf9c":[16,0,4,1,2,8],
"df/d3c/threaded__binary__trees_8c.html#a823432888332fc9f0aa6072cff28c3bb":[16,0,4,1,2,5],
"df/d3c/threaded__binary__trees_8c.html#ad8ecdcce462dd8e170ae1f164935aaa6":[16,0,4,1,2,1],
"df/d3c/threaded__binary__trees_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,4,1,2,6],
"df/d43/postfix__evaluation_8c.html":[16,0,16,2],
"df/d43/postfix__evaluation_8c.html#a4494492c8fc2509f602acc8228a3b623":[16,0,16,2,1],
"df/d43/postfix__evaluation_8c.html#a791cc5e78425bce611db4e3bdc4b19d5":[16,0,16,2,6],
"df/d43/postfix__evaluation_8c.html#a8546e4b3f61be1f09ce47f428116ad7d":[16,0,16,2,3],
"df/d43/postfix__evaluation_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,16,2,5],
"df/d43/postfix__evaluation_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,16,2,2],
"df/d43/postfix__evaluation_8c.html#af395c540f7e70a8d82d055a0aa42bbef":[16,0,16,2,4],
"df/d58/md_leetcode__r_e_a_d_m_e.html":[11],
"df/d58/md_leetcode__r_e_a_d_m_e.html#autotoc_md73":[11,0],
"df/d58/md_leetcode__r_e_a_d_m_e.html#autotoc_md74":[11,1],
"df/d58/md_leetcode__r_e_a_d_m_e.html#autotoc_md75":[11,2],
"df/d83/selection__sort_8c.html":[16,0,20,10],
"df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,20,10,3],
"df/d83/selection__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c":[16,0,20,10,0],
"df/d83/selection__sort_8c.html#ad126fa7239be97373c96861adc70b1d3":[16,0,20,10,2],
"df/d83/selection__sort_8c.html#aeafe7419cfceaeccaf49f22842d9a617":[16,0,20,10,1],
"df/d83/selection__sort_8c.html":[16,0,21,10],
"df/d83/selection__sort_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,21,10,3],
"df/d83/selection__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c":[16,0,21,10,0],
"df/d83/selection__sort_8c.html#ad126fa7239be97373c96861adc70b1d3":[16,0,21,10,2],
"df/d83/selection__sort_8c.html#aeafe7419cfceaeccaf49f22842d9a617":[16,0,21,10,1],
"df/d86/structterm.html":[15,0,42],
"df/d86/structterm.html#a057f161d279d856d11786aa96fc87f74":[15,0,42,2],
"df/d86/structterm.html#a5a730814391f70179da78c657e6e6f7b":[15,0,42,0],
"df/d86/structterm.html#ab7ac49a58cc431c9838c855bf59a243a":[15,0,42,1],
"df/d98/quaternions_8c.html":[16,0,8,1],
"df/da5/problem__9_2sol1_8c.html":[16,0,18,22,0],
"df/da5/problem__9_2sol1_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,18,22,0,0],
"df/d98/quaternions_8c.html":[16,0,9,1],
"df/da5/problem__9_2sol1_8c.html":[16,0,19,22,0],
"df/da5/problem__9_2sol1_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[16,0,19,22,0,0],
"df/db3/struct_l.html":[15,0,20],
"df/dc6/acronym_8h_source.html":[16,0,6,0,0],
"df/dc6/acronym_8h_source.html":[16,0,7,0,0],
"df/ddb/structword__count__word.html":[15,0,47],
"df/dea/structdata.html":[15,0,9],
"df/df3/union__find_8c.html":[16,0,15,7],
"df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe":[16,0,15,7,0],
"df/df3/union__find_8c.html#a3e13b69cce5a1b25ae034798092f3d86":[16,0,15,7,1],
"df/df3/union__find_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,15,7,3],
"df/df3/union__find_8c.html#af2f3ff6d98641f7d3be11f071c97908a":[16,0,15,7,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],
"df/dfa/vector_8c.html#a2191fb0b42377eb385e1daf04bdfb939":[16,0,3,10,3],
"df/dfa/vector_8c.html#a27a32c68950e464846b6730512968e4b":[16,0,3,10,5],
"df/dfa/vector_8c.html#a6f8a49f17bf315bdc30749a57bc7bc93":[16,0,3,10,6],
"df/dfa/vector_8c.html#a6facac5424445995bd2f8bb03ffcb548":[16,0,3,10,11],
"df/dfa/vector_8c.html#a878dddf838dbd6d5a9a1da77a362ce56":[16,0,3,10,10],
"df/dfa/vector_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,3,10,12],
"df/dfa/vector_8c.html#ab9dfc1249180f1e924b7333a4e5d133a":[16,0,3,10,2],
"df/dfa/vector_8c.html#abdb067a98f90bcd9b0aa4ceb364d607f":[16,0,3,10,9],
"df/dfa/vector_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,3,10,7],
"df/dfa/vector_8c.html#af2f92e8cc55e764980bc0573ab5cd06f":[16,0,3,10,8],
"dir_03902f230b9e9b7c999f936617a23997.html":[16,0,12],
"dir_0472225043064b54f3dfff9011a9fae0.html":[16,0,3,9,0],
"dir_079e1f799fb08a8a0b98cb030ab15687.html":[16,0,18,13],
"dir_0bc3e2a5baf077fa21dadc079776fcac.html":[16,0,18,7],
"dir_167af11096b7752ff31b3d4bec489317.html":[16,0,18,19],
"dir_16b947d8e9a05fe119d0675493324331.html":[16,0,18,1],
"dir_16e00c78ef36d1842d0d8a4afc46b852.html":[16,0,18,14],
"dir_1833eb69ceee7a265ffba4c38c8243d2.html":[16,0,18,16],
"dir_18cba55772148686552805a354a79093.html":[16,0,18,6],
"dir_2176ba3565d8b1fe2a106d18679cc7bf.html":[16,0,3,9],
"dir_261dd1200fad5b2fe1eca9af8320656e.html":[16,0,3,6]
"df/df3/union__find_8c.html":[16,0,16,6],
"df/df3/union__find_8c.html#a0592dba56693fad79136250c11e5a7fe":[16,0,16,6,0],
"df/df3/union__find_8c.html#a3e13b69cce5a1b25ae034798092f3d86":[16,0,16,6,1],
"df/df3/union__find_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,16,6,3],
"df/df3/union__find_8c.html#af2f3ff6d98641f7d3be11f071c97908a":[16,0,16,6,2],
"df/dfa/vector_8c.html":[16,0,4,10],
"df/dfa/vector_8c.html#a15f534ebe962fda31cc191852befc250":[16,0,4,10,4],
"df/dfa/vector_8c.html#a1afee8aaf33d741df31a73048cff4473":[16,0,4,10,1],
"df/dfa/vector_8c.html#a2191fb0b42377eb385e1daf04bdfb939":[16,0,4,10,3],
"df/dfa/vector_8c.html#a27a32c68950e464846b6730512968e4b":[16,0,4,10,5],
"df/dfa/vector_8c.html#a6f8a49f17bf315bdc30749a57bc7bc93":[16,0,4,10,6],
"df/dfa/vector_8c.html#a6facac5424445995bd2f8bb03ffcb548":[16,0,4,10,11],
"df/dfa/vector_8c.html#a878dddf838dbd6d5a9a1da77a362ce56":[16,0,4,10,10],
"df/dfa/vector_8c.html#aa8dca7b867074164d5f45b0f3851269d":[16,0,4,10,12],
"df/dfa/vector_8c.html#ab9dfc1249180f1e924b7333a4e5d133a":[16,0,4,10,2],
"df/dfa/vector_8c.html#abdb067a98f90bcd9b0aa4ceb364d607f":[16,0,4,10,9],
"df/dfa/vector_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[16,0,4,10,7],
"df/dfa/vector_8c.html#af2f92e8cc55e764980bc0573ab5cd06f":[16,0,4,10,8],
"dir_03902f230b9e9b7c999f936617a23997.html":[16,0,13],
"dir_0472225043064b54f3dfff9011a9fae0.html":[16,0,4,9,0],
"dir_079e1f799fb08a8a0b98cb030ab15687.html":[16,0,19,13],
"dir_0bc3e2a5baf077fa21dadc079776fcac.html":[16,0,19,7],
"dir_167af11096b7752ff31b3d4bec489317.html":[16,0,19,19],
"dir_16b947d8e9a05fe119d0675493324331.html":[16,0,19,1],
"dir_16e00c78ef36d1842d0d8a4afc46b852.html":[16,0,19,14],
"dir_1833eb69ceee7a265ffba4c38c8243d2.html":[16,0,19,16],
"dir_18cba55772148686552805a354a79093.html":[16,0,19,6],
"dir_2176ba3565d8b1fe2a106d18679cc7bf.html":[16,0,4,9],
"dir_261dd1200fad5b2fe1eca9af8320656e.html":[16,0,4,6]
};

View File

@ -1,55 +1,56 @@
var NAVTREEINDEX4 =
{
"dir_296d53ceaeaa7e099814a6def439fe8a.html":[16,0,14],
"dir_2abe2c0880d3fb0dba0f784bee3fc9e0.html":[16,0,18,11],
"dir_2b14f32f14b51065d3a322bea21da3c0.html":[16,0,18,5],
"dir_2e746e9d06bf2d8ff842208bcc6ebcfc.html":[16,0,3],
"dir_2f070f19f76dfadabbc24fe483d7e98d.html":[16,0,18,17],
"dir_2fede762f95c9c526850a639b984c56b.html":[16,0,3,4],
"dir_3343723ae086de42ee4ca9774da3a13f.html":[16,0,13],
"dir_4500de955d1eddb82f69331d96e39ed9.html":[16,0,6,1],
"dir_475f56e0a4ef6254f5610544d8d68aa3.html":[16,0,6,4],
"dir_48bf5503321d91c557399989fed5dabd.html":[16,0,6],
"dir_4991c92e00761dd3d764efa2906b4318.html":[16,0,18,9],
"dir_4a15c8553efb9e59e3f1091cc0d3a27d.html":[16,0,18,21],
"dir_4b6f782e158b0b98da980a0e11a23a15.html":[16,0,7],
"dir_4bae997a2671812c2140d5abfb6305a4.html":[16,0,18,20],
"dir_607f15d36c772334f988bb9ef82d102c.html":[16,0,18,18],
"dir_614f310c248f2b9541b559085cafcb40.html":[16,0,12,0],
"dir_63185e90e67935ef3eb5903a044c89e2.html":[16,0,17],
"dir_72aaf47615111200018c039a56ef48be.html":[16,0,11],
"dir_7445e5a68245b48f3c03982b6d501815.html":[16,0,3,2],
"dir_76784a7b04633629b9ecb5543b9ad889.html":[16,0,6,2],
"dir_81f43aa0067826ea5befe80cd7aefcc5.html":[16,0,6,3],
"dir_8a20dd5bfd5341a725342bf72b6b686f.html":[16,0,5],
"dir_8c6743d405e8ed13cc39f42e382307fd.html":[16,0,18,0],
"dir_955029374964e51cf770754b424e7d39.html":[16,0,3,5],
"dir_9babc524d57e25f3d9f4179cabc3599e.html":[16,0,2],
"dir_9c6faab82c22511b50177aa2e38e2780.html":[16,0,16],
"dir_a4300992e825aa9b9238bf43160a241e.html":[16,0,10],
"dir_a52f4d3d586a58b02f3a4ddf0a992157.html":[16,0,15],
"dir_296d53ceaeaa7e099814a6def439fe8a.html":[16,0,15],
"dir_2abe2c0880d3fb0dba0f784bee3fc9e0.html":[16,0,19,11],
"dir_2b14f32f14b51065d3a322bea21da3c0.html":[16,0,19,5],
"dir_2e746e9d06bf2d8ff842208bcc6ebcfc.html":[16,0,4],
"dir_2f070f19f76dfadabbc24fe483d7e98d.html":[16,0,19,17],
"dir_2fede762f95c9c526850a639b984c56b.html":[16,0,4,4],
"dir_3343723ae086de42ee4ca9774da3a13f.html":[16,0,14],
"dir_4500de955d1eddb82f69331d96e39ed9.html":[16,0,7,1],
"dir_475f56e0a4ef6254f5610544d8d68aa3.html":[16,0,7,4],
"dir_48bf5503321d91c557399989fed5dabd.html":[16,0,7],
"dir_4991c92e00761dd3d764efa2906b4318.html":[16,0,19,9],
"dir_4a15c8553efb9e59e3f1091cc0d3a27d.html":[16,0,19,21],
"dir_4b6f782e158b0b98da980a0e11a23a15.html":[16,0,8],
"dir_4bae997a2671812c2140d5abfb6305a4.html":[16,0,19,20],
"dir_607f15d36c772334f988bb9ef82d102c.html":[16,0,19,18],
"dir_614f310c248f2b9541b559085cafcb40.html":[16,0,13,0],
"dir_63185e90e67935ef3eb5903a044c89e2.html":[16,0,18],
"dir_72aaf47615111200018c039a56ef48be.html":[16,0,12],
"dir_7445e5a68245b48f3c03982b6d501815.html":[16,0,4,2],
"dir_76784a7b04633629b9ecb5543b9ad889.html":[16,0,7,2],
"dir_81f43aa0067826ea5befe80cd7aefcc5.html":[16,0,7,3],
"dir_889815b2ffb19a3511e1fa3067da3f2c.html":[16,0,1],
"dir_8a20dd5bfd5341a725342bf72b6b686f.html":[16,0,6],
"dir_8c6743d405e8ed13cc39f42e382307fd.html":[16,0,19,0],
"dir_955029374964e51cf770754b424e7d39.html":[16,0,4,5],
"dir_9babc524d57e25f3d9f4179cabc3599e.html":[16,0,3],
"dir_9c6faab82c22511b50177aa2e38e2780.html":[16,0,17],
"dir_a4300992e825aa9b9238bf43160a241e.html":[16,0,11],
"dir_a52f4d3d586a58b02f3a4ddf0a992157.html":[16,0,16],
"dir_a5f32cf82ad289a7dac212f63f40f55b.html":[16,0,0],
"dir_aba97bf327db94061e830e9bc18e925d.html":[16,0,18,4],
"dir_abf1a26ece768c4076e73592705ae077.html":[16,0,4],
"dir_b2dbfa46230fd9f775c32c1836ed3764.html":[16,0,18,15],
"dir_b3d331eabd4234f247030c297aaf021c.html":[16,0,18],
"dir_b6018f60d424a2ef7e4c942ac681e38b.html":[16,0,3,7],
"dir_bb1b521853a9c46347182a9d10420771.html":[16,0,20],
"dir_bd4a7dd282074645ef41b1ea31ac813a.html":[16,0,3,3],
"dir_c7ef0fcb2f2095a74f0a3a1634dfc798.html":[16,0,3,0],
"dir_d20ad0b8de644c123692ba5582cc7a7b.html":[16,0,1],
"dir_d4c35186c199e728d69dee6bf5b2473c.html":[16,0,18,22],
"dir_d9112ab06cf4d4e5a25d385a268d1949.html":[16,0,18,2],
"dir_d9e100c82ada2163abea49688a71e81c.html":[16,0,18,10],
"dir_da574daf9ce9c05b45556bdc871ed1e3.html":[16,0,19],
"dir_e3380d2178455503f266746fb14246a5.html":[16,0,8],
"dir_e39df94f82619fa5256f1786519937be.html":[16,0,3,1],
"dir_e79632891301b850df87e9c0030293fa.html":[16,0,9],
"dir_eeeea13e3a5e5edad3499183767ce312.html":[16,0,18,8],
"dir_f75ccd45e00436eafed446b9b2682984.html":[16,0,18,12],
"dir_f7d3c03fcac84aef1b0c66cc497ed1ea.html":[16,0,18,3],
"dir_fb09f588f9daea69f78b63a0310e98cc.html":[16,0,3,8],
"dir_fe5d69ed7d90cb356556070c2a2e5478.html":[16,0,6,0],
"dir_aba97bf327db94061e830e9bc18e925d.html":[16,0,19,4],
"dir_abf1a26ece768c4076e73592705ae077.html":[16,0,5],
"dir_b2dbfa46230fd9f775c32c1836ed3764.html":[16,0,19,15],
"dir_b3d331eabd4234f247030c297aaf021c.html":[16,0,19],
"dir_b6018f60d424a2ef7e4c942ac681e38b.html":[16,0,4,7],
"dir_bb1b521853a9c46347182a9d10420771.html":[16,0,21],
"dir_bd4a7dd282074645ef41b1ea31ac813a.html":[16,0,4,3],
"dir_c7ef0fcb2f2095a74f0a3a1634dfc798.html":[16,0,4,0],
"dir_d20ad0b8de644c123692ba5582cc7a7b.html":[16,0,2],
"dir_d4c35186c199e728d69dee6bf5b2473c.html":[16,0,19,22],
"dir_d9112ab06cf4d4e5a25d385a268d1949.html":[16,0,19,2],
"dir_d9e100c82ada2163abea49688a71e81c.html":[16,0,19,10],
"dir_da574daf9ce9c05b45556bdc871ed1e3.html":[16,0,20],
"dir_e3380d2178455503f266746fb14246a5.html":[16,0,9],
"dir_e39df94f82619fa5256f1786519937be.html":[16,0,4,1],
"dir_e79632891301b850df87e9c0030293fa.html":[16,0,10],
"dir_eeeea13e3a5e5edad3499183767ce312.html":[16,0,19,8],
"dir_f75ccd45e00436eafed446b9b2682984.html":[16,0,19,12],
"dir_f7d3c03fcac84aef1b0c66cc497ed1ea.html":[16,0,19,3],
"dir_fb09f588f9daea69f78b63a0310e98cc.html":[16,0,4,8],
"dir_fe5d69ed7d90cb356556070c2a2e5478.html":[16,0,7,0],
"files.html":[16,0],
"functions.html":[15,2,0],
"functions_vars.html":[15,2,1],
@ -62,8 +63,8 @@ var NAVTREEINDEX4 =
"globals_defs.html":[16,1,4],
"globals_e.html":[16,1,0,5],
"globals_f.html":[16,1,0,6],
"globals_func.html":[16,1,1],
"globals_func.html":[16,1,1,0],
"globals_func.html":[16,1,1],
"globals_func_a.html":[16,1,1,1],
"globals_func_b.html":[16,1,1,2],
"globals_func_c.html":[16,1,1,3],
@ -108,8 +109,8 @@ var NAVTREEINDEX4 =
"globals_vars.html":[16,1,2],
"globals_w.html":[16,1,0,23],
"globals_x.html":[16,1,0,24],
"index.html":[0],
"index.html":[],
"index.html":[0],
"index.html#autotoc_md77":[0,0],
"index.html#autotoc_md78":[0,1],
"index.html#autotoc_md79":[0,2],

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@ var searchData=
['isempty_26',['isEmpty',['../db/d0c/infix__to__postfix_8c.html#afa8471c76bc57b12ad21de22beb39021',1,'isEmpty(struct Stack s):&#160;infix_to_postfix.c'],['../da/d96/infix__to__postfix2_8c.html#a653c98c68c558505b75b04c44b7c838e',1,'isEmpty():&#160;infix_to_postfix2.c']]],
['isoprnd_27',['isOprnd',['../db/d0c/infix__to__postfix_8c.html#afd8245c04b202240390de23170f72d6b',1,'infix_to_postfix.c']]],
['ispalindrome_28',['isPalindrome',['../df/d16/palindrome_8c.html#a6320493ddee0ca4614423721c5d6f4ba',1,'palindrome.c']]],
['isprime_29',['isprime',['../d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305',1,'sol1.c']]],
['isprime_30',['isPrime',['../da/d93/prime_8c.html#a6384596f117decd77da25af95ab1704f',1,'prime.c']]],
['isprime_29',['isPrime',['../da/d93/prime_8c.html#a6384596f117decd77da25af95ab1704f',1,'prime.c']]],
['isprime_30',['isprime',['../d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305',1,'sol1.c']]],
['isstrong_31',['isStrong',['../d4/dcc/strong__number_8c.html#a03654cadb0cfe1195810dbe5da0265b5',1,'strong_number.c']]]
];

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,7 @@ var searchData=
['isempty_18',['isEmpty',['../db/d0c/infix__to__postfix_8c.html#afa8471c76bc57b12ad21de22beb39021',1,'isEmpty(struct Stack s):&#160;infix_to_postfix.c'],['../da/d96/infix__to__postfix2_8c.html#a653c98c68c558505b75b04c44b7c838e',1,'isEmpty():&#160;infix_to_postfix2.c']]],
['isoprnd_19',['isOprnd',['../db/d0c/infix__to__postfix_8c.html#afd8245c04b202240390de23170f72d6b',1,'infix_to_postfix.c']]],
['ispalindrome_20',['isPalindrome',['../df/d16/palindrome_8c.html#a6320493ddee0ca4614423721c5d6f4ba',1,'palindrome.c']]],
['isprime_21',['isprime',['../d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305',1,'sol1.c']]],
['isprime_22',['isPrime',['../da/d93/prime_8c.html#a6384596f117decd77da25af95ab1704f',1,'prime.c']]],
['isprime_21',['isPrime',['../da/d93/prime_8c.html#a6384596f117decd77da25af95ab1704f',1,'prime.c']]],
['isprime_22',['isprime',['../d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305',1,'sol1.c']]],
['isstrong_23',['isStrong',['../d4/dcc/strong__number_8c.html#a03654cadb0cfe1195810dbe5da0265b5',1,'strong_number.c']]]
];

File diff suppressed because one or more lines are too long