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(); });
The Algorithms - C++
-

Gitpod Ready-to-Code Gitter chat contributions welcome GitHub repo size GitHub closed pull requests Doxygen CI Awesome CI

-

Online Documentation.

-

Click on Files menu to see the list of all the files documented with the code.

-

-Algorithms implemented in C++ (for education)

-

The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.

-

-Contribute Guidelines

-

Read our Contribution Guidelines before you contribute.

+

+

Gitpod Ready-to-Code Language grade: C/C++ Gitter chat contributions welcome GitHub repo size Doxygen CI Awesome CI

+

+Overview

+

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.

+

+Features

+
    +
  • The repository provides implementations of various algorithms in one of the most fundamental general purpose languages - C++.
  • +
  • Well documented source code with detailed explanations provide a valuable resource for educators and students alike.
  • +
  • Each source code is atomic using STL classes and no external libraries are required for their compilation and execution. Thus the fundamentals of the algorithms can be studied in much depth.
  • +
  • Source codes are compiled and tested 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.
  • +
  • Strict adherence to C++11 standard ensures portability of code to embedded systems as well like ESP32, ARM Cortex, etc. with little to no changes.
  • +
  • Self-checks within programs ensure correct implementations with confidence.
  • +
  • Modular implementations and OpenSource licensing enable the functions to be utilized conveniently in other applications.
  • +
+

+Documentation

+

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
+ Creative Commons LicenseCredit must be given to the creatorAdaptations must be shared under the same terms

+

+Contributions

+

As a community developed and maintained repository, we welcome new un-plagiarized quality contributions. Please read our Contribution Guidelines.

