30:00
Given a list of non-negative integers nums, arrange them such that they form the largest number and return it.
1≤nums.length≤1001 \leq \text{nums.length} \leq 1001≤nums.length≤100
0≤nums[i]≤1090 \leq \text{nums}[i] \leq 10^90≤nums[i]≤109