From 9eca28ec3f4bd3ba1e5814ec7115d949fe348e51 Mon Sep 17 00:00:00 2001
From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Date: Fri, 16 Jun 2023 21:24:35 +0000
Subject: [PATCH] Documentation for 1a6ca124566db3c5c40c756f80eb8ea1ad7c6b65
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 065247680..971137744 100644
--- a/index.html
+++ b/index.html
@@ -111,7 +111,7 @@ 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 19 2022, AppleClang 14.0.0, and GNU 11.3.0 respectively.
+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.