maxheap.output
来自「datastucutre and algorithms, application」· OUTPUT 代码 · 共 15 行
OUTPUT
15 行
Heap size is 3
Elements in array order are
20 10 5
Heap size is 5
Elements in array order are
30 20 5 10 15
The max element is 30
The max element is 20
The max element is 15
Heap size is 2
Elements in array order are
10 5
Elements in array order are
9 8 7 4 5 6 3 2 1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?