Documentation for 294d29b584

This commit is contained in:
github-actions 2020-07-08 00:08:29 +00:00
parent a62b42f8ae
commit af60b90b50
6 changed files with 81 additions and 62 deletions

View File

@ -1,7 +1,5 @@
var group__machine__learning =
[
[ "Algorithms implemented in C (for education)", "index.html#autotoc_md32", null ],
[ "Contribute Guidelines", "index.html#autotoc_md33", null ],
[ "Overview about functions", "de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html#autotoc_md9", null ],
[ "Content", "d1/d12/md_data_structures_stack__r_e_a_d_m_e.html#autotoc_md11", null ],
[ "Public interface", "d1/d12/md_data_structures_stack__r_e_a_d_m_e.html#autotoc_md12", null ],

View File

@ -94,16 +94,30 @@ $(document).ready(function(){initNavTree('index.html',''); initResizable(); });
<div class="title">The Algorithms - C </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><a class="anchor" id="mainpage"></a><a href="https://gitpod.io/#https://github.com/TheAlgorithms/C"><img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod" alt="Gitpod Ready-to-Code" class="inline"/></a> <a href="https://gitter.im/TheAlgorithms"><img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&amp;logo=gitter&amp;style=flat-square" alt="Gitter chat" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md"><img src="https://img.shields.io/static/v1.svg?label=Contributions&amp;message=Welcome&amp;color=0059b3&amp;style=flat-square" alt="contributions welcome" style="pointer-events: none;" class="inline"/></a>&#160; <img src="https://img.shields.io/github/repo-size/TheAlgorithms/C-Plus-Plus?color=red&amp;style=flat-square" alt="GitHub repo size" class="inline"/> <img src="https://img.shields.io/github/issues-pr-closed/TheAlgorithms/C?color=green&amp;style=flat-square" alt="GitHub closed pull requests" class="inline"/> <img src="https://github.com/TheAlgorithms/C/workflows/Doxygen%20CI/badge.svg" alt="Doxygen CI" style="pointer-events: none;" class="inline"/> <img src="https://github.com/TheAlgorithms/C/workflows/Awesome%20CI%20Workflow/badge.svg" alt="Awesome CI Workflow" style="pointer-events: none;" class="inline"/></p>
<p><a href="https://TheAlgorithms.github.io/C">Online Documentation</a>.</p>
<p>Click on <a href="https://TheAlgorithms.github.io/C/files.html">Files menu</a> to see the list of all the files documented with the code.</p>
<p>All the code can be executed and tested online: <a href="https://colab.research.google.com/gist/kvedala/27f1b0b6502af935f6917673ec43bcd7/plot-durand_kerner-log.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="using Google Colab Notebook" style="pointer-events: none;" class="inline"/></a></p>
<h2><a class="anchor" id="autotoc_md32"></a>
Algorithms implemented in C (for education)</h2>
<p>The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.</p>
<h2><a class="anchor" id="autotoc_md33"></a>
Contribute Guidelines</h2>
<p>Read our <a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md">Contribution Guidelines</a> before you contribute. </p>
<div class="textblock"><p><a class="anchor" id="mainpage"></a></p>
<p><a href="https://gitpod.io/#https://github.com/TheAlgorithms/C"><img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod" alt="Gitpod Ready-to-Code" class="inline"/></a> <a href="https://lgtm.com/projects/g/TheAlgorithms/C/context:cpp"><img src="https://img.shields.io/lgtm/grade/cpp/g/TheAlgorithms/C.svg?logo=lgtm&amp;logoWidth=18" alt="Language grade: C/C++" style="pointer-events: none;" class="inline"/></a> <a href="https://gitter.im/TheAlgorithms"><img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&amp;logo=gitter&amp;style=flat-square" alt="Gitter chat" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md"><img src="https://img.shields.io/static/v1.svg?label=Contributions&amp;message=Welcome&amp;color=0059b3&amp;style=flat-square" alt="contributions welcome" style="pointer-events: none;" class="inline"/></a> <img src="https://img.shields.io/github/repo-size/TheAlgorithms/C?color=red&amp;style=flat-square" alt="GitHub repo size" class="inline"/> <a href="https://TheAlgorithms.github.io/C"><img src="https://github.com/TheAlgorithms/C/workflows/Doxygen%20CI/badge.svg" alt="Doxygen CI" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/TheAlgorithms/C/actions?query=workflow%3A%22Awesome+CI+Workflow%22"><img src="https://github.com/TheAlgorithms/C/workflows/Awesome%20CI%20Workflow/badge.svg" alt="Awesome CI" style="pointer-events: none;" class="inline"/></a></p>
<h1><a class="anchor" id="autotoc_md32"></a>
Overview</h1>
<p>The repository is a collection of open-source implementation of a variety of algorithms implemented in C and licensed under <a href="https://github.com/TheAlgorithms/C/blob/master/LICENSE">GPLv3 License</a>. The algorithms span a variety of topics from computer science, mathematics and statistics, data science, machine learning, engineering, etc.. The implementations and the associated documentation are meant to provide a learning resource for educators and students. Hence, one may find more than one implementation for the same objective but using a different algorithm strategies and optimizations.</p>
<h1><a class="anchor" id="autotoc_md33"></a>
Features</h1>
<ul>
<li>The repository provides implementations of various algorithms in one of the most fundamental general purpose languages - <a href="https://en.wikipedia.org/wiki/C_(programming_language)">C</a>.</li>
<li>Well documented source code with detailed explanations provide a valuable resource for educators and students alike.</li>
<li>Each source code is atomic using standard C library <a href="https://en.wikipedia.org/wiki/C_standard_library"><code>libc</code></a> and <em>no external libraries</em> are required for their compilation and execution. Thus the fundamentals of the algorithms can be studied in much depth.</li>
<li>Source codes are <a href="https://github.com/TheAlgorithms/C/actions?query=workflow%3A%22Awesome+CI+Workflow%22">compiled and tested</a> for every commit on the latest versions of three major operating systems viz., Windows, MacOS and Ubuntu (Linux) using MSVC 16 2019, AppleClang 11.0 and GNU 7.5.0 respectively.</li>
<li>Strict adherence to <a href="https://en.wikipedia.org/wiki/C11_(C_standard_revision)">C11</a> standard ensures portability of code to embedded systems as well like ESP32, ARM Cortex, etc. with little to no changes.</li>
<li>Self-checks within programs ensure correct implementations with confidence.</li>
<li>Modular implementations and OpenSource licensing enable the functions to be utilized conveniently in other applications.</li>
</ul>
<h1><a class="anchor" id="autotoc_md34"></a>
Documentation</h1>
<p><a href="https://TheAlgorithms.github.io/C">Online Documentation</a> is generated from the repository source codes directly. The documentation contains all resources including source code snippets, details on execution of the programs, diagrammatic representation of program flow, and links to external resources where necessary. Click on <a href="https://TheAlgorithms.github.io/C/files.html">Files menu</a> to see the list of all the files documented with the code.</p>
<p><a href="https://thealgorithms.github.io/C">Documentation of Algorithms in C</a> by <a href="https://github.com/TheAlgorithms/C/graphs/contributors">The Algorithms Contributors</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1">CC BY-SA 4.0</a><br />
<a href="https://creativecommons.org/licenses/by-sa/4.0"><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="Creative Commons License" style="pointer-events: none; height:22px!important;margin-left: 3px;vertical-align:text-bottom;" class="inline"/><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="Credit must be given to the creator" style="pointer-events: none; height:22px!important;margin-left: 3px;vertical-align:text-bottom;" class="inline"/><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="Adaptations must be shared under the same terms" style="pointer-events: none; height:22px!important;margin-left: 3px;vertical-align:text-bottom;" class="inline"/></a></p>
<h1><a class="anchor" id="autotoc_md35"></a>
Contributions</h1>
<p>As a community developed and maintained repository, we welcome new un-plagiarized quality contributions. Please read our <a href="https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md">Contribution Guidelines</a>. </p>
</div></div><!-- PageDoc -->
</div><!-- contents -->
</div><!-- doc-content -->

View File

@ -25,7 +25,12 @@
var NAVTREE =
[
[ "Algorithms_in_C", "index.html", [
[ "The Algorithms - C", "index.html", null ],
[ "The Algorithms - C", "index.html", [
[ "Overview", "index.html#autotoc_md32", null ],
[ "Features", "index.html#autotoc_md33", null ],
[ "Documentation", "index.html#autotoc_md34", null ],
[ "Contributions", "index.html#autotoc_md35", null ]
] ],
[ "Code style convention", "dc/d64/md__coding_guidelines.html", [
[ "User-interface", "dc/d64/md__coding_guidelines.html#autotoc_md2", null ],
[ "Code style conventions", "dc/d64/md__coding_guidelines.html#autotoc_md4", null ]

View File

@ -38,20 +38,20 @@ var NAVTREEINDEX0 =
"d0/d8a/structmax__heap.html#a1b632c34e7304f9e0720834200696340":[11,0,17,1],
"d0/d8a/structmax__heap.html#a917b63797e1857ce994dd5e6cfcebf1e":[11,0,17,0],
"d0/d8a/structmax__heap.html#ac4d520821651b109fd2ba2a99c6c6015":[11,0,17,2],
"d0/dcb/group__kohonen__1d.html":[10,0,9],
"d0/dcb/group__kohonen__1d.html#ga4a57a413a3cef286a7da6d4666575586":[10,0,9,3],
"d0/dcb/group__kohonen__1d.html":[10,0,7],
"d0/dcb/group__kohonen__1d.html#ga4a57a413a3cef286a7da6d4666575586":[10,0,7,3],
"d0/dcb/group__kohonen__1d.html#ga4a57a413a3cef286a7da6d4666575586":[12,0,4,2,5],
"d0/dcb/group__kohonen__1d.html#ga7b84b14e60f47812b581d1f93057c85a":[10,0,9,6],
"d0/dcb/group__kohonen__1d.html#ga7b84b14e60f47812b581d1f93057c85a":[10,0,7,6],
"d0/dcb/group__kohonen__1d.html#ga7b84b14e60f47812b581d1f93057c85a":[12,0,4,2,9],
"d0/dcb/group__kohonen__1d.html#gac6afabdc09a49a433ee19d8a9486056d":[10,0,9,1],
"d0/dcb/group__kohonen__1d.html#gac6afabdc09a49a433ee19d8a9486056d":[10,0,7,1],
"d0/dcb/group__kohonen__1d.html#gac6afabdc09a49a433ee19d8a9486056d":[12,0,4,2,2],
"d0/dcb/group__kohonen__1d.html#gae334493a0917a24736fe5ba82aa6f81f":[10,0,9,5],
"d0/dcb/group__kohonen__1d.html#gae334493a0917a24736fe5ba82aa6f81f":[10,0,7,5],
"d0/dcb/group__kohonen__1d.html#gae334493a0917a24736fe5ba82aa6f81f":[12,0,4,2,7],
"d0/dcb/group__kohonen__1d.html#gaeaeffbff2be4d5d15b0d4f10f846abde":[10,0,9,4],
"d0/dcb/group__kohonen__1d.html#gaeaeffbff2be4d5d15b0d4f10f846abde":[10,0,7,4],
"d0/dcb/group__kohonen__1d.html#gaeaeffbff2be4d5d15b0d4f10f846abde":[12,0,4,2,6],
"d0/dcb/group__kohonen__1d.html#gaf5ce14f026d6d231bef29161bac2b485":[10,0,9,2],
"d0/dcb/group__kohonen__1d.html#gaf5ce14f026d6d231bef29161bac2b485":[10,0,7,2],
"d0/dcb/group__kohonen__1d.html#gaf5ce14f026d6d231bef29161bac2b485":[12,0,4,2,3],
"d0/dcb/group__kohonen__1d.html#gaffe776513b24d84b39af8ab0930fef7f":[10,0,9,0],
"d0/dcb/group__kohonen__1d.html#gaffe776513b24d84b39af8ab0930fef7f":[10,0,7,0],
"d0/dcb/group__kohonen__1d.html#gaffe776513b24d84b39af8ab0930fef7f":[12,0,4,2,1],
"d0/df1/structhash__set__t.html":[11,0,14],
"d0/df1/structhash__set__t.html#a1b52c6b78642e398f574c2ec9ed22e8a":[11,0,14,1],
@ -59,29 +59,29 @@ var NAVTREEINDEX0 =
"d0/df1/structhash__set__t.html#a66e37043817e37030d2e49fd5bf81d7f":[11,0,14,3],
"d0/df1/structhash__set__t.html#a6f21e4fb262dbabac311dadc7936aa68":[11,0,14,0],
"d1/d12/md_data_structures_stack__r_e_a_d_m_e.html":[4],
"d1/d12/md_data_structures_stack__r_e_a_d_m_e.html#autotoc_md11":[3],
"d1/d12/md_data_structures_stack__r_e_a_d_m_e.html#autotoc_md12":[4],
"d1/d12/md_data_structures_stack__r_e_a_d_m_e.html#autotoc_md11":[1],
"d1/d12/md_data_structures_stack__r_e_a_d_m_e.html#autotoc_md12":[2],
"d1/d2f/problem__7_2sol_8c.html":[12,0,7,20,0],
"d1/d2f/problem__7_2sol_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[12,0,7,20,0,0],
"d1/d6b/group__kohonen__2d.html":[10,0,8],
"d1/d6b/group__kohonen__2d.html#ga49d35f68f5d11d8ef6f8cce0d0e7bcba":[10,0,8,9],
"d1/d6b/group__kohonen__2d.html":[10,0,6],
"d1/d6b/group__kohonen__2d.html#ga49d35f68f5d11d8ef6f8cce0d0e7bcba":[10,0,6,9],
"d1/d6b/group__kohonen__2d.html#ga49d35f68f5d11d8ef6f8cce0d0e7bcba":[12,0,4,1,11],
"d1/d6b/group__kohonen__2d.html#ga6824dc6d973eb3339af7aef5fea78b0c":[10,0,8,8],
"d1/d6b/group__kohonen__2d.html#ga6824dc6d973eb3339af7aef5fea78b0c":[10,0,6,8],
"d1/d6b/group__kohonen__2d.html#ga6824dc6d973eb3339af7aef5fea78b0c":[12,0,4,1,10],
"d1/d6b/group__kohonen__2d.html#ga83abb572c60d202e100595a989dfe123":[10,0,8,7],
"d1/d6b/group__kohonen__2d.html#ga83abb572c60d202e100595a989dfe123":[10,0,6,7],
"d1/d6b/group__kohonen__2d.html#ga83abb572c60d202e100595a989dfe123":[12,0,4,1,8],
"d1/d6b/group__kohonen__2d.html#ga8df35f04c1762a01dcf108fa13b897d6":[10,0,6,5],
"d1/d6b/group__kohonen__2d.html#ga8df35f04c1762a01dcf108fa13b897d6":[12,0,4,1,6],
"d1/d6b/group__kohonen__2d.html#ga8df35f04c1762a01dcf108fa13b897d6":[10,0,8,5],
"d1/d6b/group__kohonen__2d.html#gac6afabdc09a49a433ee19d8a9486056d":[12,0,4,1,2],
"d1/d6b/group__kohonen__2d.html#gac6afabdc09a49a433ee19d8a9486056d":[10,0,8,2],
"d1/d6b/group__kohonen__2d.html#gacb42eda8af6ebd6a141a34ab00a0b710":[10,0,8,6],
"d1/d6b/group__kohonen__2d.html#gac6afabdc09a49a433ee19d8a9486056d":[10,0,6,2],
"d1/d6b/group__kohonen__2d.html#gacb42eda8af6ebd6a141a34ab00a0b710":[10,0,6,6],
"d1/d6b/group__kohonen__2d.html#gacb42eda8af6ebd6a141a34ab00a0b710":[12,0,4,1,7],
"d1/d6b/group__kohonen__2d.html#gadc22d512c00a9f5799ee067f4fb90b4b":[10,0,6,4],
"d1/d6b/group__kohonen__2d.html#gadc22d512c00a9f5799ee067f4fb90b4b":[12,0,4,1,5],
"d1/d6b/group__kohonen__2d.html#gadc22d512c00a9f5799ee067f4fb90b4b":[10,0,8,4],
"d1/d6b/group__kohonen__2d.html#gaf5ce14f026d6d231bef29161bac2b485":[12,0,4,1,3],
"d1/d6b/group__kohonen__2d.html#gaf5ce14f026d6d231bef29161bac2b485":[10,0,8,3],
"d1/d6b/group__kohonen__2d.html#gaf5ce14f026d6d231bef29161bac2b485":[10,0,6,3],
"d1/d6b/group__kohonen__2d.html#gaffe776513b24d84b39af8ab0930fef7f":[12,0,4,1,1],
"d1/d6b/group__kohonen__2d.html#gaffe776513b24d84b39af8ab0930fef7f":[10,0,8,1],
"d1/d6b/group__kohonen__2d.html#gaffe776513b24d84b39af8ab0930fef7f":[10,0,6,1],
"d1/dc2/ode__midpoint__euler_8c.html":[12,0,6,4],
"d1/dc2/ode__midpoint__euler_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[12,0,6,4,2],
"d1/dc2/ode__midpoint__euler_8c.html#a148003d8b261d040c1c41e73b40af1dd":[12,0,6,4,3],
@ -115,10 +115,10 @@ var NAVTREEINDEX0 =
"d2/d93/problem__8_2sol2_8c.html#a0ddf1224851353fc92bfbff6f499fa97":[12,0,7,21,1,0],
"d2/da8/bead__sort_8c.html":[12,0,9,0],
"d2/da8/bead__sort_8c.html#ac0f2228420376f4db7e1274f2b41667c":[12,0,9,0,3],
"d2/daa/structadaline.html":[10,0,7,0],
"d2/daa/structadaline.html#a32e58c03fd9258709eae6138ad0ec657":[10,0,7,0,2],
"d2/daa/structadaline.html#a53314e737a0a5ff4552a03bcc9dafbc1":[10,0,7,0,1],
"d2/daa/structadaline.html#a85dbd7cce6195d11ebb388220b96bde2":[10,0,7,0,0],
"d2/daa/structadaline.html":[10,0,5,0],
"d2/daa/structadaline.html#a32e58c03fd9258709eae6138ad0ec657":[10,0,5,0,2],
"d2/daa/structadaline.html#a53314e737a0a5ff4552a03bcc9dafbc1":[10,0,5,0,1],
"d2/daa/structadaline.html#a85dbd7cce6195d11ebb388220b96bde2":[10,0,5,0,0],
"d2/dae/problem__1_2sol2_8c.html":[12,0,7,0,1],
"d2/dae/problem__1_2sol2_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[12,0,7,0,1,0],
"d2/dbc/problem__3_2sol2_8c.html":[12,0,7,15,1],
@ -222,10 +222,10 @@ var NAVTREEINDEX0 =
"d5/d4c/group__sorting.html#ga4fdb8af29a07ac8f496e49a11bf9f1bd":[10,2,0],
"d5/d4c/group__sorting.html#ga5bc16eaf3ffe6a6ab66780dd445904c0":[12,0,9,2,1],
"d5/d4c/group__sorting.html#ga5bc16eaf3ffe6a6ab66780dd445904c0":[10,2,5],
"d5/d4c/group__sorting.html#ga8dc3ec66cb3350313fdb34bfd1674729":[10,2,3],
"d5/d4c/group__sorting.html#ga8dc3ec66cb3350313fdb34bfd1674729":[12,0,9,1,1],
"d5/d4c/group__sorting.html#gab99b8a397bdd0bf2903d66c22ba4ba43":[12,0,9,1,2],
"d5/d4c/group__sorting.html#ga8dc3ec66cb3350313fdb34bfd1674729":[10,2,3],
"d5/d4c/group__sorting.html#gab99b8a397bdd0bf2903d66c22ba4ba43":[10,2,4],
"d5/d4c/group__sorting.html#gab99b8a397bdd0bf2903d66c22ba4ba43":[12,0,9,1,2],
"d5/d4c/group__sorting.html#gad7ed8cc4603f500d610054680d28b971":[12,0,9,0,2],
"d5/d4c/group__sorting.html#gad7ed8cc4603f500d610054680d28b971":[10,2,2],
"d5/d4c/group__sorting.html#gaeccaf61ff47279384d1dba8d869d5c2f":[12,0,9,2,2],

View File

@ -32,8 +32,8 @@ var NAVTREEINDEX1 =
"d5/df4/group__sudoku.html#ga702ff4f95dde780c7d04fcdd1021b6c1":[12,0,5,4,6],
"d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55":[10,1,5],
"d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55":[12,0,5,4,5],
"d5/df4/group__sudoku.html#gadfe0ed5085b4775d8fa00b434cc0fdfc":[10,1,7],
"d5/df4/group__sudoku.html#gadfe0ed5085b4775d8fa00b434cc0fdfc":[12,0,5,4,7],
"d5/df4/group__sudoku.html#gadfe0ed5085b4775d8fa00b434cc0fdfc":[10,1,7],
"d6/d1b/sol4_8c.html":[12,0,7,0,3],
"d6/d1b/sol4_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[12,0,7,0,3,0],
"d6/d3d/factorial__large__number_8c.html":[12,0,5,2],
@ -72,7 +72,7 @@ var NAVTREEINDEX1 =
"d7/d91/problem__15_2sol1_8c.html#a3c04138a5bfe5d72780bb7e82a18e627":[12,0,7,5,0,0],
"d7/d91/problem__15_2sol1_8c.html#a4650d1d3897633d84253f93433f601d6":[12,0,7,5,0,1],
"d7/db5/md_exercism__r_e_a_d_m_e.html":[6],
"d7/db5/md_exercism__r_e_a_d_m_e.html#autotoc_md28":[5],
"d7/db5/md_exercism__r_e_a_d_m_e.html#autotoc_md28":[3],
"d7/dd3/problem__3_2sol1_8c.html":[12,0,7,15,0],
"d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305":[12,0,7,15,0,0],
"d7/dd3/problem__3_2sol1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[12,0,7,15,0,1],
@ -103,11 +103,11 @@ var NAVTREEINDEX1 =
"d8/d7c/dict_8h_source.html":[12,0,1,2,0],
"d8/d81/md_project_euler__r_e_a_d_m_e.html":[9],
"d8/da2/dynamic__array_8h_source.html":[12,0,1,3,0],
"d8/db8/structkohonen__array__3d.html":[10,0,8,0],
"d8/db8/structkohonen__array__3d.html#a160f14830bdfbbf9f422f382ee754dbf":[10,0,8,0,3],
"d8/db8/structkohonen__array__3d.html#a16720581653fa9a34d1029e7229a7377":[10,0,8,0,1],
"d8/db8/structkohonen__array__3d.html#a888d7e007b38c91c7933e12a9566af1d":[10,0,8,0,2],
"d8/db8/structkohonen__array__3d.html#ad546baa2e81c6196d5f1dc0fe2e5bd59":[10,0,8,0,0],
"d8/db8/structkohonen__array__3d.html":[10,0,6,0],
"d8/db8/structkohonen__array__3d.html#a160f14830bdfbbf9f422f382ee754dbf":[10,0,6,0,3],
"d8/db8/structkohonen__array__3d.html#a16720581653fa9a34d1029e7229a7377":[10,0,6,0,1],
"d8/db8/structkohonen__array__3d.html#a888d7e007b38c91c7933e12a9566af1d":[10,0,6,0,2],
"d8/db8/structkohonen__array__3d.html#ad546baa2e81c6196d5f1dc0fe2e5bd59":[10,0,6,0,0],
"d8/de0/problem__9_2sol2_8c.html":[12,0,7,22,1],
"d8/de0/problem__9_2sol2_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[12,0,7,22,1,0],
"d9/d41/md_data_structures_array__r_e_a_d_m_e.html":[2],
@ -121,25 +121,25 @@ var NAVTREEINDEX1 =
"d9/dd7/struct__cantor__set.html#abd2176c3cc3a1d85d15bbeaace35fa03":[11,0,1,2],
"d9/dd7/struct__cantor__set.html#acfc25ab716a3c79be8a5a4cab94e8def":[11,0,1,0],
"da/d23/list_8h_source.html":[12,0,1,6,0],
"da/d2a/group__adaline.html":[10,0,7],
"da/d2a/group__adaline.html":[10,0,5],
"da/d2a/group__adaline.html#ga20d3642e0a87f36fdb7bf91b023cd166":[12,0,4,0,4],
"da/d2a/group__adaline.html#ga20d3642e0a87f36fdb7bf91b023cd166":[10,0,7,5],
"da/d2a/group__adaline.html#ga20d3642e0a87f36fdb7bf91b023cd166":[10,0,5,5],
"da/d2a/group__adaline.html#ga251695a79baa885cafdcf6d8ed4ac120":[10,0,5,6],
"da/d2a/group__adaline.html#ga251695a79baa885cafdcf6d8ed4ac120":[12,0,4,0,5],
"da/d2a/group__adaline.html#ga251695a79baa885cafdcf6d8ed4ac120":[10,0,7,6],
"da/d2a/group__adaline.html#ga43576566b020c4157d4fb28f0dd45cfa":[12,0,4,0,2],
"da/d2a/group__adaline.html#ga43576566b020c4157d4fb28f0dd45cfa":[10,0,7,3],
"da/d2a/group__adaline.html#ga43576566b020c4157d4fb28f0dd45cfa":[10,0,5,3],
"da/d2a/group__adaline.html#ga555ba960994e9bccb2029764588f694f":[12,0,4,0,1],
"da/d2a/group__adaline.html#ga555ba960994e9bccb2029764588f694f":[10,0,7,2],
"da/d2a/group__adaline.html#ga6f35caa3084772cc126ac7b20f67f665":[10,0,7,8],
"da/d2a/group__adaline.html#ga555ba960994e9bccb2029764588f694f":[10,0,5,2],
"da/d2a/group__adaline.html#ga6f35caa3084772cc126ac7b20f67f665":[10,0,5,8],
"da/d2a/group__adaline.html#ga6f35caa3084772cc126ac7b20f67f665":[12,0,4,0,7],
"da/d2a/group__adaline.html#gaa52120912e32d2893fe1c6d78da5befd":[10,0,7,4],
"da/d2a/group__adaline.html#gaa52120912e32d2893fe1c6d78da5befd":[12,0,4,0,3],
"da/d2a/group__adaline.html#gaa52120912e32d2893fe1c6d78da5befd":[10,0,5,4],
"da/d2a/group__adaline.html#gab4d49d73dec94c092b7ffadba55fb020":[12,0,4,0,0],
"da/d2a/group__adaline.html#gab4d49d73dec94c092b7ffadba55fb020":[10,0,7,1],
"da/d2a/group__adaline.html#gab4d49d73dec94c092b7ffadba55fb020":[10,0,5,1],
"da/d2a/group__adaline.html#gac70b578aee679005fd336073969c3d94":[10,0,5,7],
"da/d2a/group__adaline.html#gac70b578aee679005fd336073969c3d94":[12,0,4,0,6],
"da/d2a/group__adaline.html#gac70b578aee679005fd336073969c3d94":[10,0,7,7],
"da/d2a/group__adaline.html#gacd88962c5f6341e43cbc69b4a7d3485b":[12,0,4,0,9],
"da/d2a/group__adaline.html#gacd88962c5f6341e43cbc69b4a7d3485b":[10,0,7,9],
"da/d2a/group__adaline.html#gacd88962c5f6341e43cbc69b4a7d3485b":[10,0,5,9],
"da/d35/problem__1_2sol1_8c.html":[12,0,7,0,0],
"da/d35/problem__1_2sol1_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[12,0,7,0,0,0],
"da/d38/durand__kerner__roots_8c.html":[12,0,6,0],
@ -232,7 +232,7 @@ var NAVTREEINDEX1 =
"dd/df0/problem__19_2sol1_8c.html#a6561b1adc8a19c092679b9874da24e2e":[12,0,7,7,0,1],
"dd/df0/problem__19_2sol1_8c.html#ab7f9ad087f124b8e0615aa535b4c8a75":[12,0,7,7,0,0],
"de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html":[3],
"de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html#autotoc_md9":[2],
"de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html#autotoc_md9":[0],
"de/dac/sudoku__solver_8c.html":[12,0,5,4],
"de/dac/sudoku__solver_8c.html#ae1a3968e7947464bee7714f6d43b7002":[12,0,5,4,8],
"de/dac/sudoku__solver_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[12,0,5,4,1],

View File

@ -9,7 +9,7 @@ var NAVTREEINDEX2 =
"df/d3c/threaded__binary__trees_8c.html#ad8ecdcce462dd8e170ae1f164935aaa6":[12,0,1,1,0,1],
"df/d3c/threaded__binary__trees_8c.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[12,0,1,1,0,6],
"df/d58/md_leetcode__r_e_a_d_m_e.html":[8],
"df/d58/md_leetcode__r_e_a_d_m_e.html#autotoc_md30":[6],
"df/d58/md_leetcode__r_e_a_d_m_e.html#autotoc_md30":[4],
"df/da5/problem__9_2sol1_8c.html":[12,0,7,22,0],
"df/da5/problem__9_2sol1_8c.html#a840291bc02cba5474a4cb46a9b9566fe":[12,0,7,22,0,0],
"df/db3/struct_l.html":[11,0,16],
@ -76,8 +76,8 @@ var NAVTREEINDEX2 =
"files.html":[12,0],
"functions.html":[11,2,0],
"functions_vars.html":[11,2,1],
"globals.html":[12,1,0],
"globals.html":[12,1,0,0],
"globals.html":[12,1,0],
"globals_a.html":[12,1,0,1],
"globals_b.html":[12,1,0,2],
"globals_c.html":[12,1,0,3],
@ -101,10 +101,12 @@ var NAVTREEINDEX2 =
"globals_type.html":[12,1,3],
"globals_v.html":[12,1,0,19],
"globals_vars.html":[12,1,2],
"index.html":[],
"index.html":[0],
"index.html#autotoc_md32":[0],
"index.html#autotoc_md33":[1],
"index.html":[],
"index.html#autotoc_md32":[0,0],
"index.html#autotoc_md33":[0,1],
"index.html#autotoc_md34":[0,2],
"index.html#autotoc_md35":[0,3],
"modules.html":[10],
"pages.html":[]
};