Largest int from concatenated ints: Difference between revisions

m
Positive integers only.
(→‎Clojure: Add implementation)
m (Positive integers only.)
Line 1:
{{draft task}}
Given a set of positive integers, the task is to write a function to order the integers in such a way that the concatenation of the numbers forms the largest possible integer and return this number.
 
Use the following two sets of integers as tests and show your program output here.
Anonymous user