From 81356391f0189bb7d99d6f0a48b170b21ea0ea9e Mon Sep 17 00:00:00 2001 From: Amulya Gaur Date: Sun, 16 Jun 2019 08:01:25 +0530 Subject: [PATCH] Added topcoder tutorial links (#30852) --- guide/english/cplusplus/stl-algorithms/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/cplusplus/stl-algorithms/index.md b/guide/english/cplusplus/stl-algorithms/index.md index 7cdc3cea37..a2f1a8dced 100644 --- a/guide/english/cplusplus/stl-algorithms/index.md +++ b/guide/english/cplusplus/stl-algorithms/index.md @@ -11,3 +11,5 @@ STL stands for Standard Template Library. It consists various containers like Ve ### References: 1. [GeeksForGeeks - STL Tutorial](https://www.geeksforgeeks.org/cpp-stl-tutorial/) 2. [Alibaba Cloud - Quick STL Tutorial](https://www.alibabacloud.com/forum/read-531) +3. [STL Topcoder Tutorial - 1](https://www.topcoder.com/community/competitive-programming/tutorials/power-up-c-with-the-standard-template-library-part-1/) +4. [STL Topcoder Tutorial - 2](https://www.topcoder.com/community/competitive-programming/tutorials/power-up-c-with-the-standard-template-library-part-2/)