• 2022-06-03
    How to use the heap to sort:如何用堆来实现排序:- 未答
    A: Continue to call delMax() after building a heap建堆后不断调用delMax()
    B: Continue to call getMax() after building a heap建堆后不断调用getMax()
    C: Continue to call insert() after building a heap建堆后不断调用insert()
    D: Build the heap建堆