= Ziffernkette = Write a function that given a list of non negative integers, arranges them such that they form the largest possible number. For example, given [50, 2, 1, 9], the largest formed number is 95021. Diese Übung kommt von https://blog.svpino.com/2015/05/08/solution-to-problem-4 .