-
- Downloads
Custom comparison function in sorting algorithms must be provided as "key".
A simple function returing True or False is also not sufficient anymore. functools.cmp_to_key comes to the rescue.
Please register or sign in to comment
A simple function returing True or False is also not sufficient anymore. functools.cmp_to_key comes to the rescue.