0% found this document useful (0 votes)
108 views

C++ STL Hacks For Competitve Programming

This document provides a list of 7 links to resources for learning how to use C++ standard template library (STL) tricks and techniques that are useful for programming contests. The links include tutorials on powering up C++ with STL from TopCoder, a blog post on 8 cool C++ tricks for contests, techniques from GeeksforGeeks, tips from Codeforces, and advice on tricks from Quora.

Uploaded by

Rahman M.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
108 views

C++ STL Hacks For Competitve Programming

This document provides a list of 7 links to resources for learning how to use C++ standard template library (STL) tricks and techniques that are useful for programming contests. The links include tutorials on powering up C++ with STL from TopCoder, a blog post on 8 cool C++ tricks for contests, techniques from GeeksforGeeks, tips from Codeforces, and advice on tricks from Quora.

Uploaded by

Rahman M.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

STL C++ Hacks for Programming Contest

1. https://www.topcoder.com/community/data-science/data-science-
tutorials/power-up-c-with-the-standard-template-library-part-1/

2. https://www.topcoder.com/community/data-science/data-science-
tutorials/power-up-c-with-the-standard-template-library-part-2/

3. http://orcunyilmaz.com/coding-c/eight-cool-c-tricks-use-programming-
contest.html

4. http://www.geeksforgeeks.org/c-tricks-competitive-programming-c-11/

5. http://codeforces.com/blog/entry/15643

6. https://www.quora.com/Competitive-Programming/What-are-some-cool-
C++-tricks-to-use-in-a-programming-contest

7. http://codeforces.com/blog/entry/5217

You might also like