Day 228
vaskoz opened this issue · 0 comments
vaskoz commented
Good morning! Here's your coding interview problem for today.
This problem was asked by Twitter.
Given a list of numbers, create an algorithm that arranges them in order to form the largest possible integer. For example, given [10, 7, 76, 415]
, you should return 77641510
.