Greedy Algorithms - Maximum Units on a Truck
Consider an algorithm that sorts box types by units per box in descending order and then iteratively loads boxes until the truck is full. What is the overall time complexity of this approach given n box types?
