Solution: Maximum Salary

Solutions for the Largest Concatenate Problem.

We'll cover the following...

Solution

Recall the algorithm for this problem that works for single-digit numbers.


 LargestConcatenate(Numbers)LargestConcatenate(Numbers):
 yourSalaryyourSalary \leftarrow empty string
 while NumbersNumbers is not empty:
  maxNum ...