Research on Possible Speed Boost of Sorting Using Neural Network
The research is aimed to sort a list by applying neural network.
| Sorting Algorithm | Best | Average | Worst | Space |
|---|---|---|---|---|
| Quicksort | ||||
| Merge sort | ||||
| Heapsort | ||||
| Introsort | ||||
| Timsort | ||||
| Smoothsort |
Among the sorting algorithms, the best run times and memories of an efficient algorithm could can be concluded as below:
| Best | Average | Worst | Space |
|---|---|---|---|