To find the max element of any vector, we can use std::max_element(...) and then deference the returned iterator, or iterate over all the elements and use the std::max(const