expectedoutputtestdictionary.txt

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

TXT
63
字号

Start ArrayedBasicDictionary
Dictionary contents 5.7 9.3 -4.8 12.7 

i has value 5
Dictionary contents 5.7 -4.8 
5 9 -4 12 0 7 6 
9 -4 12 0 2 1 9 

   Length = 3
   Width  = 13
   Height = 23
 
End ArrayedBasicDictionary

Start ArrayedPKeyedBasicDictionary

(1,   Length = 1
   Width  = 11
   Height = 21
) (2,   Length = 2
   Width  = 12
   Height = 22
) (3,   Length = 3
   Width  = 13
   Height = 23
) (3,   Length = 3
   Width  = 13
   Height = 23
) (4,   Length = 4
   Width  = 14
   Height = 24
) 

(3,   Length = 3
   Width  = 13
   Height = 23
) (3,   Length = 3
   Width  = 13
   Height = 23
) (3,   Length = 3
   Width  = 13
   Height = 23
) (4,   Length = 4
   Width  = 14
   Height = 24
) 

(3,   Length = 3
   Width  = 13
   Height = 23
) (3,   Length = 3
   Width  = 13
   Height = 23
) (4,   Length = 4
   Width  = 14
   Height = 24
) 
(temp,Temp string) (x,4) (y,12.1) (z,9) 
The value of x is 4

End ArrayedPKeyedBasicDictionary

⌨️ 快捷键说明

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