Sobes.tech
Intern — Senior

Finding the largest number in a vector

livecode

Task condition

int findMaximum(const std::vector<int>& data) { // implement }