Documentation for 0d766b0f8a

This commit is contained in:
realstealthninja
2024-11-04 12:32:06 +00:00
parent fb1d00ead7
commit 4fb6e622e9
280 changed files with 2978 additions and 4001 deletions

View File

@@ -119,7 +119,7 @@ Features</h1>
<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 <a href="https://en.wikipedia.org/wiki/Standard_Template_Library" target="_blank">STL classes</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-Plus-Plus/actions?query=workflow%3A%22Awesome+CI+Workflow%22" target="_blank">compiled and tested</a> for every commit on the latest versions of three major operating systems viz., Windows, MacOS, and Ubuntu (Linux) using MSVC 19 2022, AppleClang 14.0.0, and GNU 11.3.0 respectively.</li>
<li>Strict adherence to <a href="https://en.wikipedia.org/wiki/C%2B%2B11" target="_blank">C++11</a> standard ensures portability of code to embedded systems as well like ESP32, ARM Cortex, etc. with little to no changes.</li>
<li>Strict adherence to <a href="https://en.wikipedia.org/wiki/C%2B%2B17" target="_blank">C++17</a> standard ensures portability of code to embedded systems as well like <a href="https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/cplusplus.html#c-language-standard" target="_blank">ESP32</a>, <a href="https://developer.arm.com/documentation/101458/2404/Standards-support/Supported-C-C---standards-in-Arm-C-C---Compiler" target="_blank">ARM Cortex</a>, 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>