Description
Solutions
Find Largest Number (Google Early Career)
🔥 FULLTIME📚RELATED PROBLEMS
Here's an array with a minimum length of 3, and you need to find a three-digit number made up of three elements from the array, such that the resulting number is as large as possible.
Example 1:
Input: nums = [7, 4, 3, 8, 2]
Output: 782
Explanation:🐹🐹
Constraints:
🥲🥲

Related Problems
Testcase
Result
Case 1
input:
output: