Kizspy | Question: 47
(Choose 1 answer)
What is the primary advantage of using STL algorithms over writing your own algorithms?
A. STL algorithms are always faster
B. STL algorithms provide a consistent and optimized way to perform common operations
C. STL algorithms require less memory
D. STL algorithms are easier to understand