C語言實現創建最大堆以及pop操做

1數組 Max Heap(75分)code 題目內容:io   實做Max heap的三種操做:push, pop, top。class   指令0 x:表明push,將x push進max heap。變量 指令1 : 表明pop,將最大的數字pop出來,若heap為空則忽略這道指令。top 指令2 : 表明top,將最大的數字印出來,若heap為空則忽略這道指令。di   輸入格式:while
相關文章
相關標籤/搜索