Largest int from concatenated ints: Difference between revisions

m
added whitespace to the task's preamble.
m (added whitespace before the TOC, added other whitespace in the task's preamble, changed some wording in the task's preamble, added highlighting to a possible algorithm.)
m (added whitespace to the task's preamble.)
Line 4:
Given a set of positive integers, 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 integer.
 
Use the following two sets of integers as tests   and   show your program output here.
 
* {1, 34, 3, 98, 9, 76, 45, 4}