Given a list of non-negative integers, arrange them to form the largest number and return it as a string.
Input: nums=[10,2] Output: '210' Input: nums=[3,30,34,5,9] Output: '9534330'
Unlock hints progressively β start gentle, go deeper only if needed.
Level 1: Gentle Nudge
A subtle direction
Level 2: Approach
The algorithm to use
Level 3: Detailed
Step-by-step guidance
to save progress and use AI features