我有一系列具体的日期,格式为<编码>d/mm/yyyyyy。
我想按月和逐年按摩擦地确定日期,但我不知道,因为最终会根据月数最多的计算。
for example i have the following array: 16/04/2012 01/05/2013 01/02/2012 10/11/2012 01/12/2012
normally the result after the sort is: 01/02/2012 16/04/2012 01/05/2013 10/11/2012 01/12/2012
while what i want is: 01/02/2012 16/04/2012 10/11/2012 01/12/2012 01/05/2013 year 2012 first then 2013
i n t使该代码作了改动,因为我不知道算法是如何运作的,而且我不得不使用,只有1 radix 。