Konfistador / SortingAlgorithmsResearch

Empirical Analysis on Sorting Algorithms, using a custom-build algorithm testing tool
0 stars 0 forks source link

Add a Split version of the Visualisation model #1

Closed Konfistador closed 2 years ago

Konfistador commented 2 years ago

The Current model shows a clear overlap of QuickSort and HeapSort. We can split these two from the Bubble and Selection in order to visualise patterns, which are not visible with the general model(where all of the 4 Sorters are included)

Konfistador commented 2 years ago

Work on this issue was completed with my last commit.