mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-21 04:18:34 +08:00
Documentation for 1a6ca12456
This commit is contained in:
@@ -111,7 +111,7 @@ Features</h1>
|
||||
<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%2B%2B" target="_blank">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 <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>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 16 2019, AppleClang 11.0 and GNU 7.5.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>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>
|
||||
|
||||
Reference in New Issue
Block a user