1.4 KiB
1.4 KiB
| 1 | Structure | Mode | Repetition | Insert (sec) | Search (sec) | Delete (sec) |
|---|---|---|---|---|---|---|
| 2 | LinkedList | random | 1 | 0.044760 | 0.002653 | 0.001263 |
| 3 | LinkedList | random | 2 | 0.040841 | 0.002611 | 0.001226 |
| 4 | LinkedList | random | 3 | 0.042830 | 0.003332 | 0.001164 |
| 5 | LinkedList | random | 4 | 0.043768 | 0.003083 | 0.001108 |
| 6 | LinkedList | random | 5 | 0.040968 | 0.002525 | 0.001329 |
| 7 | LinkedList | sorted | 1 | 0.043238 | 0.002345 | 0.001168 |
| 8 | LinkedList | sorted | 2 | 0.041196 | 0.002764 | 0.001157 |
| 9 | LinkedList | sorted | 3 | 0.039739 | 0.002995 | 0.001393 |
| 10 | LinkedList | sorted | 4 | 0.043960 | 0.002958 | 0.001642 |
| 11 | LinkedList | sorted | 5 | 0.041132 | 0.003159 | 0.001134 |
| 12 | HashTable | random | 1 | 0.005539 | 0.000365 | 0.000280 |
| 13 | HashTable | random | 2 | 0.005341 | 0.000410 | 0.000149 |
| 14 | HashTable | random | 3 | 0.006400 | 0.000426 | 0.000162 |
| 15 | HashTable | random | 4 | 0.005309 | 0.000379 | 0.000146 |
| 16 | HashTable | random | 5 | 0.004919 | 0.000326 | 0.000156 |
| 17 | HashTable | sorted | 1 | 0.005092 | 0.000517 | 0.000192 |
| 18 | HashTable | sorted | 2 | 0.006061 | 0.000372 | 0.000181 |
| 19 | HashTable | sorted | 3 | 0.005716 | 0.000402 | 0.000247 |
| 20 | HashTable | sorted | 4 | 0.005577 | 0.000432 | 0.000153 |
| 21 | HashTable | sorted | 5 | 0.005150 | 0.000332 | 0.000150 |
| 22 | BST | random | 1 | 0.001368 | 0.000107 | 0.000090 |
| 23 | BST | random | 2 | 0.001303 | 0.000104 | 0.000080 |
| 24 | BST | random | 3 | 0.001266 | 0.000102 | 0.000118 |
| 25 | BST | random | 4 | 0.001242 | 0.000096 | 0.000076 |
| 26 | BST | random | 5 | 0.001383 | 0.000116 | 0.000085 |
| 27 | BST | sorted | 1 | 0.046195 | 0.004109 | 0.004089 |
| 28 | BST | sorted | 2 | 0.040337 | 0.003436 | 0.004397 |
| 29 | BST | sorted | 3 | 0.039702 | 0.003724 | 0.003893 |
| 30 | BST | sorted | 4 | 0.040421 | 0.003673 | 0.003500 |
| 31 | BST | sorted | 5 | 0.040682 | 0.003776 | 0.004402 |