forked from UNN/2026-rff_mp
860 B
860 B
| 1 | Structure | Mode | Repeat | Insert | Search | Delete |
|---|---|---|---|---|---|---|
| 2 | LinkedList | random | 1 | 0.047856 | 0.002590 | 0.000305 |
| 3 | LinkedList | random | 2 | 0.043763 | 0.002770 | 0.000254 |
| 4 | LinkedList | random | 3 | 0.041403 | 0.002897 | 0.000199 |
| 5 | LinkedList | sorted | 1 | 0.043909 | 0.002531 | 0.000180 |
| 6 | LinkedList | sorted | 2 | 0.039866 | 0.002559 | 0.000202 |
| 7 | LinkedList | sorted | 3 | 0.039527 | 0.003105 | 0.000185 |
| 8 | HashTable | random | 1 | 0.011340 | 0.000794 | 0.000080 |
| 9 | HashTable | random | 2 | 0.013463 | 0.000724 | 0.000070 |
| 10 | HashTable | random | 3 | 0.011080 | 0.000740 | 0.000066 |
| 11 | HashTable | sorted | 1 | 0.012878 | 0.002065 | 0.000129 |
| 12 | HashTable | sorted | 2 | 0.010536 | 0.000778 | 0.000084 |
| 13 | HashTable | sorted | 3 | 0.009041 | 0.000663 | 0.000058 |
| 14 | BST | random | 1 | 0.001742 | 0.000147 | 0.000027 |
| 15 | BST | random | 2 | 0.001499 | 0.000127 | 0.000019 |
| 16 | BST | random | 3 | 0.001484 | 0.000225 | 0.000041 |
| 17 | BST | sorted | 1 | 0.051774 | 0.003660 | 0.000533 |
| 18 | BST | sorted | 2 | 0.041323 | 0.003236 | 0.000715 |
| 19 | BST | sorted | 3 | 0.040871 | 0.003846 | 0.000765 |