Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 3.4 KB

File metadata and controls

29 lines (18 loc) · 3.4 KB

NNSort

Research on Possible Speed Boost of Sorting Using Neural Network

Research Purpose

The research is aimed to sort a list by applying neural network.

Comparison of Sorting Algorithms

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
or

Test Cases