Why C++ is preferred for competitive programming??

C++ is the most preferred programming language for competitive programming environment mainly because of its STL(Standard Templete Library). STL is a collection of C++ templates to help programmers quickly tackle basic data structures and functions such as lists, stacks, arrays, etc.. It is a library of container classes, algorithms, and iterators!

Comments (1)