subtitle: handle INT_MAX in qsort
Return only -1,0,1 and not directly subtraction, as like Remi pointed out, result can exceed INT_MAX.
Showing
Please register or sign in to comment
Return only -1,0,1 and not directly subtraction, as like Remi pointed out, result can exceed INT_MAX.