Skip to content

danielmontes9/ionic-sorting-methods

Repository files navigation

Ionic Sorting Methods

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.

🔝 Sorting Methods

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

Screenshot

🛠️ Getting Started

  • Clone the repository
  git clone https://github.com/danielmontes9/ionic-sorting-methods.git
  cd ionic-sorting-methods

🚀 Run the app with npx

  1. Compile and Run:
  npx ionic serve

dis

Author

About

Ionic app to see the different sorting methods

Topics

Resources

Stars

Watchers

Forks