forked from UNN/2026-rff_mp
20 lines
789 B
Plaintext
20 lines
789 B
Plaintext
|
|
Structure,Mode,Operation,Time
|
||
|
|
LinkedList,random,insert,2.179811800000607
|
||
|
|
LinkedList,random,find,0.019349800000782125
|
||
|
|
LinkedList,random,delete,0.01508280000052764
|
||
|
|
LinkedList,sorted,insert,1.7312419000008958
|
||
|
|
LinkedList,sorted,find,0.01827670000056969
|
||
|
|
LinkedList,sorted,delete,0.01452439999775379
|
||
|
|
HashTable,random,insert,0.13504540000212728
|
||
|
|
HashTable,random,find,0.0014485000028798822
|
||
|
|
HashTable,random,delete,0.0010058999978355132
|
||
|
|
HashTable,sorted,insert,0.12148510000042734
|
||
|
|
HashTable,sorted,find,0.0012095999991288409
|
||
|
|
HashTable,sorted,delete,0.0008018999978958163
|
||
|
|
BST,random,insert,0.016409800002293196
|
||
|
|
BST,random,find,0.0001536999989184551
|
||
|
|
BST,random,delete,9.40000027185306e-05
|
||
|
|
BST,sorted,insert,15.077545899999677
|
||
|
|
BST,sorted,find,0.05779409999740892
|
||
|
|
BST,sorted,delete,0.03522280000106548
|