Comment on Ask HN: What's the most elegant piece of code you've seen?parentComments−andrewf10yJava's standard lib uses Timsort for sorting Object[], and quicksort for arrays of primatives.http://stackoverflow.com/questions/4018332/is-java-7-using-t...
Comments
Java's standard lib uses Timsort for sorting Object[], and quicksort for arrays of primatives.
http://stackoverflow.com/questions/4018332/is-java-7-using-t...