diff --git a/navtreedata.js b/navtreedata.js index 187d47efa..ce2c6393a 100644 --- a/navtreedata.js +++ b/navtreedata.js @@ -25,12 +25,15 @@ var NAVTREE = [ [ "Algorithms_in_C++", "index.html", [ - [ "The Algorithms - C++", "index.html", null ], + [ "The Algorithms - C++", "index.html", [ + [ "Overview", "index.html#autotoc_md33", null ], + [ "Features", "index.html#autotoc_md34", null ], + [ "Documentation", "index.html#autotoc_md35", null ], + [ "Contributions", "index.html#autotoc_md36", null ] + ] ], [ "CONTRIBUTION GUIDELINES", "d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html", [ [ "Before contributing", "d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md1", null ], [ "Contributing", "d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md2", [ - [ "Algorithms implemented in C++ (for education)", "index.html#autotoc_md33", null ], - [ "Contribute Guidelines", "index.html#autotoc_md34", null ], [ "Contributor", "d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md3", null ], [ "Making Changes", "d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md4", [ [ "Code", "d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md5", null ], diff --git a/navtreeindex0.js b/navtreeindex0.js index f4e9f24e4..014534e10 100644 --- a/navtreeindex0.js +++ b/navtreeindex0.js @@ -119,8 +119,8 @@ var NAVTREEINDEX0 = "d2/dc4/classstack__linked_list.html#a565e79ec7a9d949664277afda874cf7c":[7,0,31,2], "d2/dc4/classstack__linked_list.html#aa34ec2024dcfe130e6458149093772b3":[7,0,31,5], "d2/dc4/classstack__linked_list.html#af12688f7e4d74a978c93d5b26199a208":[7,0,31,1], -"d2/dcf/namespacestatistics.html":[7,0,1], "d2/dcf/namespacestatistics.html":[6,0,3], +"d2/dcf/namespacestatistics.html":[7,0,1], "d3/d06/ode__semi__implicit__euler_8cpp.html":[8,0,5,11], "d3/d06/ode__semi__implicit__euler_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97":[8,0,5,11,1], "d3/d06/ode__semi__implicit__euler_8cpp.html#aa13517b8e5de1b75592052db7f7e237f":[8,0,5,11,3], diff --git a/navtreeindex1.js b/navtreeindex1.js index 276cf143a..5a66ea1c3 100644 --- a/navtreeindex1.js +++ b/navtreeindex1.js @@ -11,8 +11,8 @@ var NAVTREEINDEX1 = "d5/d4c/group__sorting.html":[5,2], "d5/d4c/group__sorting.html#ga0a9a57a1f1bbba3d4822531d002b7e07":[5,2,5], "d5/d4c/group__sorting.html#ga0a9a57a1f1bbba3d4822531d002b7e07":[8,0,10,3,3], -"d5/d4c/group__sorting.html#ga29d28b140174dbdde7c9f5157758435f":[8,0,10,2,1], "d5/d4c/group__sorting.html#ga29d28b140174dbdde7c9f5157758435f":[5,2,1], +"d5/d4c/group__sorting.html#ga29d28b140174dbdde7c9f5157758435f":[8,0,10,2,1], "d5/d4c/group__sorting.html#ga460c61cd948203b4816bef2accb3fc73":[5,2,3], "d5/d4c/group__sorting.html#ga460c61cd948203b4816bef2accb3fc73":[8,0,10,3,1], "d5/d4c/group__sorting.html#gab6b14fea48d9841e29b9fc26be6e05d7":[8,0,10,3,2], @@ -106,16 +106,16 @@ var NAVTREEINDEX1 = "d6/d60/group__ode.html":[5,1], "d6/d60/group__ode.html#ga36ff0710861ca39d957046c0b09b2985":[8,0,5,10,2], "d6/d60/group__ode.html#ga36ff0710861ca39d957046c0b09b2985":[5,1,2], -"d6/d60/group__ode.html#ga3874d294ab00fe9ce8731c5b7991a089":[8,0,5,11,4], "d6/d60/group__ode.html#ga3874d294ab00fe9ce8731c5b7991a089":[5,1,4], -"d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f":[8,0,5,11,5], +"d6/d60/group__ode.html#ga3874d294ab00fe9ce8731c5b7991a089":[8,0,5,11,4], "d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f":[5,1,5], +"d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f":[8,0,5,11,5], "d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812":[8,0,5,10,3], "d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812":[5,1,3], "d6/d60/group__ode.html#gaa197c6b7085ac9ea71abc4c063e6f52f":[8,0,5,9,2], "d6/d60/group__ode.html#gaa197c6b7085ac9ea71abc4c063e6f52f":[5,1,1], -"d6/d60/group__ode.html#gae0509f8843e2bc42de2abbd00a14b7b9":[5,1,0], "d6/d60/group__ode.html#gae0509f8843e2bc42de2abbd00a14b7b9":[8,0,5,9,1], +"d6/d60/group__ode.html#gae0509f8843e2bc42de2abbd00a14b7b9":[5,1,0], "d6/d7a/golden__search__extrema_8cpp.html":[8,0,5,5], "d6/d7a/golden__search__extrema_8cpp.html#a002b2f4894492820fe708b1b7e7c5e70":[8,0,5,5,1], "d6/d7a/golden__search__extrema_8cpp.html#a0283886819c7c140a023582b7269e2d0":[8,0,5,5,5], @@ -138,17 +138,17 @@ var NAVTREEINDEX1 = "d6/db0/binomial__dist_8cpp.html#af09e51f513cee647d41192ab0a872cdc":[8,0,7,2,2], "d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html":[1], "d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md1":[1,0], -"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md10":[1,1,3,5], -"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md11":[1,1,4], -"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md12":[1,1,4,0], +"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md10":[1,1,1,5], +"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md11":[1,1,2], +"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md12":[1,1,2,0], "d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md2":[1,1], -"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md3":[1,1,2], -"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md4":[1,1,3], -"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md5":[1,1,3,0], -"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md6":[1,1,3,1], -"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md7":[1,1,3,2], -"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md8":[1,1,3,3], -"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md9":[1,1,3,4], +"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md3":[1,1,0], +"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md4":[1,1,1], +"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md5":[1,1,1,0], +"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md6":[1,1,1,1], +"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md7":[1,1,1,2], +"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md8":[1,1,1,3], +"d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html#autotoc_md9":[1,1,1,4], "d6/dce/rabin__karp_8cpp.html":[8,0,11,2], "d6/dce/rabin__karp_8cpp.html#a21c673d56cbf67b1d2ee4d869185b7d9":[8,0,11,2,4], "d6/dce/rabin__karp_8cpp.html#a840291bc02cba5474a4cb46a9b9566fe":[8,0,11,2,3], diff --git a/navtreeindex2.js b/navtreeindex2.js index 2903d1734..768cc2882 100644 --- a/navtreeindex2.js +++ b/navtreeindex2.js @@ -61,15 +61,15 @@ var NAVTREEINDEX2 = "d9/d66/group__machine__learning.html":[5,0], "d9/d66/group__machine__learning.html#ga525335710b53cb064ca56b936120431e":[8,0,3,2,0], "d9/d66/group__machine__learning.html#ga525335710b53cb064ca56b936120431e":[8,0,3,1,0], -"d9/d66/group__machine__learning.html#ga6c606bc85a3e9fd9d010f874ad760336":[5,0,6], "d9/d66/group__machine__learning.html#ga6c606bc85a3e9fd9d010f874ad760336":[8,0,3,1,7], +"d9/d66/group__machine__learning.html#ga6c606bc85a3e9fd9d010f874ad760336":[5,0,6], "d9/d66/group__machine__learning.html#ga72699c805c19a6cc47a937a6f3378afa":[8,0,3,2,5], "d9/d66/group__machine__learning.html#ga72699c805c19a6cc47a937a6f3378afa":[5,0,7], "d9/d66/group__machine__learning.html#gab53c14440b2b2dd3172c66afc5c2f63f":[5,0,5], "d9/d66/group__machine__learning.html#gab53c14440b2b2dd3172c66afc5c2f63f":[8,0,3,1,4], "d9/d66/group__machine__learning.html#gacd517c6f195c75b9dd0f3aad65326f3b":[8,0,3,0,1], -"d9/d66/group__machine__learning.html#gaf5ce14f026d6d231bef29161bac2b485":[5,0,4], "d9/d66/group__machine__learning.html#gaf5ce14f026d6d231bef29161bac2b485":[8,0,3,2,1], +"d9/d66/group__machine__learning.html#gaf5ce14f026d6d231bef29161bac2b485":[5,0,4], "d9/d66/group__machine__learning.html#gaf5ce14f026d6d231bef29161bac2b485":[8,0,3,1,2], "d9/d69/median__search_8cpp.html":[8,0,9,7], "d9/d69/median__search_8cpp.html#a3a66390d0e407dce4fcbf63a169c6c8f":[8,0,9,7,1], @@ -156,8 +156,8 @@ var NAVTREEINDEX2 = "da/d9a/class_graph.html#ade809d353b640b9c2773d71d4f57d57d":[7,0,12,5], "da/d9a/class_graph.html#ae0d2312723fb56a431e6fba4f264d25c":[7,0,12,24], "da/d9a/class_graph.html#ae30edce9b4e7c6347e67edc343f366d8":[7,0,12,7], -"da/d9a/class_graph.html#ae4c72b8ac4d693c49800a4c7e273654f":[7,0,12,3], "da/d9a/class_graph.html#ae4c72b8ac4d693c49800a4c7e273654f":[7,0,12,10], +"da/d9a/class_graph.html#ae4c72b8ac4d693c49800a4c7e273654f":[7,0,12,3], "da/d9a/class_graph.html#ae8959064e179573cc48f8cee99115c07":[7,0,12,20], "da/d9a/class_graph.html#ae93ae98711b868af601d424954fe94ac":[7,0,12,39], "da/d9a/class_graph.html#af0e8f10f05298718b830d7c01a7cd69c":[7,0,12,35], diff --git a/navtreeindex3.js b/navtreeindex3.js index 09d70a78b..3e2cb8d4f 100644 --- a/navtreeindex3.js +++ b/navtreeindex3.js @@ -83,9 +83,9 @@ var NAVTREEINDEX3 = "dd/d2f/class_trie.html#afd8b79959009b554e98ea7128b2886f2":[7,0,34,3], "dd/d3b/struct_entry.html":[7,0,9], "dd/d3b/struct_entry.html#acef39096ad1bc616755a4c120a713cea":[7,0,9,3], -"dd/d3b/struct_entry.html#aeda5da9d6e79cb91d566e85af94fc372":[7,0,9,0], "dd/d3b/struct_entry.html#aeda5da9d6e79cb91d566e85af94fc372":[7,0,9,1], "dd/d3b/struct_entry.html#aeda5da9d6e79cb91d566e85af94fc372":[7,0,9,2], +"dd/d3b/struct_entry.html#aeda5da9d6e79cb91d566e85af94fc372":[7,0,9,0], "dd/d4f/class_solution.html":[7,0,29], "dd/d4f/class_solution.html#a0a92d4ba2a822ae87e4c8a7c321024c0":[7,0,29,7], "dd/d4f/class_solution.html#a29d19d87d54fe43d3f22221b8fe1b0bc":[7,0,29,0], @@ -232,8 +232,8 @@ var NAVTREEINDEX3 = "globals_defs.html":[8,1,4], "globals_e.html":[8,1,0,5], "globals_f.html":[8,1,0,6], -"globals_func.html":[8,1,1,0], "globals_func.html":[8,1,1], +"globals_func.html":[8,1,1,0], "globals_func_a.html":[8,1,1,1], "globals_func_b.html":[8,1,1,2], "globals_func_c.html":[8,1,1,3], diff --git a/navtreeindex4.js b/navtreeindex4.js index d1586e5e1..659edecdb 100644 --- a/navtreeindex4.js +++ b/navtreeindex4.js @@ -20,8 +20,10 @@ var NAVTREEINDEX4 = "globals_vars.html":[8,1,2], "index.html":[0], "index.html":[], -"index.html#autotoc_md33":[0], -"index.html#autotoc_md34":[1], +"index.html#autotoc_md33":[0,0], +"index.html#autotoc_md34":[0,1], +"index.html#autotoc_md35":[0,2], +"index.html#autotoc_md36":[0,3], "modules.html":[5], "namespacemembers.html":[6,1,0], "namespacemembers_func.html":[6,1,1],