- Time : O(n)
- Space : O(n)
c++
1 | int Solution::highestScore(vector<vector<string>> &A) { |