Largest int from concatenated ints: Difference between revisions

Content added Content deleted
(→‎Clojure: Add implementation)
m (Positive integers only.)
Line 1: Line 1:
{{draft task}}
{{draft task}}
Given a set of 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.
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.
Use the following two sets of integers as tests and show your program output here.