Using STL Library in C++

Hey there, I am Viresh.
I've just started doing C++ programming. And, I was wondering if it is a good practice to use built-in C++ algorithms. For example, should I use the Binary_Search function directly from the Algorithms library or write it myself, given that I do have understanding of how it works.
TIA!

Comments (1)