What STL(C++) are essential to learn for solving problem in contests?

I just completed my first contest on Codechef and I got one AC and one partial AC. I was going through editorials and found that every solution is using various kind of STL. I only know about vector STL in C++. What other STLs I should read about and what is the best approach to find which one I should use?

1 Like

Read this article

6 Likes

This article will help you.

The Complete Practical Guide to C++ STL