diff --git a/README.md b/README.md index f25b81e..e4e9707 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ Paste your codes at [ideone](https://ideone.com/), [pastebin](https://pastebin.c | ★★☆ | [C++ Tricks - Codeforces](http://codeforces.com/blog/entry/15643) ... [What are some cool C++ tricks to use in a programming contest? - Quora](https://www.quora.com/Competitive-Programming/What-are-some-cool-C++-tricks-to-use-in-a-programming-contest) | Plentiful C++ tricks for competitive programming. Note that some should be used with care. | | ★★★ | [C++ STL: Policy based data structures - Codeforces: Part 1](http://codeforces.com/blog/entry/11080), [Part 2](http://codeforces.com/blog/entry/13279) | Detailed introduction to the extra data structures implemented in GNU C++. The official documentation can be found [here](https://gcc.gnu.org/onlinedocs/libstdc++/ext/pb_ds/). | | ★☆☆ | [C++11 FAQ (English, Chinese, Russian, Japanese, Korean)](http://www.stroustrup.com/C++11FAQ.html) | A list of FAQs regarding C++11 collected and written by Bjarne Stroustrup, the creator of C++. | +| ★★★ | [C++ tutorial with all concepts in C++, from the fundamentals to the advanced](https://www.scaler.com/topics/cpp/) | Tutorial created in a well-defined structure to provide a clear learning path to the readers. ### Java