#4468. [GESP202606 八级 C++] 第 25 题

[GESP202606 八级 C++] 第 25 题

归并排序是一种稳定排序算法,常见实现的时间复杂度为 O(nlogn)O(n \log n)

{{ select(1) }}

  • 正确
  • 错误