Repository with multiple sorting algorithms built using Ionic 8. This project provides a visual representation of how different sorting methods work. For each algorithm, you'll see:
-
Execution time
-
Number of comparisons
-
Number of exchanges
It's a great tool to understand and compare the performance of various sorting techniques.
All sorting algorithms are located in the src/app/core/utils/sorting_methods directory.
-
Selection Sort
-
Bubble Sort
-
Insertion Sort
-
Merge Sort
-
Quick Sort
-
Heap Sort
-
Counting Sort
-
Radix Sort
- Clone the repository
git clone https://github.com/danielmontes9/ionic-sorting-methods.git
cd ionic-sorting-methods- Compile and Run:
npx ionic servedis
