

python3 sort cmp问题
source link: https://cfonheart.github.io/2018/09/17/python3-sort-cmp%E9%97%AE%E9%A2%98/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
python3 sort cmp问题
根据自定义的数据结构进行排序, 希望按照能够像c/c++中的写法一样自定义cmp函数。
python2中是支持的,但是python3取消了cmp的关键字,可以通过functools.cmp_to_key达到同样的效果
demo样例如下:
Recommend
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK