From af60b90b50737f20abf2c622a2c760202e4d2032 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Wed, 8 Jul 2020 00:08:29 +0000 Subject: [PATCH] Documentation for 294d29b584f3a6d3d7e0da72dcb5d5c1911bb305 --- d9/d66/group__machine__learning.js | 2 -- index.html | 34 +++++++++++++------ navtreedata.js | 7 +++- navtreeindex0.js | 52 +++++++++++++++--------------- navtreeindex1.js | 36 ++++++++++----------- navtreeindex2.js | 12 ++++--- 6 files changed, 81 insertions(+), 62 deletions(-) diff --git a/d9/d66/group__machine__learning.js b/d9/d66/group__machine__learning.js index 1fb54b07..ec37f3ff 100644 --- a/d9/d66/group__machine__learning.js +++ b/d9/d66/group__machine__learning.js @@ -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 ], diff --git a/index.html b/index.html index 7287f7fd..724623ef 100644 --- a/index.html +++ b/index.html @@ -94,16 +94,30 @@ $(document).ready(function(){initNavTree('index.html',''); initResizable(); });
Click on Files menu to see the list of all the files documented with the code.
-All the code can be executed and tested online:
-The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.
-Read our Contribution Guidelines before you contribute.
+The repository is a collection of open-source implementation of a variety of algorithms implemented in C and licensed under GPLv3 License. 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.
+libc
and no external libraries are required for their compilation and execution. Thus the fundamentals of the algorithms can be studied in much depth.Online Documentation 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 Files menu to see the list of all the files documented with the code.
+Documentation of Algorithms in C by The Algorithms Contributors is licensed under CC BY-SA 4.0
+
As a community developed and maintained repository, we welcome new un-plagiarized quality contributions. Please read our Contribution Guidelines.