Information

Arrays.parallelSort(array) API present in JAVA does not work for arrays with certain size, my code for a problem got submitted after changing it into Arrays.sort(array).

Is this a new thing or it is well know in the community ?

I think Arrays.parallelSort() is in JAVA 8 . Might be Codechef does not support Java 8. Not sure about this.

1 Like