Skip to content
动手实验

Lab 11-E-02:归并求逆序对

在归并排序的合并阶段统计逆序对,把暴力 O(n²) 压到 O(n log n)。

11E0230~45 分钟更新于 2026-08-29fjll-27进阶draft