Which Approach to consider for any placement interview?
Anonymous User
93

Hello LC Fam!
In any placement interview, should we go using direct fuctions or the traditional code?
For ex:

If we have to find the max element in any vector, should we iterate over the vector to find the max or just use max_element() function?

Thanks! Regards!!

Comments (1)