Arrange the Largest Number
Given an array of integers, find the arrangement that yields the largest number.
We'll cover the following
Statement
Given an array of integers, find the largest number that can be made by creating all possible permutations of these integers.
As the largest number formed can be very large, Return a string instead of an integer.
Example
Let’s suppose an array with two numbers .
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.