Description
Solutions
Build Maximum Integer from Subarray (Google India)

The question is to build an integer which is maximum from a subarray of size k. For example, given an array [4, 9, 0, 2] and k = 2, the answer is 92.

Example 1:

Input:  nums = [4, 9, 0, 2], k = 2
Output: 92
Explanation:
N/A for now ๐Ÿฅน
Constraints:
    ๐Ÿ‰๐Ÿ‰
Thumbnail 0
Testcase

Result
Case 1

input:

output: