From 0fdd8b68922af9a4d6ff8d7f9fa896c68f5d473f Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 28 Jun 2020 12:56:08 +0000 Subject: [PATCH] Documentation for c7088b4b8582ffc4e5a8a2501472858606bd6b25 --- index.html | 33 ++++++++++++++++++++++++--------- navtreedata.js | 9 ++++++--- navtreeindex0.js | 2 +- navtreeindex1.js | 28 ++++++++++++++-------------- navtreeindex2.js | 6 +++--- navtreeindex3.js | 4 ++-- navtreeindex4.js | 6 ++++-- 7 files changed, 54 insertions(+), 34 deletions(-) diff --git a/index.html b/index.html index 0eb7684ea..dd606ba3a 100644 --- a/index.html +++ b/index.html @@ -94,15 +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.
-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 MIT 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.
+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. The documentation also introduces interactive source code with links to documentation for C++ STL library functions used. 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.