dbst.out

来自「data struct algorithm and application in」· OUT 代码 · 共 18 行

OUT
18
字号
Elements in ascending order are
1 a  6 b  6 c  8 d  8 e  
Delete of 4 fails 
Elements in ascending order are
1 a  6 b  6 c  8 d  8 e  
Delete of 8 succeeds 
8 d
Elements in ascending order are
1 a  6 b  6 c  8 e  
Delete of 6 succeeds 
6 b
Elements in ascending order are
1 a  6 c  8 e  
Delete of 6 succeeds 
Elements in ascending order are
1 a  8 e  
Smallest key >= 4 is 8

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?