I am preparing for a programming contest, because we are solving the problems of programming in C ++.
Looking at the decisions of the previous year, they seem pretty easy (no more than 30 lines of code). I realized that they use STL extensively for easy manipulation - vectors, sets, maps, lists, as well as the algorithms available in STL.
Any site for beginners, like me, who want to know the features of STL and its use in solving problems?
Thanks in advance.
c ++ stl
gujo
source share