expectedoutputorderedbilinkedlistuos.txt
来自「国外的数据结构与算法分析用书」· 文本 代码 · 共 30 行
TXT
30 行
Testing methods of OrderedBilinkedListUos
Inserting... 23
Inserting... 1
Inserting... 4
Inserting... 23
Inserting... 18
Inserting... 2
Inserting... 23
Inserting... 102
Inserting... 23
Current contents: 1 2 4 18 23 23 23 23 102
Frequency of 23? 4
Deleting 23
Frequency of 23? 3
Go first
102
list: 1 2 4 18 23 23 23 102 90000
23
23
list: 1 2 4 18 23 23 102
The list iterated through backwards
102
23
23
18
4
2
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?