#3489. [GESP202503 五级 C++] 第 21 题

[GESP202503 五级 C++] 第 21 题

快速排序算法的时间复杂度与输入是否有序无关,始终稳定为 O(nlogn)O(n \log n)

{{ select(1) }}

  • 正确
  • 错误