sortedchain.output

来自「datastucutre and algorithms, application」· OUTPUT 代码 · 共 9 行

OUTPUT
9
字号
The chain is 1 5  2 10  6 30  8 40  10 50  12 60  
Its size is 6
Element associated with 1 is 5
Element associated with 6 is 30
Element associated with 12 is 60
Deleted 1, 2, 6, 12
The chain is 8 40  10 50  
Its size is 2

⌨️ 快捷键说明

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