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/)