expectedoutputarrayedstackuos.txt

来自「国外的数据结构与算法分析用书」· 文本 代码 · 共 29 行

TXT
29
字号
StackUos Demo for ArrayedStackUos
Inserting... 23
Inserting... 1
Inserting... 4
Inserting... 18
Inserting... 2
Inserting... 102
Inserting... -50
current contents: Stack contents starting with current item: -50  102  2  18  4  1  23  
Inserting... 3
Inserting... 54
Inserting... 12
Inserting... -18
Inserting... 32
Current contents: Stack contents starting with current item: 32  -18  -12  54  3  -50  102  2  18  4  1  23  
is it empty? false
Is it full? true
Deleting...
Deleting...
Deleting...
Current contents:Stack contents starting with current item: 54  3  -50  102  2  18  4  1  23  
Is it full? false
Wipe out
is it empty? true
Inserting.. 23
Deleting...
is it empty? true
that's it

⌨️ 快捷键说明

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