mercredi 22 juillet 2015

Find max/min of vector of vectors

What is the most efficient and standard(c++11/14) way to find the max/min element of vector of vectors ?

std::vector<std::vector<double>> some_values;

thanks

Aucun commentaire:

Enregistrer un commentaire