expectedoutputstdpquos.txt
来自「国外的数据结构与算法分析用书」· 文本 代码 · 共 22 行
TXT
22 行
Testing methods of StdPqUos
Item exists? false
Empty? true
max item5
min item1
contents: PQ contents starting with the minumum item: 1 2 3 4 5
Item exists? true
Item: 5
Empty? false
contents after deletion: PQ contents starting with the minumum item: 1 2 3 4
contents after deleteMin: PQ contents starting with the minumum item: 2 3 4
Full? false
contents: PQ contents starting with the minumum item: 3 4 6
contents after 4 inserts: PQ contents starting with the minumum item: 3 4 6 7 8 9 10
contents after deleteMin: PQ contents starting with the minumum item: 3 4 6 7 8 9 10
contents after deleteMax: PQ contents starting with the minumum item: 3 4 6 7 8 9
contents after deleteMax: PQ contents starting with the minumum item: 3 4 6 7 8
contents after wipeout : PQ contents starting with the minumum item:
Empty? true
contents: PQ contents starting with the minumum item: 1
contents after deleteMax: PQ contents starting with the minumum item:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?