摘要: https://leetcode-cn.com/problems/shu-zu-zhong-de-ni-xu-dui-lcof/ 利用归并排序来查找逆序对,思路: 1. divide部分,先递归将数组分成最小单元的数组,递归出口 start>=end 为什么要加等号,因为每次递归是 递归 start 阅读全文
posted @ 2020-09-12 15:52 ChevisZhang 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-09-12 11:00 ChevisZhang 阅读(118) 评论(0) 推荐(0) 编辑