|
|
|
|
|
by AnimalMuppet
2452 days ago
|
|
If you supply an invalid comparison function to your sort function, which would you prefer to happen - that it crash, or that it give you unsorted output? (If you actually wanted sorted output, you should have provided a valid comparison function.) |
|