java 8: Arrays.sort vs Collections.sort performance
For problem 710B following solutions:
Does this mean Arrays.sort is slow, and should not be used in contests ? Anybody encountered such problem before ?