20 lines
1.4 KiB
Plaintext
20 lines
1.4 KiB
Plaintext
|
|
Structure,Mode,Operation,Run1,Run2,Run3,Run4,Run5,Average
|
||
|
|
LinkedList,random,Insert,7.614908,8.007141,8.790796,9.036304,9.488376,8.587505
|
||
|
|
LinkedList,random,Search,0.084409,0.086699,0.114697,0.095945,0.220154,0.120381
|
||
|
|
LinkedList,random,Delete,0.116604,0.110528,0.109806,0.113804,0.050557,0.100260
|
||
|
|
LinkedList,sorted,Insert,9.123691,10.006184,8.030617,9.528127,7.143701,8.766464
|
||
|
|
LinkedList,sorted,Search,0.119573,0.094237,0.082494,0.104148,0.043972,0.088885
|
||
|
|
LinkedList,sorted,Delete,0.023634,0.023499,0.023649,0.023649,0.023822,0.023651
|
||
|
|
HashTable,random,Insert,0.397523,0.339688,0.343173,0.445151,0.352442,0.375595
|
||
|
|
HashTable,random,Search,0.009526,0.008965,0.009936,0.008976,0.008971,0.009275
|
||
|
|
HashTable,random,Delete,0.004966,0.004936,0.004983,0.005517,0.005983,0.005277
|
||
|
|
HashTable,sorted,Insert,0.935748,0.769911,0.394893,0.332380,0.302012,0.546989
|
||
|
|
HashTable,sorted,Search,0.005751,0.005670,0.005420,0.005354,0.005321,0.005503
|
||
|
|
HashTable,sorted,Delete,0.003136,0.003161,0.003117,0.003158,0.003138,0.003142
|
||
|
|
BST,random,Insert,0.046068,0.046076,0.042452,0.023921,0.023297,0.036363
|
||
|
|
BST,random,Search,0.000274,0.000229,0.000228,0.000226,0.000226,0.000236
|
||
|
|
BST,random,Delete,0.000362,0.000344,0.000343,0.000336,0.000347,0.000346
|
||
|
|
BST,sorted,Insert,14.359368,13.962086,16.018128,14.777863,15.188039,14.861097
|
||
|
|
BST,sorted,Search,0.056389,0.053998,0.057459,0.087951,0.084866,0.068133
|
||
|
|
BST,sorted,Delete,0.070368,0.066086,0.069282,0.066915,0.071834,0.068897
|