From 1bf6405af8a3326410716bc4248ad3b0898465e8 Mon Sep 17 00:00:00 2001 From: Jaydip Pipaliya Date: Wed, 8 Oct 2025 20:20:21 +0530 Subject: [PATCH] Course: added -> C++ STL and Algorithms (#12171) * C++ STL Tutorial link added * C++ Algorithm Complete Playlist added * lint error resolved * Removed single course link * Course name updated * linter error resolved * course creator name updated --- courses/free-courses-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index 69aee4085..bd27d64b3 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -390,6 +390,7 @@ ### C++ +* [Algorithms](https://www.youtube.com/playlist?list=PLDN4rrl48XKpZkf03iYFl-O29szjTrs_O) - Abdul Bari * [An Introduction to C++ Programming](https://www.udemy.com/course/an-introduction-to-cpp-programming/) - (Udemy) * [C++](https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb) - The Cherno * [C++ Compilation, Linking, and Makefiles](https://www.youtube.com/playlist?list=PLNUvpxaaFJ_i6BYqbxTVeK5AOcFzQbboQ) - Amy Larson