【发布时间】:2025-12-20 23:25:10
【问题描述】:
可以考虑堆排序 作为
A. Insertion sort done on a heap data structure instead of a list.
B. Selection sort done on a heap data structure instead of a list.
C. Bubble sort done on a heap data structure instead of a list.
D. None of the above.
【问题讨论】:
-
你认为答案是什么?我们不是来帮你做作业的。
标签: data-structures selection insertion heapsort